Creating a website that is linked to a DB
- IIS runs the application inside an application pool as a user with the name
IIS APPPOOL\<your website>
- When creating a website, you must ensure that the user can access the database
- In MS SQL server this can be done in Security/Logins
- Once you have created the user, go properties>User Mapping>DB, to give permissions