
Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Hi David, under IIS right click on the folder (Or virtual directory) of your
application. Under the ASP.NET tab choose the framework version from the
version drop down list
hth
Mark
> Hi;
>
> I just installed IIS and .NET 2.0 on a new server running Windows 2003.
> However IIS is still using ASP.NET 1.1. How do I switch this to 2.0?
Open the IIS Manager
( Start Menu --> Programs --> Administrative Tools
--> Internet Information Services ( IIS ) Manager )
Scroll on the left to "Web Sites" --> "Default Web Site"
--> Any of your applications and select it.
Right-click the application and select "Properties".
Then, select the "ASP.NET" tab.
You should see a dropdown box with the choices available
( 1.1.4322 and 2.0.50727 )
You will also need to specifically enable ASP.NET 2.0.
Scroll down on the left of the IIS Manager to "Web Service Extensions"
and select it. Then go to the right hand panel and select "ASP.NET v2.0.50727",
and click the "Allow" button.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
> Hi;
>
> I just installed IIS and .NET 2.0 on a new server running Windows 2003.
> However IIS is still using ASP.NET 1.1. How do I switch this to 2.0?
David Thielen - 16 Feb 2006 03:23 GMT
Hi;
Do I then have to do this for each website or is default enough to carry
over to all others?

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
> Open the IIS Manager
> ( Start Menu --> Programs --> Administrative Tools
[quoted text clipped - 24 lines]
> > I just installed IIS and .NET 2.0 on a new server running Windows 2003.
> > However IIS is still using ASP.NET 1.1. How do I switch this to 2.0?