Posts tagged “IIS”
IIS 7 ApplicationPoolIdentity and SQL Server
IIS 7 introduced a new way to secure application pool processes from tampering with other application pools. It does this by using windows Virtual Accounts, something that isn’t used very often and most people aren’t famaliar with. To learn more about it, take a look at http://learn.iis.net/page.aspx/624/application-pool-identities More importantly, if you want to use Windows [...]