Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
webwired
Starting Member
3 Posts |
Posted - 2009-04-08 : 10:28:15
|
Could someone please help me figure this out... I have a local copy of my project and run it in Visual Studio, the connection works... but when I attempt to run the pages from their directory, on the SQL / Web server, the connection doesn't work... I'm running SBS 2008 / SQL 2008Here's my connection string... <connectionStrings> <add name="ManagementSystems.My.MySettings.TICConnectionString" connectionString="Data Source=sbs-2;Initial Catalog=C:\THOMINDCOAT.MDF;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> |
|
|
|
|