Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP.NET Ajax client-side error
Message
From
17/12/2013 11:37:06
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01590374
Message ID:
01590492
Views:
47
You need to find where BundleTable.Bundles is defined.

>I am trying to find the place in my application what has the above code (script src ...). is "stored" or "generated". This section appears dynamically when I start the project (debug it). And I would like to disable the bundling all together until I figure what is going on. But I can't find the place.
>The only thing I see is that Global.asax.cs has code:
>
>
>      void Application_Start(object sender, EventArgs e)
>        {
>            // Code that runs on application startup
>            BundleConfig.RegisterBundles(BundleTable.Bundles);
>            AuthConfig.RegisterOpenAuth();
>
>
>And I think that the code above somehow generates the script src line but how I don't get it.
>
>TIA.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform