3
Answers

Application is not calling Global.asax and BundleConfig.cs

Photo of Kumar AU

Kumar AU

6y
1.7k
1
Dear All,
 
I am trying to implement Bundling and minification to one of the existing .Net MVC application.
 
However for the existing application there was no Global.asax file and App_Start (BundleConfig.cs) folder , so I have added Global.asax and BundleConfig.cs file to the soluation file. But when I put the breakpoint in the both the files its not getting invoked. So could you please let me know what mistake I am doing here ?
 

Answers (3)