I´m new to the Telerik RadScheduler. I've already saw the example on Telerik site. But keep receiving this message: "~/Telerik.Web.UI.WebResource.axd' is missing in web.config".
Can anyone point me what I'm missing.
I´m new to the Telerik RadScheduler. I've already saw the example on Telerik site. But keep receiving this message: "~/Telerik.Web.UI.WebResource.axd' is missing in web.config".
Can anyone point me what I'm missing.
You are missing the entry for the HttpHandler in your web.config. They usually put the xml to add to your web.config in the error message so you can manually add it.
Another option to add it is, go into design view, you should be able to right click the control and select an option to register the web.config entries.
Also, check out this link at Telerik's site for some general troubleshooting related to web.config entries.
If all else fails, try posting your issue on Telerik's RadScheduler forum, they usually answer pretty quickly.