.NET version

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,
 
M

Martin Honnen

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.
 

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