installation - Setup Sitecore 7.1 using SQL Windows Authentication -


how can install sitecore 7.1 using sql server windows credentials? it's asking sql server authentication have windows authentication.

there 3 things need set allow sitecore using windows authentication while connection mssql server database:

  1. allow chosen user account on sql server
  2. set application pool web application use chosen user account identity
  3. set integrated security=true in connectionstrings.config file

Comments