Hi ALL and umm please help me!
I’m trying to install DNN on a hosted server IIS7 .Net Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016.
I tested the server with a simple ASPX file that works, I uploaded DNN DotNetNuke_Community_05.03.01_Install.zip and extracted it to the root of the site. I edited the web.config with the SQL details.
When I acess the default.aspx OR my test File I get
Error 500, There is a problem with the resource you are looking for, and it cannot be displayed.
Overwriting the web.config with the following:
<configuration>
<system.web>
<customErrorsmode="Off"/>
</system.web>
</configuration>
Now when I access either my test file or the default.aspx I get:
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.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Common.Globals.GetStatus() +74
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +467
DotNetNuke.Common.Initialize.Init(HttpApplication app) +151
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) +430
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +170
|
Any help please!?
I ‘m assuming that my hosting companies setup just will not run DNN!