![]() |
Question for ASP.NET gurus....
So I am trying to connect a website to an SQL server database on the machine that is hosting the website.
I have managed to make the connection from my local application to a copy of the database also on my local machine. I would assume, that when I deploy the web app to their server, that I just change the connection string in the web.config file. They supplied me with DSN, UID, and PWD variables but it seems to me I need more than that, or do I need something totalyl different? Windows Server 2008 R2 SQL server 2008 What do I need to come up with the correct connection string? |
Should look like this. If it dont work, look at the eventlog on the SQL server, if you get a deny event, because your premissions is not set right
Code:
<connectionStrings> |
Quote:
Is it possible it could be any of these other options? https://www.connectionstrings.com/sql-server-2008/ |
All times are GMT -7. The time now is 07:49 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc