Hi Team we have developed a ASP.NET intranet application which uses the master page layout.
We use few telerick controls in our page.
but after page loads when I look the View Source Code, I am surprised to see all following external links.
Since our application is intranet and more secure application, we don't want to make external http calls. How can avoid this?
Because of the external references, does it hit the performance (i.e page load duration?).
i see that this is for have enable the Telerik CDN but my question is how i cant remove this ?
how disable Telerik CDN and then how to disable this links
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Core.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/FormDecorator/RadFormDecorator.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Popup/PopupScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/jQuery.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/jQueryPlugins.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Animation/AnimationScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Window/RadWindowScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Window/RadWindowManager.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Scrolling/ScrollingScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Navigation/NavigationScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Menu/RadMenuScripts.js" type="text/javascript"></script>
<script type="text/javascript">
We use few telerick controls in our page.
but after page loads when I look the View Source Code, I am surprised to see all following external links.
Since our application is intranet and more secure application, we don't want to make external http calls. How can avoid this?
Because of the external references, does it hit the performance (i.e page load duration?).
i see that this is for have enable the Telerik CDN but my question is how i cant remove this ?
how disable Telerik CDN and then how to disable this links
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Core.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/FormDecorator/RadFormDecorator.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Popup/PopupScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/jQuery.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/jQueryPlugins.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Animation/AnimationScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Window/RadWindowScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Window/RadWindowManager.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Scrolling/ScrollingScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Common/Navigation/NavigationScripts.js" type="text/javascript"></script>
<script src="http://aspnet-scripts.telerikstatic.com/ajaxz/2010.2.929/Menu/RadMenuScripts.js" type="text/javascript"></script>
<script type="text/javascript">