Click here to Skip to main content
15,902,863 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
It's work on my local host.
But error on hostting.
Why?

Image here => Image
Posted
Updated 9-Jan-15 7:59am
v2

1 solution

The error is saying that the code cannot access that path. You need to go into IIS, find the app pool that your app is in, find the identity it is running as and either change the identity to an account that has permissions or grant that account access to the folder structure.
 
Share this answer
 

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