.NET version

  • Thread starter Thread starter Surajit Laha
  • Start date Start date
S

Surajit Laha

Hi,

When deploying an ASP.NET application on a web server, how do I ensure
that the application uses a specific version of the .NET Framework and
not the other!?

Another query:

While developing ASP.NET app., my VS.NET seems to be picking up the
..NET Framework 1.0 only (I checked the project file and its Hint path
for .NET is for 1.0), although I have .NET Framework 1.1 also.

How to ensure VS.NET 2002 uses the latest version?

Please help.

regards,
 
Surajit Laha wrote:

When deploying an ASP.NET application on a web server, how do I ensure
that the application uses a specific version of the .NET Framework and
not the other!?

You can configure that in the web.config I think.

While developing ASP.NET app., my VS.NET seems to be picking up the
.NET Framework 1.0 only (I checked the project file and its Hint path
for .NET is for 1.0), although I have .NET Framework 1.1 also.

How to ensure VS.NET 2002 uses the latest version?

As far as I understand you need VS.NET 2003 to develop with .NET 1.1,
VS.NET 2002 is only supporting .NET 1.0.
 
Back
Top