Requirements

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.
8/31/2010 5:15:36 AM
Gravatar
Total Posts 65

Requirements

Hi,

Is the requirements page updated? Is it correct to say that the requirements is :

.NET Framework 3.5 with SP1 (at least) (IIS6)
MySQL 5.1 (In our case)
MySQL Connector Net 6.2.3
Medium Trust (To let the site write in the folder)

Is this all I have to send to the host?

BestRegards
SnowJim



 

8/31/2010 7:04:24 AM
Gravatar
Total Posts 18439

Re: Requirements

Medium Trust is not required, it is something enforced by security policy at many shared hosting environments, it is supported but it poses some issues with skins and also NeatUpload does not work in medium trust so you don't get the progress bar when uploading.

In .NET 4, there are less problems with skins under medium trust but still the problem with NeatUpload.

I recommend use .NET 4 rather than 3.5 if possible.

The /App_Data and /Data folders must be writable by the web process user (the identity of the application pool)

Hope it helps,

Joe

8/31/2010 7:28:36 AM
Gravatar
Total Posts 65

Re: Requirements

Thank that will do it!

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