I'm trying to add bundling (a la MVC BundleConfig) to my ASP.NET WebForms Application. I was referencing this as a guide, but I can't access my class/namespace or the System.Web.Namespace from my Global.asax file. How can I access my classes from Global.asax? Thanks.
Asked
Active
Viewed 451 times
0
-
Make sure you are putting your code in the code-behind file `Global.asax.cs` – Matthew at Critical Cognition Jun 04 '14 at 17:41
-
Try these directions: http://stackoverflow.com/questions/21642509/how-do-we-add-bundling-and-minification-to-a-project-that-was-upgraded-from-visu/21653380#21653380 – MikeSmithDev Jul 11 '14 at 16:55