Asp.net 4.0 site fails because no handler mapped with Classic appPool

Posted by AndyV on Stack Overflow See other posts from Stack Overflow or by AndyV
Published on 2010-05-14T22:14:41Z Indexed on 2010/05/16 6:10 UTC
Read the original article Hit count: 397

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .net-4.0