How to configure web server to run on asp.net 2.0?

  • Thread starter Thread starter Work Aholic
  • Start date Start date
W

Work Aholic

Guest
This is the message I get......."ASP.NET 2.0 has not been registered on the Web Server. You need to manually configure you Web server for ASP.NET 2.0 in order for your site to run correctly, Press F1 for more details"
running iis 6.0
What do u mean by running website? visual studio 2008 environment?
.Net 3.5 installed
 
What version of IIS are you using? First, make sure you have the .NET framework 2.0 or above installed.

Depending on your version of IIS:

Open up IIS, this can be found in the control panel under administrator's tools. Right click on your running website, go to properties. Click on the ASP .NET tab, you should see a drop down that lists the versions, make sure the 2.0.~ version is selected.

Edit: It is difficult to diagnose this through the internet; are you running the website in IIS or Visual Studios 2008... where are you seeing the error? I need more information.
 
Back
Top