Click here to Skip to main content
16,012,843 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hello

I am using asp.net 4.0 and i have used a chat control which in working on my local system. But when i host that application on server it is showing error like :-

The temp directory in chart handler configuration is not accessible [G:\PleskVhosts\arkitechno.in\osdma.arkitechno.in\].



Is there any solution.....
Posted

1 solution

Few things you can check

1. check the directory exist on server
2. check your web application app pool running user has the privileges to access given directory and execution permissions
 
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