404 on ASMX / ASPX on IIS
I've recently been building out a new Windows 2003 test environment on a Virtual Server and made the fatal flaw of installing .net 3.5 before installing IIS. Doing this makes any page processed by the .net framework through a "404 Not Found" error message. D'oh
The simple solution is to open a command prompt, navigate to "%windir%\Microsoft.Net\Framework\v2.0.50727" and run "aspnet_regiis -i -enable". This should work for other versions of the framework, but with the relevant vx.x.xxxxx substituted into the path.
The simple solution is to open a command prompt, navigate to "%windir%\Microsoft.Net\Framework\v2.0.50727" and run "aspnet_regiis -i -enable". This should work for other versions of the framework, but with the relevant vx.x.xxxxx substituted into the path.
