This is on Win2K3 server (R1) with a SQL server 2005 database on a separate server. It's a virginal install, fresh database, the only thing changing in web.config is the database name and UID info. I'm using custom. Everything seems to go fine, the database is built, and I get to the page where it's asking about installing modules. THe first time I checked everything, the second time (after deleting at recreating the database and reloading the folder with a fresh DNN. Both times failed with:
Server Error in '/' Application.
Thread was being aborted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +483
System.Web.HttpApplication.ResumeSteps(Exception error) +539
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +144
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +403
|
I've never seen this before. This is my first virginal DNN 4.5.3 install (not an upgrade). Once I've hit this the DNN instance is dead, and I cannot find any way to get 4.5.3 to install. ALl further references get me this:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +91
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +2677
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Server Error in '/' Application.
Object reference not set to an instance of an object.