Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

uploading files to wwwroot on server

Status
Not open for further replies.

mikemardon

Programmer
May 23, 2005
71
GB
Hi guys

I have got working file upload code but when I change the path from c:\Inetpub\test\ to c:\Inetpub\it does not work!

I cannot see anywhere to change permissions and if I change the folder attributes from 'read only' to 'archive' it changes back!

Does anyone know of a workaround?

Thanks :)
 
so it is a permission error you are getting?

is your code/page in or in which one is your virtual directory? Have you set permissions on the vir dir for asp.net (write, execute)?

can you post your exception error message?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top