For several days I have attempted to install the install version of DNN 4.4. I end up with the same error message each time. See error message at the end of page. I followed both the PDF instructions and the related threads in the Install It! forum. That include the following key tasks:
1- Adding the ASPNET user to the source folder.
2 - Rename release.config to web.config
3 - Edit the web.config file to point to updated SQL Server 2000 connection string in both appSettings and connectionStrings sections.
4 - Create virtual directory with correct ASP.NET framework selected - 2.0.50727
I'm at a lost as to what to do next. Help.
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.]
System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1132
System.Web.Hosting.ISAPIWorkerRequest.GetServerName() +15
System.Web.HttpRequest.get_Url() +282
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +144
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Server Error in '/IT' Application.
Object reference not set to an instance of an object.
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42