G
Guest
I'm testing an app at work, the app is installed appropriately on the server
and the SQL Server is on my laptop.
I've gotten a test ODBC to connect to my laptop (using named pipes)
but the connection string which I have in a Web.Config file, isn't working.
I don't know how much the summary of an ODBC connection setup could help
this but I provided it anyway:
Here is my connection string: (the odbc test summary is below)
<add key="SQLConn"
value = "Data Source=##.###.##.###;Network=dbnmpntw;Initial Catalog=
Membership;User=jonefer;Password=12345; " />
</appSettings>
'==========odbc connection succeeded summary======
Data Source Name: CODATesting
Data Source Description: Testing SQL Server
Server: <IP Address>
Database: Membership
Language: (Default)
Translate Character Data: Yes
Log Long Running Queries: No
Log Driver Statistics: No
Use Integrated Security: No
Use Regional Settings: No
Prepared Statements Option: Drop temporary procedures on disconnect
Use Failover Server: No
Use ANSI Quoted Identifiers: Yes
Use ANSI Null, Paddings and Warnings: Yes
Data Encryption: No
Thanks for help anyone can offer.
and the SQL Server is on my laptop.
I've gotten a test ODBC to connect to my laptop (using named pipes)
but the connection string which I have in a Web.Config file, isn't working.
I don't know how much the summary of an ODBC connection setup could help
this but I provided it anyway:
Here is my connection string: (the odbc test summary is below)
<add key="SQLConn"
value = "Data Source=##.###.##.###;Network=dbnmpntw;Initial Catalog=
Membership;User=jonefer;Password=12345; " />
</appSettings>
'==========odbc connection succeeded summary======
Data Source Name: CODATesting
Data Source Description: Testing SQL Server
Server: <IP Address>
Database: Membership
Language: (Default)
Translate Character Data: Yes
Log Long Running Queries: No
Log Driver Statistics: No
Use Integrated Security: No
Use Regional Settings: No
Prepared Statements Option: Drop temporary procedures on disconnect
Use Failover Server: No
Use ANSI Quoted Identifiers: Yes
Use ANSI Null, Paddings and Warnings: Yes
Data Encryption: No
Thanks for help anyone can offer.