Click here to Skip to main content
15,888,062 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to implement Bundling feature in Asp.Net web Application[.Net Framework 4].I googled a lot but "NO Article". Can any one suggest me document or demonstrate a mechanism for How to use bundling in Asp.Net Web Application. I have already gone through following Articles but none helped as they flew away from my needs :
1. http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification, [in MVC]
2. http://blogs.msdn.com/b/rickandy/archive/2012/08/15/adding-web-optimization-to-a-web-pages-site.aspx [this article uses Razor not showcases the implementation in Asp.Net Web Application or Web Site.]
3. http://blogs.msdn.com/b/rickandy/archive/2012/08/14/adding-bundling-and-minification-to-web-forms.aspx [this one is for forms did not help.]
Posted

1 solution

With bundling (and minification) there is no difference between MVC and ASP.NET. So what you got in the first article is perfectly fits.
You also can crate a new WEB (ASP.NET) application in VS 2013 and you will get a good working sample of all the hot parts...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900