Create Excel Workbook in ASP.NET

Waidwitaweeli

New Member
Just wondering how to create an excel workbook in ASP.net.<BR><BR>I have created an instance of excel.application but i keep getting an access denied error. I have given write full access to my web server to ASP.net but I still get the error. <BR><BR>Am I missing something?<BR><BR>the error occurs on.......<BR><BR>dim objExcel as new excel.application<BR><BR>thanksCheck out this article if you have not seen it yet:<BR>http://www.4guysfromrolla.com/webtech/051502-1.shtml
 
Back
Top