Page Not Found when navigating to localhost/

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/11/2011 7:56:31 AM
Gravatar
Total Posts 18439

Re: Page Not Found when navigating to localhost/

Hi,

Make sure default.aspx is the highest priority default document configured on the site in IIS.

Also make sure that you have not specified default.aspx as the url for any CMS pages in page settings. See How mojoPortal Works and you will understand that default.aspx serves every CMS page.

Hope that helps,

Joe

11/13/2011 8:11:50 AM
Gravatar
Total Posts 18439

Re: Page Not Found when navigating to localhost/

Are you seeing the mojoPortal page for 404 errors or are you seeing the IIS default 404 page?

If you created extensionless urls on your dev machine, those would probably result in 404 on Win 2003 because it does not support extensionless urls for ASP.NET without some custom configuration or isapi filter.

Is it possible that you have something else on the server that is redirecting things before it gets to mojoPortal and causing a 404, ie custom url rewrite module or something installed in IIS?

See also Moving an Installation of mojoPortal to a Different Server.

Hope that helps,

Joe

11/15/2011 4:52:13 AM
Gravatar
Total Posts 17

Re: Page Not Found when navigating to localhost/

Hi Magian,

Could you list the steps you followed to resolve the issue you faced while navigating from localhost.

Thanks,

Reena

12/21/2011 2:56:47 AM
Gravatar
Total Posts 18

Re: Page Not Found when navigating to localhost/

Hi Magian,

we had exactly the same problem (missing picture and unneeded redirect to login.aspx for annonymous users) . It could be solved with your explanation:

-------------------------------------------------------------------------

I checked IIS 7 again in the Authentication settings for the site and I made a change to Anonymous Authentication. Initially it was set to Specific User and I believe the user name was set to something like IUSER. I changed this setting to Application pool identity, which my Application Pool in IIS is set to use Network Service.

-------------------------------------------------------------------------

Thank your very much.

You must sign in to post in the forums. This thread is closed to new posts.