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

[Solved] Telerik Undefined

3 Answers 118 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Paul Gallen
Top achievements
Rank 1
Paul Gallen asked on 30 Jun 2008, 11:11 AM

Hi

Sorry, I know there have been some threads already discussing this issue, however I an able to find a definitive answer. I recently moved my dev environment to a windows vista machine, Installed IIS and configured IIS6 backward compatibility. Is there a solution for this Javascript Problem?

 

Thanks

 

P

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Jun 2008, 11:31 AM
Hi Paul,

RadControls for ASP.NET Ajax fully support Vista and IIS7,try adding  the telerik WebResource handler below to the system.WebServer section of your web.config.

<system.webServer>   
<handlers>   
<add name="Telerik.Web.UI.WebResource.axd_" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" preCondition="integratedMode,runtimeVersionv2.0" /> 
</system.webServer>   
</handlers> 

Also  review this help topic for more info about HTTP handler registration.

Shinu.
0
Paul Gallen
Top achievements
Rank 1
answered on 30 Jun 2008, 01:52 PM
Hi Shinu

When  I amended my config file as per your instructions , the application does not run at all giving a

IIS 7 Error 500.19

any Ideas?


Thanks
0
Paul Gallen
Top achievements
Rank 1
answered on 30 Jun 2008, 02:13 PM
actually just adding

<

system.webServer>

<

handlers></handlers>

</

system.webServer>

renders the whole application useless

P

Tags
Ajax
Asked by
Paul Gallen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Paul Gallen
Top achievements
Rank 1
Share this question
or