Hello good people. I have a DNN 6.01.05 site that I just moved to a newer server. It was working fine on the older server IIS6, SQL Server Express 2005. Now it is running on IIS 7 integrated mode and SQL Server express 2008. The site works, except when in edit content mode on one of the child portals I try to edit or create a link to an image or url. I get a pop-up error message. I do not get an error if I make a link in the parent portal.
-start error message
Web.config registration missing!
The Telerik dialogs require a HttpHandler registration in the web.config file. Please use the control's Smart Tag to add the handler automatically, or see the hep for more information: Controls > RadEditor > Dialogs > Introduction - OK
-end of error message
When I close the error message, there is another small window with another error message stating:
--Start error message:
An error has occurred. DotNetNuke.Services.Exceptions.PageLoadException: The file '/school/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx' does not exist. ---> System.Web.HttpException: The file '/school/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
-End error message
This site has the RadEditor designated as the default editor. Can you help me sort out this error message please? And why does this only occur on the child portal and not the parent portal?