How to set permission to write to an xml file

  • Thread starter Thread starter JRV
  • Start date Start date
J

JRV

I'm using the webmatrix tutorial, and when the downloaded xmldatagrid
control tries to write to the xml file I created it gives me an access
denied error. I've tried to set the permission on the file and the
directory through properties, I've tried sharing the directory. It's in a
virtual website directory. In IIS the properties indicate it has read and
write access, and permissions for IUSR_mycomputername.

I'm using XP pro sp1, IIS 5.1 and .NET Framework 1.1.
 
The ASPNET user account must have write access to the file, not
IUSR_COMPUTERNAME.

Regards,

Mun
 
Back
Top