We have a new machine Win2k3 server with IIS installed, also have SQL 2005 Developer edition installed, which also install .NET Framework 2.0.
Only problem is, the IIS Web Service Extension for ASP.NET 2.0 is not there. I was under the impression it should've been created when .NET 2.0 was installed.
It's there for v1.1.432, but not v2.0.Do I have to create this manually? If so, do I only need aspnet_isapi.dll file, or are there others?
All my .aspx won't load on the web site, i'm guessing it's because the web service extension is missing.