I'm very new to DotNetNuke, and having some major issues with the pages I'm working on. I set up my page a few days ago, using the book "Professional DotNetNuke 4" and followed its instructions exactly. I created a site, and added a few pages to it (including a login page which forces you to login before you can view the other pages). Now if I try to go to the URL http://localhost/dotnetnuke
I get 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.
But if I go to http://localhost/dotnetnuke/Home/tabid/36/ctl/Module/ModuleId/370/Default.aspx
I get the login page I'm just wondering if it's ok that the first URL doesn't work, or if there is an issue there I should correct, and if so then how to correct it Thanks! |