all groups > inetserver asp components > april 2005 >
You're in the

inetserver asp components

group:

IIS problem



IIS problem Dusan
4/27/2005 11:00:01 PM
inetserver asp components: Hi

Does enybody know why I can not write to wwwroot? If I try to put there any
data
I obtain Access danied error.
Disk is not neither write protected nor full.
Authentication method = Anonymous access
Read , Write, Browse... enable.
Why I cannot copy any file to this location?

FileInfo fi = new FileInfo(file);
fi.CopyTo(newFile);


Dusan
Re: IIS problem Kyle Peterson
4/28/2005 12:00:00 AM
It is most likely permissions related in some way

http://www.powerasp.com/content/new/windows_2003_server_and_permissions.asp
http://www.powerasp.com/content/new/windows_xp_pro_and_permissions.asp



[quoted text, click to view]

Re: IIS problem Dusan
4/28/2005 12:00:01 AM
Thank You, now it works.

[quoted text, click to view]
AddThis Social Bookmark Button