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
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is http post and http get?
Write a code for sending an email from asp.net application.
What are the ways of preserving data on a Web Form in ASP.NET?
What do you mean by role-based security?
What are sql notifications and sql invalidations?
What is Web API Routing?
What is AutoEventWireup attribute for ?
How you can return View from ASP.NET Web API method?
How do we access view state value of this page in the next page?
What is the difference between server-side scripting and client-side scripting?
What are the disadvantages of view state?
Define the steps to set up validation control.
How u refer webservices?
How would you create a permanent cookie?