I decided to install some ASP.NET sample code. The installation gave me an error saying that I needed to install the latest version of IIS.
So went into the control panel to add IIS like this:
[URL=http://i67.photobucket.com/albums/h292/Athono/IIS.png][img]http://i67.photobucket.com/albums/h292/Athono/IIS.png[/img][/URL]
But now, something strange is happening. It is almost as if I have taken one step forward and two steps backwards. Even the most simple ASP.NET program (one I generate without modifying any code at all) produces this in the browser window when I build it and run it:
[URL=http://i67.photobucket.com/albums/h292/Athono/simple.png][img]http://i67.photobucket.com/albums/h292/Athono/simple.png[/img]
[/URL]
Is there some sort of special routine I need to do for IIS?

William ThompsonPosted Dec 19, 2007, 2:54 PM
IIS was installed and started after the .NET framework.
This was the cause of some problems.
But I fixed it.
On the command line, I went to
C:\WINDOWS\Microsoft.NET\Framework\
and went to the directory of the latest version:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
and I typed
aspnet_regiis -i
the computer responded that it was installing ASP.NET
and now, my programs work.