This Site is Under Construction

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.
2/7/2011 3:33:13 AM
Gravatar
Total Posts 2

This Site is Under Construction

Hi,

  I have already uploaded mojo on the web-host.... The problem which I'm facing is.. I'm unable to configure locatoin domain pointing to domain/default.aspx.

i.e., browsing on site http://www.sankeypark.org/  gives me below error

This Site is Under Construction.
Come Back Soon.

 

While it works perfect while browsing http://www.sankeypark.org/default.aspx

 

Please advice how to re-direct to default home page while clicking on http://www.sankeypark.org

 

2/7/2011 4:05:05 AM
Gravatar
Total Posts 550

Re: This Site is Under Construction

Hi

It means default.aspx not exist in your default documents in your web site. Add default.aspx to default documents via your hosting control panel.

Hope Helps,

Asad

2/7/2011 9:01:41 AM
Gravatar
Total Posts 2

Re: This Site is Under Construction

Asad,

 I had made sure that Default.aspx file exist in root folder & also we tried creating a file with the url default.aspx in content manager. But still it doesn't work. Please advice.

 

Thanks,

RAjesh

2/7/2011 12:19:14 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: This Site is Under Construction

Hi Rajesh, your problem is that the web server is not serving Default.aspx when you connect to http://www.sankeypark.org/. Instead, it's probably serving a default index.htm or index.html file that was left there by your hosting company.

You should be able to solve this in your hosting control panel. Make sure that Default.aspx is listed as the first default document that will be served by the site (above any .htm or .html files). In addition, you could also use your file manager to delete any index.htm or index.html file that's sitting in your site root directory.

Jamie

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