Symptoms: I can view non .Net based objects on server. When trying to view .aspx page it will never render just spins.
Works: http://localhost/livemyhustle/test.htm (.jpg,css,css all work - all non .net request are logged)
NotWorking: http://localhost/livemyhustle/test.aspx (just spins doesnt log any error in iis loging)
I have been running IIS 5.1 with .net 1.1 framework with no problems for years. On my system I have .net 2.0 installed but was using 1.1 for all my Dev work. I installed VS Express edition which installed the .Net 3.5 after the installation I was not able to view and .Net pages(.aspx). I uninstalled the VS Express, but no changes below I have listed everything I have tried. If anyone could help would be much appreciated.
- aspnet_regiis.exe -i : Update was succesfull with no errrors
- un-installed iis then re-install - re-mapped regiis no errrs
-un-installed iis - re-mapped regiis
-Removed .Net with cleaning utility - re-installed .Net succesful
Everything I have done ends in the same server not rendering any .Net objects.