Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Professionals,

I have developed a web application called Accounting Software using VB.Net...

In this program, I used to export some automated excel sheet in to the sub directory called "EXCEL"...

If I run the application through VS2005 [http://localhost:1440/Account/] its perfectly running...

After I published the web application, and paste in to IIS Directory
(c:\inetpub\wwwroot\Account\Excel), The sub directory "Excel" is not accessible...

I go through some permission issues also, that is

*) Right Click the folder -> Security Tab -> Checked FULL CONTROL and Done Advanced options too...

But its not working... Please help me... Its very urgent..
Posted
Updated 21-Jun-11 20:34pm
v2
Comments
[no name] 22-Jun-11 2:31am    
what error are you getting?? what url are you trying??

1 solution

Put ASP_NET user and IUSER in folder security tab and give Modify access
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900