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

How deploy web app based on RadControls for ASP.NET AJAX

1 Answer 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 13 Dec 2010, 05:23 PM
Hello All,

Could you please explain how I should deploy web app which uses RadControls for ASP.NET AJAX. I mean, It uses httpHandlers : Telerik.Web.UI.WebResource.axd, and when I deploy application errors appears like the following:
ebpage error details Message:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred
while processing the request on the server. The status code returned from the
server was: 500Line: 6Char: 84093Code: 0URI:
http://localhost:8080/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1f68db6e-ab92-4c56-8744-13e09bf43565%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3a30468509-1b07-456a-b5f4-bb35a9cae168%3a16e4e7cd%3af7645509%3a86526ba7%3a874f8ea2%3aed16cbdc%3ae330518b%3a24ee1bba%3a1e771326%3ac8618e41%3af46195d3%3aaa288e2d%3ab7778d6c

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 16 Dec 2010, 09:02 AM
Hello Michael,

Could you please try this configuration in your project?
<configuration>
...
<location path="Telerik.Web.UI.WebResource.axd">
   <system.web>
     <authorization>
       <allow users="*"/>
     </authorization>
   </system.web>
 </location>
...
</configuration>

More details about the solution can be found in this help article.

All the best,
Fiko
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or