I created an empty Web Project added an App_Start folder and placed in a BundleConfig.cs file inside it, if I put a break point; this code is never executed?
So is App_Start folder really starting when the app starts(BTW there is no global.asax file in the project) its a naked web project
I had to go by creating an _AppStart.cshtml file which actually gets called when I launch my web site (strange)