Reputation: 831
I have develop a small web application in asp.net (c#) for uploading files into data base it is working fine in my local machine .But when i tested in the server it showing error like
C:\inetpub\vhosts\crosstouch.com\httpdocs\Images\100898.jpeg' is denied
what can i do to resolve this problem please help me....
Upvotes: 0
Views: 882
Reputation: 944
give a permission to Images folder.. i think you are using Plesk Panel for Handle it.... use Hosting Control Panel and Give permission...
Upvotes: 0
Reputation: 4683
Give write permission to IISUSER in C:\inetpub\vhosts\crosstouch.com\httpdocs\Images folder
Upvotes: 1
Reputation: 4493
By default the you wont have write access to this directory. See this note for IIS6 or search MSDN for whatever version you're using.
http://support.microsoft.com/kb/816117
Upvotes: 2