Checking version of .NET on IIS

  • Thread starter Thread starter harry
  • Start date Start date
H

harry

How would I check to see which version of ASP.NET my IIS is running. And how
would I change it?

On one machine, I am running XP and the IIS was running ASP.NET 2.0. My app
was written using 1.1 and when I started VS.NET, I got an error saying that
my webserver was running a different version than 1.1. I was able to find
the version and change it in the IIS. But I also am doing some work in
Windows 2000 and I cannot find where I can check the ASP.NET version and
don't know how to change it. Can anyone help?

Thanks
Harry
 
Hi Harry..

You can change your ASP.Net version through Inet Manger..

InetMgr----MyWebsite(your webstie name)---Properties----ASP.Net
(Tab)---ASP.Net version....

You can choose choose which ever version you need..

Other way is uninstall ASP.Net 2.0 from your machine ...as ASP.Net 2.0
invokes its own webserver there is no need to run IIS under that.. and still
u can develop both 1.1 and 2.0 applicaiton.

VS2005---Tools---CommandPrompt---iisaspnet -/u

Hope it helps..if u have any specific query let me know

With Best Regards
Naveen K S
 
Back
Top