IIS permissions in C#
Posted
by Paulo
on Stack Overflow
See other posts from Stack Overflow
or by Paulo
Published on 2010-06-09T10:39:27Z
Indexed on
2010/06/09
10:42 UTC
Read the original article
Hit count: 398
Hello,
I'm developing a solution in C# and I need to set permissions to some folders in the file system and in the Registry for IIS.
Is there a way to give permitions to the file system and to the registry for the IIS users, that work for all IIs versions?
For instance, in IIS 5 the user acount is ASPNET (I think that it has the IUSR_MachineName to), IIS 6 IUSR_MachineName and IIS 7 is IUSR.
Thanks in advance,
Paulo
© Stack Overflow or respective owner