Install ASP.NET 2.0 on IIS

G

Guest

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

Mark

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
 
J

Juan T. Llibre

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/
===================================
 
G

Guest

Hi;

Do I then have to do this for each website or is default enough to carry
over to all others?
 

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