jmerencilla
Programmer
hi. i'm trying to generate an excel file via ASP .Net. however, i got the following error when i run my web application, Access is denied. the error happens at this line of code, Dim objExcel As New Excel.Application. after tinker with the DCOM configurations, i was able to resolve this problem. the next error, QueryInterface for interface Excel._Application failed., occured here: objExcel.Workbooks.Open("C:\myExcel.xls". can anybody help me how to resolve this problem? i never encountered this problem when i converted my web app to a windows app, both using VB .Net. why is this so? any kind of help is highly appreciated.