Bronco Solutions

Knowledge Management and Collaboration Platform
Welcome to Bronco Solutions Sign in | Join | Help
in Search

Andrew Renner

Windows Authentication With SQL Server

  1. Create a domain user account
  2. Set Password to Never Expires
  3. From the webserver run the following command from the command line
    1. aspnet_regiis -ga Domain\AccountName
  4. In IIS - Create an application pool
    1. Identity Tab
    2. Cofigurable - Enter your Username and Password
    3. Click ok then re-enter your password
  5. Assign your website to your new application pool
  6. In your asp.net web.config set your connection string as shown below
    1. connectionString="Data Source=server;Initial Catalog=database;Persist Security Info=True;Integrated Security=SSPI;" or TrustedConnection=Yes

Published Monday, April 10, 2006 11:40 PM by rennera

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 RSS

Comments

No Comments

Leave a Comment

(required) 
(optional)
(required) 
Submit