hi everybody,
I am trying to upload a file on server using fileupload control in asp.net 3.5.
On local machine code is working fine, but when uploaded on server, it gives
exception as :
Exception Access to the path 'D:\hostingcont \march2010\abc\ abc.com\www\att achments\abc.jp g' is denied.
I tried to set permission on attachments folder to (777) but when doing this server responds unrecognized chmod.
please help me as soon as possible
I am trying to upload a file on server using fileupload control in asp.net 3.5.
On local machine code is working fine, but when uploaded on server, it gives
exception as :
Exception Access to the path 'D:\hostingcont \march2010\abc\ abc.com\www\att achments\abc.jp g' is denied.
I tried to set permission on attachments folder to (777) but when doing this server responds unrecognized chmod.
please help me as soon as possible
Comment