Hi.
I am moving a dotnetnuke site from development to the live server. It seems want to re-install everything but once I get past some initial problems I run into this issue:
No http handler was found for request type 'GET'
[HttpException (0x80004005): No http handler was found for request type 'GET'] System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule) +849 System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +454 [HttpException (0x80004005): Error executing child request for ~/ErrorPage.aspx.] System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +807 System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +57 System.Web.HttpServerUtility.Transfer(String path) +32 DotNetNuke.Framework.PageBase. (EventArgs e) +275 System.Web.UI.Page.HandleError(Exception e) +86 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8422 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +253 System.Web.UI.Page.ProcessRequest() +78 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +49 ASP.default_aspx.ProcessRequest(HttpContext context) in c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7e48beac\a7ea3ea0\App_Web_xosjmffa.4.cs:0 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
I have tried to find solutions for it with no success.
The last I can get to is that there is an issue with the
System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)
function. I am guessing it is a permissions issue... but have no way of debugging this. I have seen many solutions for this but none has worked for me. Does anyone have a solution for this?
Regards