kelumKP / Sample-Codes

This is sample code 100% made by me for future references
0 stars 0 forks source link

Add IIS 7 AppPool Identities as SQL Server Logon #11

Open kelumKP opened 8 years ago

kelumKP commented 8 years ago

http://stackoverflow.com/questions/1933134/add-iis-7-apppool-identities-as-sql-server-logons

In SQL Server Management Studio, look for the Security folder (the security folder at the same level as the Databases, Server Objects, etc. folders...not the security folder within each individual database) Right click logins and select "New Login" In the Login name field, type IIS APPPOOL\YourAppPoolName - do not click search Fill whatever other values you like (i.e., authentication type, default database, etc.) Click OK