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
smccormack - 12 Oct 2004 20:53 GMT
harry,
Try looking at the following tool:
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
It allows you to switch ASP.NET versions and should give you the info you
need.
Sean McCormack
Open Source for .NET
http://www.adapdev.org
> How would I check to see which version of ASP.NET my IIS is running. And how
> would I change it?
[quoted text clipped - 8 lines]
> Thanks
> Harry
Naveen - 13 Oct 2004 12:05 GMT
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
> How would I check to see which version of ASP.NET my IIS is running. And how
> would I change it?
[quoted text clipped - 8 lines]
> Thanks
> Harry