您的位置:首页 > 产品设计 > UI/UE

Telerik: IIS7 & IIS 7.5 and ‘Telerik.Web.UI.WebResource.axd’ is missing in web config

2009-10-16 11:45 525 查看
Few days ago, I upgraded my work machine from windows XP to windows 7, one of my projects which use global theme and telerik control stopped working on my local machine. Here is the solution I've found so far to fix this error.

First solution:

Change the project's application pool under IIS 7 or IIS 7.5 to "classic mode". It will simply solve all the problems. What I think is because IIS7 & IIS 7.5 total change the pipeline.

  

Second solution:

Add this line '<add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>' under <system.webServer> section.



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐