I am using Visual Studio 2013 and .NET framework 4.5.2. I have tried to disable bundling but it is not getting disabled.
I have made debug attribute true in web.config file. Also tried with:
BundleTable.EnableOptimizations = false;
I have tried with many cases even putting the above line in Application_Start()
method and in action executing and in Bundle config.
But if I make debug attribute true and deploy my code to server then bundling gets disabled properly.
I have put the same code in my friend's system but bundling is not getting disabled there either.
I have searched too much but not getting any solution.
If you have faced this problem and got any solution please let me know.