I've deployed our website to a Windows Server 2008 R2. IIS7 on it has the default settings specified.
In my Web.Config i added the following handler :
<add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />
I also added the application/x-axd to the mime types of the website just to make sure.
The ApplicationPool is running in integrated mode. I've read this blog about how to set up Telerik with IIS7.
After executing the steps provided we're still getting an error related to the WebResource in our website.
This is the error :
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Wed, 28 Oct 2009 08:03:58 UTC
Message: Sys.WebForms.PageRequestManagerServerErrorException: Exception has been thrown by the target of an invocation.
Line: 6
Char: 62099
Code: 0
URI: http://localhost:81/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_radScriptManager_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3ad0c4ca6e-6b5d-49b6-922d-5244924fb100%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.2.826.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3ad2d891f5-3533-469c-b9a2-ac7d16eb23ff%3a16e4e7cd%3aed16cbdc%3a11a04f7e
Does anybody have an idea what i can do to fix this error?
Thanks in advance!