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
Explain what the contents of cookie?
Write a code for passing ArrayList in Web API?
What is form method?
Define caching.
What is the use of data set in asp.net?
What is smpte vc-1?
What are the features of asp net?
What is master page in dtp?
Can we override the enablepartialrendering property of the scriptmanager class?
Describe the .net base class library.
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Why is string called immutable data type?
What is asp net application object?
What is asp.net used for?
Differentiate between authentication and authorization.