How do I run ASP.NET on IIS 5.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running IIS 5.0 om W2K professional [Notebook], Installed DotNet Framwork 1.1 and the SDK on top of it. I need to run ASP.NET, but I do not see the ASPNET_WP.EXE process. Any Idea how can I be sure that ASP.NET is running on IIS 5.0 ?
 
Create a simple .ASPX file Perhaps simple as...

response.write("ASP.NET!")

....stick it in the root of your site and run it.

Sorek said:
I am running IIS 5.0 om W2K professional [Notebook], Installed DotNet
Framwork 1.1 and the SDK on top of it. I need to run ASP.NET, but I do not
see the ASPNET_WP.EXE process. Any Idea how can I be sure that ASP.NET is
running on IIS 5.0 ?
 
Back
Top