Where to download the release version of mojoportal ?

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/10/2009 3:13:15 PM
Gravatar
Total Posts 76

Where to download the release version of mojoportal ?

Hello,

i'm trying to install the latest version of mojoportal.
Im following the quick-guide installation.

I'm now uploading the mojoportal deployment package to my root-folder on server webhosting-company (bizhostnet.com).

But where can i find the release version of mojoPortal ?? In the download section i only find deployment packages.

Please help. Thnx in advanced.

Cool

 

 

11/10/2009 3:16:46 PM
Gravatar
Total Posts 2239

Re: Where to download the release version of mojoportal ?

Hi Hanzie,

The deployment package is the release version. It is a ready to be used package that you can simply upload to your website, set your database info in the user.config and then run /Setup/default.aspx.

HTH,
Joe Davis

11/10/2009 3:25:13 PM
Gravatar
Total Posts 76

Re: Where to download the release version of mojoportal ?

Thnx! I'm still uploading. So i'm waiting for the next step!! Cool

11/10/2009 4:31:05 PM
Gravatar
Total Posts 76

server error in '/' application

Hello,

 

I succesfully installed the package on my web-hosting account (bizhostnet.com)

Everything wen't ok (installing /setup/default.aspx on my webhosting-server).

But then when opening the site www.docreg.info/default.aspx i get folowing error:

 

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Please, any help?? Thnx in advanced......

 

 

 

11/11/2009 9:00:25 AM
Gravatar
Total Posts 18439

Re: Where to download the release version of mojoportal ?

This article should help you find out what the error is:

http://www.mojoportal.com/basic-troubleshooting.aspx

Once you know what the actual error is we can help further.

Hope it helps,

Joe

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