Hello,
I have been struggling with connecting to my MS SQL 2000
database using .NET
/ ASPX for a couple of days now.
I'm currently using ASP with a MS SQL 2000 database on a
Windows 2003
Server. For my classic ASP sites, the server string format
is:
"Driver={SQL
Server};Server=MY-SERVER\TWO;Database=theTable;UID=theuser;PWD=thepassword;"
This works great with ASP.
However, I can't get it to work at all with .NET & ASPX
with the web.config
file configuration.
With the web.config file, what is the "Datasource="
equivalent to the above
connection string that works in ASP?
Thanks,
Bob