Deploying ASP.Net MVC 4 application to IIS 6 - Bundles are not working

Posted by ShaneC on Server Fault See other posts from Server Fault or by ShaneC
Published on 2012-03-05T18:10:07Z Indexed on 2012/09/29 21:39 UTC
Read the original article Hit count: 297

Filed under:
|
|

We have a ASP.Net MVC 4 application we are trying to deploy to a Windows 2003 machine running IIS 6. We have it running on a separate app pool and it is setup to use asp.net 4.0. We have a Wildcard application mapping to aspnet_isapi.dll which was required to get the page to appear.

The problem we've ran into now is that the bundling which is part of asp.net mvc 4 isn't working. When you try to follow the /js?v=ASDfljkFSDlkjDSF link you get a 404 returned to you.

We know it uses extensionless urls but these should be handled by the Wildcard application mapping if I'm not mistaken?

Has anyone got this working or have any ideas?

© Server Fault or respective owner

Related posts about iis6

Related posts about deployment