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

[Solved] IIS7 WebResource

2 Answers 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jeroen Eikmans
Top achievements
Rank 1
Jeroen Eikmans asked on 28 Oct 2009, 08:18 AM
Hi,

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!

2 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 30 Oct 2009, 02:34 PM
Hello Roel Martens,

What happens if you replace RadScriptManager with ScriptManager?

Could it be a permission issue (check this article)?

Greetings,
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.
0
Jeroen Eikmans
Top achievements
Rank 1
answered on 05 Nov 2009, 07:55 AM
It indeed was a security issue.
The new IIS AppPool user didn't have permissions on the 32 bit framework\Temp folder, only on the 64 bit version and i was running the 32 bit version.
Tags
General Discussions
Asked by
Jeroen Eikmans
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Jeroen Eikmans
Top achievements
Rank 1
Share this question
or