Cannot open ASP.NET projects on IIS 6/ Win2k3 running WSS

  • Thread starter Thread starter Shikari Shambu
  • Start date Start date
S

Shikari Shambu

Hi,
I have a Windows 2003 server running Windows Shareporint Services 2.0.
After I installed WSS I am to able to open any web project that is located
on my default web site from VS 2003.

I can't borwse to the site either. It is as if the site does not exist.

Does anyone know how I can fix this issue?

The configuration that I am running is

Windows 2003 server
WSS 2.0
..NET framework 1.1
VS.NET 2003

TIA
 
First off, cross posting is bad form and unnecessary and more so to
irrelevant groups.

The answer to your question is that you need to configure IIS 6 to use
ASP.NET and then your application. Unlike previous versions of IIS, almost
everything, features, etc is turned "off" instead of "on". Reading the IIS6
docs should set you straight.
 
Back
Top