1.1 to 2.0 migration now requires TCP/IP port in ConnStr

G

Guest

Just migrated an ASP.NET 1.1 application to ASP.NET 2.0 and could no longer
connect to SQL Server 2000. It uses TCP/IP with a non default Port Number.

The problem is fixed by adding the TCP/IP port to the connection string like
so:

... server=mySqlServer2000,4444; uid=sqlUser; pwd=****...

Why did this work without the TCP/IP port number on ASP.NET 1.1 and not
ASP.NET 2.0??

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,738
Latest member
JinaMacvit

Latest Threads

Top