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" />