Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server IIS went down

Status
Not open for further replies.

comn8u2

Programmer
Dec 22, 2006
1
US
I recently upgraded the framework on my server to .net framework 2.0, but when trying to view a webpage it still showed version 1.1.

I tried a fix from a website by typing the following in the command prompt:
The fix said to navigate to the 1.1 folder windows/microsoft.net/framework/1.14 etc and then type,
aspnet_regiis -u
then
aspnet_regiis -i
then
aspnet_regiss -c

After I did that, IIS would not even display any pages. I tried navigating to the 2.0 directory and did the same commands, but still the same thing.

Does anyone know what I did or a remedy of how I can fix this? This is a live server with existing virtual directories, so I need somehow to restore the settings back to before I made a change. Does anyone know?
 
I'm not sure how to fix this issue caused by these commands (check the MSKB for that). To get a web site to work in .NET 2.0 you have to tell IIS to use 2.0 instead of 1.1. You can have more than one version of the framework installed and IIS doesn't change the version when you install a newer framework.

Edit the site properties, go to the .NET tab and change the version to 2.0.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top