1.0 and 1.1 ASP.NET coexistance

S

Steve

A client had an ASP.NET application that was working fully
using version 1.0 of the .NET framework until 1.1 of
the .NET framework was installed for our ASP.NET
application. After this one of the pages fails to connect
to the SQ Server database (error like 'The connection
string property has not been initialized....'.
Why should this happen if 1.0 and 1.1 should coexist side
by side?
Anybody any suggestions?

Steve
 
I

Ian

Are you using SQL session state? If so, check the connection string in your
web.config. You might also try running the application with ASP.NET 1.0 if
it's been automatically flipped over to 1.1 - check the ISAPI mapping in the
IIS config MMC.

To diagnose the SQL problem beyond that, start up SQL profiler...

HTH

Ian
 

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

Top