Is there CDN Support for bundling in asp.net MVC4 ?
For example I don’t want to host my own version of jquery locally and i would like to use Google CDN.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you will have to build your own CDN. You could have a dedicated domain that will host all your bundled scripts served throughout an ASP.NET MVC 4 application. This way all your applications could reference the static resources from this CDN. But don’t expect to be able to upload your custom scripts on Google CDN any time soon.