If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
I am not sure what is going on. I have 2 sites setup on one installation. Neither of them will go to the root page when I use their domains only and no page specified. An example one of my sites, I go to http://www.cammaranois.com and get the page not found. SO I have to add "default.aspx" in order to get the home page to come up. Am I doing something wrong? Is their someone that can help me get the home page to load without specifying the actual aspx page?
Thanks in advance
Make sure you have Default.aspx configured as a default document in IIS
Joe,
Sorry for the delay. I do have default.aspx setup up as my default page. The funny thing is, is that is has worked before. The mojoportal is setup on 2 servers in a load balancer configuration. Any other ideas?
Thanks,
Steve
Here is the log entry when I get the Page Not Found page:
2013-06-19 12:13:22,900 ERROR 216.51.75.90 - en-US - /eurl.axd/5caad610f5e7f940a65c46d1b272c555/ - mojoPortal.Web.PageNotFoundHttpModule - Referrer(none) PageNotFoundHttpModule handled error. System.Web.HttpException (0x80004005): Path '/eurl.axd/5caad610f5e7f940a65c46d1b272c555/' was not found. at System.Web.HttpNotFoundHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
eurl.axd is not part of mojoPortal, I never heard of it before today but a quick google found this thread on stackoverflow which may help you. If not then google some more.
You have not mentioned anything about your installation such as OS/IIS version, .NET version or mojoPortal version.
I just found that same article and that fixed the problem. I am running IIS 6.
Thanks for the quick response!