Asp.net 4.0 site fails because no handler mapped with Classic appPool
- by AndyV
When I create a Asp.net app and flip the appPool to "ASP.NET v4.0 Classic" it fails with the following error:
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.
After some searching it seems to be the handler not mapping correctly for the Classic mode but I can't find out where or how to fix that.
I have the full .Net 4.0 install with VS2010 and the app works fine if I flip the appPool to Integrated. Also, it's a Windows 7 machine (I'm having the same problem on a Vista box). Thanks in advance.
Andy