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

[Solved] Resources Not Found

1 Answer 184 Views
Editor
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 10 Jan 2008, 08:27 PM

I have prometheus running on our server just fine, but I'm having an issue running it locally on a vista box with IIS 7.  This is my first time messing with IIS 7 and I'm at a total loss as to where any settings are.

I'm getting Resoucres Not Found on my dialog popups in the editor.

I have the same code as the production server but its not working. I get an alert about HttpHandlers not being in the web config, but its the same web config as in production.  Any ideas?

I have in bin - Telerik.Charting, Design, and UI

I have these in my webconfig in the httpHandlers section:

<

add verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI" />

<

add verb="*" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI" />

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 11 Jan 2008, 09:09 AM
Hi John,

I suspect that your problem is caused by running the site in the new IIS 7 integrated mode. When your site is in the default application pool in IIS 7, it is running in integrated mode and the handlers and modules are read from a different section in the web.config file. For more information, visit the following link - http://msdn2.microsoft.com/en-us/library/bb763179.aspx

To fix the problem, you need to either set your site to run in Classic mode or move the handlers to the <system.webServer> section.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
John
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or