Hello, I've upgraded a site from 3.5 Classic mode to 4.5 Integrated mode,
I've added Web optimization packages for Web forms using Nuget and i have added a bundle.config file, I've added the bundles and added a server control to render them.
when setting the debug to false the bundle-link is shown with the unique value but i get a 404 back from the actual link.
Anyone know what might be causing this?
ANSWER: Run all modules as managed setting was missing in web.config
None
0 Points
17 Posts
bundling and minification not working for asp.net 4.5 web forms
Oct 16, 2012 05:29 AM|krustyfied|LINK
Hello, I've upgraded a site from 3.5 Classic mode to 4.5 Integrated mode,
I've added Web optimization packages for Web forms using Nuget and i have added a bundle.config file, I've added the bundles and added a server control to render them.
when setting the debug to false the bundle-link is shown with the unique value but i get a 404 back from the actual link.
Anyone know what might be causing this?
ANSWER: Run all modules as managed setting was missing in web.config