reverting to .NET Framework 1.1 from 2.0

  • Thread starter Thread starter Sheikh Nabeel Moeen
  • Start date Start date
S

Sheikh Nabeel Moeen

Hello,
I've recently installed the beta for .NET Framework 2.0
Since then my older ASP.NET Applications have stopped working.
I tried specifying the <supportedRuntime> element in the Web.Config file,
but that didnt help any.
Any ideas of how i can specify the application to run on the .NET 1.1
framework instead on 2.0 ???
 
Hi Sheikh,
You can do it by going to properties of the webapplication in IIS, select
asp.net and select dotnet framework1.1 in the advanced tab. This should solve
the problem.
HTH
srini
 
Hey, thanx a lot .. that worked!

Hi Sheikh,
You can do it by going to properties of the webapplication in IIS, select
asp.net and select dotnet framework1.1 in the advanced tab. This should
solve
the problem.
HTH
srini
 

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

Back
Top