first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Windows Server 2003 PROBLEM: IIS Throws 404 Errors for ASP.NET 2.0 Applications; ASP.NET 2.x Web Service Extension Not Installed

Internet Information Server in Windows Server 2003 will throw 404 errors when ASP.NET 2.0 is not installed but the server is configured for ASP.NET 2.x under Properties > ASP.NET > ASP.NET version in the IIS management console (MMC). Setting this value to ASP.NET 2.x will not install the ASP.NET Web Service Extension.

To install ASP.NET 2.x, open the Console to this location:

%systemRoot%\\Microsoft.NET\\Framework\\v2.0.50727\\

then run this command:

aspnet_regiis -i

This invokes the ASP.NET IIS Registration Tool. More information about this tool is here:

http://msdn2.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
mod date: 2007-04-12T21:22:45.000Z