Thank You, now it works.
"Kyle Peterson" wrote:
> 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 >
>
>
> "Dusan" <Dusan@discussions.microsoft.com> wrote in message
> news:0207009D-C2C4-4BA1-B800-B2CCB892FD63@microsoft.com...
> > 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
> >
>
>