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