I am having a problem trying to run DotNetNuke and Coldfusion on the same IIS website. Our environment
consists of Windows 2008 R2 with IIS 7.5, Coldfusion 9 x64, and DotNetNuke 05.03.00 Professional.
If I install Dotnetnuke before Coldfusion, it works fine. However, once I install Coldfusion on the same
IIS site as Dotnetnuke, Dotnetnuke no longer functions and I get the below error. I have been able to
get Dotnetnuke to work on one IIS website and Coldfusion to work on another IIS website running off
of the same server. However, I need them both to work on the same IIS website.
Can anyone give me a definitive answer whether Coldfusion 9 and DotNetNuke can cooexist on the
same IIS website? If so, how can this be accomplished?
Thanks in advance!
[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) +529
System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +947
[HttpException (0x80004005): Error executing child request for ~/ErrorPage.aspx.]
System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +4121218
System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +77
System.Web.HttpServerUtility.Transfer(String path) +41
DotNetNuke.Services.Install.InstallWizard.OnError(EventArgs e) +71
System.Web.UI.Page.HandleError(Exception e) +109
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11035211
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11034762
System.Web.UI.Page.ProcessRequest() +91
System.Web.UI.Page.ProcessRequest(HttpContext context) +240
ASP.install_installwizard_aspx.ProcessRequest(HttpContext context) +9
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171