View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Josh Behl[_2_] Josh Behl[_2_] is offline
external usenet poster
 
Posts: 2
Default Opening Excel Document in ASP.NET and having issues...please help

I am simply trying to open an existing Excel document via my asp.net
code;however, when I try to set the .visible property to 'true' it does not
set the property to 'true' but rather leaves it as 'false'.

I create an instance of Excel.ApplicationClass and then set that instance's
visible property to true. When I do this on a Windows app it works just
fine. I have tried giving my everyone group full control of my Excel.exe and
the entire folder structure. I've tried giving access to my ASPNET user to
this executable as well as the Excel.Application component in my DCOM manager.

If anyone can help me, that would be just fantastic.