Hello
I'm very new to DNN. I tried installing DNN 3.3.7 on a subdomain within our server host environment. I simply created a subdomain and they gave required ASP.NET permission on that folder and gave dbo rights to the newly created DNN database. I then copied the files and changed the config file to point to the new DNN database. When I tried loading default.aspx, it started the installation process until it came to later steps and failed showing some error about the AppDomain which I could not capture and closed the screen by mistake.
I deleted all the DNN folders in that subdomain and reloaded the page but instead of starting Install, it shows me the follwoing page.
How can I do a fresh re-install. Do I need to re-create the database also? If yes, then I would have to open a ticket to get dbo permissions from the host company that will take few hours.
I did not have any trouble setting it up on my personal desktop and laptop. Please help!!
Here's what I'm getting as an error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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) +114
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +93
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +5911
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|