K
Kelly
Took me FOREVER to find a solution to this, so in case anyone else has
the same problem, here is what worked for me...
PROBLEM:
Creating simple ASP.NET application - web form (newbie, first ASP.NET
app). Added some Response.Write code or similar output to the
Page_Load method. Nothing displays in the browser!
SOLUTION:
Run aspnet_regiis.exe with the -i option. IIS misses the mappings for
ASP.NET files. The aspnet_regiis.exe file should be located in your
Microsoft.NET Framework directories.
the same problem, here is what worked for me...
PROBLEM:
Creating simple ASP.NET application - web form (newbie, first ASP.NET
app). Added some Response.Write code or similar output to the
Page_Load method. Nothing displays in the browser!
SOLUTION:
Run aspnet_regiis.exe with the -i option. IIS misses the mappings for
ASP.NET files. The aspnet_regiis.exe file should be located in your
Microsoft.NET Framework directories.