Jammin_Jim
New Member
I'm in the processing of coming up a solution structure for ASP.NET 4.5 solution. I have the followng clarification1) Is there some guidelines when to use Bundle.cs and when and for what kind of resources we should use Bundle.config2) I want to re-organize my scrip folder such that Microsoft Ajax and JQuery are placed in common scripts while app specific scripts are placed in a different folder. For Ajax I'm able to see the bundle definition in Bundle.cs. But for JQuery the same seems to be in a different DLL (AspNet.ScriptManager.jQuery.dll) for which the source is not present. How do I override this path definition in Bundle definition.3) Does the Bundle.config necessarily be placed in root folder. Can it be placed in a seperate folder in application. If that can be done where should I change thisAny insights will be of immense helpThanks and regardsVenkatesh. S