This is a migrated thread and some comments may be shown as answers.

Browser pb: strange access refused on webResource.axd

1 Answer 66 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 16 Sep 2009, 12:03 PM
Hello,

I get an  error in IE8 when I change selection in a RadComboBox which has several RadTabStrip/RadMultipage Ajax dependancies.
This was working recently may be related to new 2.828 version.


Any idea ?

Here is the error in fernch
<<
Détails de l’erreur de la page Web

Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.30729)
Horodateur : Wed, 16 Sep 2009 11:50:44 UTC

Message : Accès refusé.

Ligne : 1236
Caractère : 1
Code : 0
URI : http://web01.local:5052/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ADNScriptManager_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2009.2.826.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen%3ad2d891f5-3533-469c-b9a2-ac7d16eb23ff%3a16e4e7cd%3aed16cbdc%3a874f8ea2%3af7645509%3a24ee1bba%3a19620875%3a39040b5c%3af85f9819%3a33108d14%3abd8f85e4%3a86526ba7%3a1e771326%3aaa288e2d%3ae330518b%3a8e6f0d33%3a6a6d718d%3a63b115ed%3a1569bb5f%3adc7e0bd%3a1c565fc%3ac408cfaa

 >>


Thanks  for help.
CS

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 22 Sep 2009, 06:57 AM
Hi Christian Surieux,

Is there any authentication on your web site?

If so, you need to add the following <location> configuration tag in the web.config:

 <configuration> 
... 
<location path="Telerik.Web.UI.WebResource.axd"
   <system.web> 
     <authorization> 
       <allow users="*"/> 
     </authorization> 
   </system.web> 
 </location> 
... 
</configuration>  

If it does not help - please open a support ticket and send us a sample page so we can reproduce the problem locally.

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Veselin Vasilev
Telerik team
Share this question
or