Problem while creating an Excel File from ASP.Net web application
-
Hi all, I am facing a problem in generating an excel file from an ASP.Net Web Application. When I run the code from within Visual Studio 2005, the file generates properly without any problem, whereas, When I configure the application in IIS and run the same from there, no file is getting generated and the page seems to be hung up. What might be the reason. I have included Microsoft.Office.Interop.Excel.dll 11.0. Kindly help me. Thanks in advance. Neeraj
-----Have A Nice Day-----
-
Hi all, I am facing a problem in generating an excel file from an ASP.Net Web Application. When I run the code from within Visual Studio 2005, the file generates properly without any problem, whereas, When I configure the application in IIS and run the same from there, no file is getting generated and the page seems to be hung up. What might be the reason. I have included Microsoft.Office.Interop.Excel.dll 11.0. Kindly help me. Thanks in advance. Neeraj
-----Have A Nice Day-----
I guess... there might be some permission issue, where the IIS user cannot write on the directory.
Abhishek Sur
-
I guess... there might be some permission issue, where the IIS user cannot write on the directory.
Abhishek Sur
-
Hi Abhishek, how do I set the permission for the anonymous user on the folder where I wish to write the excel file.
-----Have A Nice Day-----
Just right click on the folder and add permission to the users you want.. :) isnt this what you are doing? :rose:
Abhishek Sur