Kumar AU

Kumar AU

  • 1.3k
  • 295
  • 57.2k

Application is not calling Global.asax and BundleConfig.cs

Aug 25 2018 11:12 PM
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)