What is pro and con to use the built-in application pool identifier in IIS, and not to specify a Windows account?
For SQL Server, if you want to connect from a .Net application using Windows authentication, I assume that if I use the application pool identifier, I must connect this to a user on SQL Server or provide that application pool identifier access to db
Application pool identifiers are just added as a convenience, so you donβt need to set up accounts for your application pools?
windows sql-server-2008 iis-7 windows-authentication application-pool
Remotec
source share