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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
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.
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
Thnx! I'm still uploading. So i'm waiting for the next step!!
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:
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......
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