Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
i was using sql authentification here is my connection string
<add name="umbracoDbDSN" connectionString="server=*****;database=*****;user id=sa;password='****'" providerName="System.Data.SqlClient" />
but when i switched to windows authentification with my client could'nt detect my database
here is my connection string
<add name="umbracoDbDSN" connectionString="server=*****;database=*****;Integrated Security=True; providerName="System.Data.SqlClient" />
Best regards
Hi,
There is not much to go on from your message but it's most likely a permissions issue.
Have you checked how the app pool identity is setup that is running the Umbraco site in IIS.
Take a look at these articles https://blogs.msdn.microsoft.com/ericparvin/2015/04/14/how-to-add-the-applicationpoolidentity-to-a-sql-server-login/
https://www.syncfusion.com/kb/6897/how-to-add-permission-for-iis-application-pool-to-access-sql-server-database
Hopefully this will help.
Dave
Thanks dude , great help
Just had to change my config in the pool so that it can access the database in my system.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
connection string with windows authentification sql serveur 2008
Hi
i was using sql authentification here is my connection string
but when i switched to windows authentification with my client could'nt detect my database
here is my connection string
Best regards
Hi,
There is not much to go on from your message but it's most likely a permissions issue.
Have you checked how the app pool identity is setup that is running the Umbraco site in IIS.
Take a look at these articles https://blogs.msdn.microsoft.com/ericparvin/2015/04/14/how-to-add-the-applicationpoolidentity-to-a-sql-server-login/
https://www.syncfusion.com/kb/6897/how-to-add-permission-for-iis-application-pool-to-access-sql-server-database
Hopefully this will help.
Dave
Thanks dude , great help
Just had to change my config in the pool so that it can access the database in my system.
Best regards
is working on a reply...