How can I install Sitecore 7.1 using SQL Server windows credentials? It's asking for SQL Server Authentication but I have Windows Authentication.
Setup Sitecore 7.1 using SQL Windows Authentication
1.7k Views Asked by Shailesh AtThere are 3 best solutions below
On
You can not use Windows Domain Credentials with the Sitecore Installer unfortunately. It will only accept SQL Credentials. You have two ways around this limitation.
1) Use the Sitecore Installation program with a temporary SQL credential. Once the install is complete manually update the Application Pool Credentials to a Domain user and then update your ConnectionStrings.config file to remove the username and password fields and setting Integrated Security=True or Trusted_Connection=true in your connection string.
2) Manually install Sitecore with the ZIP of the site root (available on SDN) following the Sitecore Installation Guide found here -> http://sdn.sitecore.net/Reference/Sitecore%207/Installation%20Guide.aspx
On
Try Sitecore Instance Manager. When entering your SQL credentials, just uncheck the box labeled Use SQL Server Login.
There are 3 things you need to set to allow Sitecore using Windows Authentication while connection to MSSQL Server database:
Integrated Security=Truein yourConnectionStrings.configfile