I am trying to give the ASPNET user authority in certain folders on a Windows 7 box, but the usual name I am used to in WinXP, [ComputerName]\ASPNET, doesn't seem to work in W7.
Who can tell me the correct account name?
|
feedback
|
This question came from our site for professional programmers interested in conceptual questions about software development.
|
It depends on what you set your web application pool identity to. By default it's "IIS APPPOOL[AppPoolName]". Yes, IIS APPPOOL is the "domain". | |||
|
feedback
|