Accessing Excel from ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get an "Access Denied" exception when I try to execute the following line
of code from the code behind in one of of my ASP.NET pages:

m_oExcel = new Excel.Application();

This line is in an Excel Utility DLL I wrote that I use in non-ASP.NET code
without any problems.

What permissions do I need to set and where do I set them to get past this ??

Thanks,

LES
 
Back
Top