My dnn installation of 3.2.2 works fine on my pc with the ip address of 192.168.0.110 but when i access the application through the intranet using http://chriswork/dotnetnuke it gives me the error below.
i have configured the following settings:
i have set Default.aspx as the default document in IIS 5.1
i have updated the PortalAlias in SQL server 2000 to 192.168.0.110/DotNetNuke from localhost/DotNetNuke
i have enabled ports 80 and 8080 on the windows xp firewall to permit traffic
i think i have installed it properly.
please help this is urgent.
Server Error in '/DotNetNuke' 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) +3717
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
I also have a another installation of dnn 3.2.2 running on my machine and when i try to access it from the intranet it gives me a Page Cannot Be Displayed error. I have to admit this second installation was my second try at installing it and i believe it is intalled properly.
i type in http://chriswork/dnntest to access this application. the settings are the same as the previous settings.
please help.
thank you
Chris Morton