Ok, so I have seen this same error refernced several times on the forum but nobody seems to have answered the issue directly. I am a LAMP developer so my knowledge of a .NET and as a matter of fact this is my first foray into windows servers and .NET development. I followed the installation instructions for the INSTALL package. Just in case someone gets the same errors from another package. I followed the instructions for installing that package without Visual Studio that was linked to out of the install forum and evenrything went smoothly, I clicked through the installer and setup user and host accounts. The is up and working perfectly except... I can only view it though the http://localhost/DotNetNuke url. Any attempt to access the site through the internet creates the following error:
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) +91 DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +82 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3303 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Now, I looked through some of the Virtual Directory settings in IIS (version 6 on a 32bit installation of windows 2003) and couldn't find if maybe I was missing something that was keeping outside traffic from accesing my site but could not identify a problem. As I said, I am a LAMP developer and though using IIS is fairly straight forward I am fairly sure my error lies in the way I have setup access to that VD.
Here are some relevent details:
Directory structure: allows annonymous access
All IP's are granted access
Users are granted read and write privilages but not executables.
I will continue to ponder the issue but if anyone has any suggestions or needs more info to help me out feel free to post. Sorry for the verbose nature of this post so I wanted to make sure I documented.