I have developed a web application in asp.net 2.0 with
Access as back end i am trying to gereate report/export
data in excel. After hosting the site i am not getting any
error or such exported excel file. but using the source
code from my system it works fine.
Could any one tell me why it is happening and what is its
solution.
Answer Posted / chetan singh
this problem is related to permission.just note you are
uploading excel file in Inetpub folder and which will not
allow you.So to solve this you need to give access
permission.If you are using XP then give permission to
ASPNET user and for windows 2000/2003 give permission to
Network services.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between response.redirect and server.transfer?
How do you design a website with multilingual support in ASP.NET ?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is difference between abstract class and an interface?
How use Xml data in ASP.net?
What are the different authentication modes in asp.net?
How to prepare culture-specific formatting in .net.
What are session cookies?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How Can assign alias name for ASP.NET Web API Action?
Using code explain Configuration Management
What are the advantages and disadvantages of Using Cookies?
What are the three parts of an http response?
Why we use content place holder in asp.net?
Explain the steps needed to be performed in order to create an animation in xaml?