Hi All,
Obligatory: "I know it's been asked before...".
I can't seem to find a straight answer anywhere to the following question:
I need to deploy an asp.net web application to various different OS's running varying versions of IIS. This application needs access to certain folders on the local filesystem. In IIS 5.1 I add the ASPNET user account with the relevant read/write permissions. As I understand it, Windows Server 2003 machines running IIS 6 do not have this user installed. I'm guessing IIS 7 is also different. What I need is a user that transcends all versions of IIS on all the different OS's. Is this possible? If so, what user is it. If not, which usernames will I require for each version? (I don't really want to have ASPNET user for IIS 5.1 and IIS_WPG for 6 and I-whatever for IIS 7!!!)...
Thanks in advance for any help, any more reading of Microsoft KB articles on this will make my head explode!
Ben