Hi ,
I tired using HTTP Compression in our application to improve the performance.
is HTTP compression acceptable for telerik sites?
when i used it i got the follwoing error from Telerik.Web.UI.dll
the first error is
Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load.
then i have copied the following in web.config as suggested in telerik
<configuration>
...
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
...
</configuration>
then i got the second error when i change the page size of radgrid
Microsoft JScript runtime error: Sys.ScriptLoadFailedException: The script '/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_cphBravoMain_RadScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b' could not be loaded.
please help me to resolve this error.
Thanks in advance.
Regards,
Bharathwajan
I tired using HTTP Compression in our application to improve the performance.
is HTTP compression acceptable for telerik sites?
when i used it i got the follwoing error from Telerik.Web.UI.dll
the first error is
Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load.
then i have copied the following in web.config as suggested in telerik
<configuration>
...
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
...
</configuration>
then i got the second error when i change the page size of radgrid
Microsoft JScript runtime error: Sys.ScriptLoadFailedException: The script '/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_cphBravoMain_RadScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b' could not be loaded.
please help me to resolve this error.
Thanks in advance.
Regards,
Bharathwajan