- Create a domain user account
- Set Password to Never Expires
- From the webserver run the following command from the command line
- aspnet_regiis -ga Domain\AccountName
- In IIS - Create an application pool
- Identity Tab
- Cofigurable - Enter your Username and Password
- Click ok then re-enter your password
- Assign your website to your new application pool
- In your asp.net web.config set your connection string as shown below
-
connectionString
="Data Source=server;Initial Catalog=database;Persist Security Info=True;Integrated Security=SSPI;" or TrustedConnection=Yes
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using