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\ht开发者_StackOverflow中文版tpdocs\Images\100898.jpeg' is denied
what can i do to resolve this problem please help me....
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
Give write permission to IISUSER in C:\inetpub\vhosts\crosstouch.com\httpdocs\Images folder
give a permission to Images folder.. i think you are using Plesk Panel for Handle it.... use Hosting Control Panel and Give permission...
精彩评论