I am trying to test a DNN site on Azure WebApp. The database connection seems to work fine (from the SQL menu in WebApp, it can connect fine). However, DNN redirects to InstallWizard. I have updated the portal alias to include the Azure url.
Here's the debug log... which doesn't really help me figure what is wrong:
2018-01-19 13:39:23,174 [RD0003FF18E7EE][Thread:1][INFO] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - Application Starting (00:00:00.0011802)
2018-01-19 13:39:23,395 [RD0003FF18E7EE][Thread:1][INFO] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - Application Started (00:00:00.2136987)
2018-01-19 13:39:24,877 [RD0003FF18E7EE][Thread:7][DEBUG] weweave.DnnGoogleAnalyticsAdvanced.HttpModule - DnnGoogleAnalyticsAdvanced is disabled due to "none normal" system status (Status: Install).
2018-01-19 13:39:25,221 [RD0003FF18E7EE][Thread:6][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): The file '/Install/InstallWizard.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.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2018-01-19 13:39:25,252 [RD0003FF18E7EE][Thread:6][DEBUG] weweave.DnnGoogleAnalyticsAdvanced.HttpModule - DnnGoogleAnalyticsAdvanced is disabled due to "none normal" system status (Status: Install).