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….
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