i am using the AZure CDN to store the JS,CSS and images. I want to check whether the AZURE CDN endpoint is working or not. If not working then i want to make use website content folders. How can i check whether the endpoint is working or not using the C# code?
Thanks, Pavan
You can use the fallback mechanism for CDN URLs
In your BundleConfig.cs
For css files
Almost the same for js files