New Installation on Brinkster.com

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.
5/7/2008 3:12:13 PM
Gravatar
Total Posts 20

New Installation on Brinkster.com

 

Hello.  I am new to mojoPortal and am wanting to install on my current web host brinkster.

Brinkster indicated that they are Full trust for ASP 3.5 and Medium for ASP 2.0  any ways to get around?

 For my real issue in getting setup...  Thank you for any suggested steps.

I have so far:

Uploaded all Files.

Made changes necessary for medium trust as described in documentation

Set up MySQL database via Brinkster / Made connection string changes.

And am getting this error when I travel to the setup/default.aspx

 

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'requirePermission'.

Source Error:


Line 3:
Line 4: <configSections>
Line 5: <section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic" requirePermission="false"/>
Line 6: <sectionGroup name="system.web">
Line 7:


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

 

5/7/2008 3:20:57 PM
Gravatar
Total Posts 18439

Re: New Installation on Brinkster.com

If you look at the bottom of your error message, it says .NET Framework 1.1, you need to configure your site for .NET 2.0

Hope it helps,

Joe

5/7/2008 4:31:04 PM
Gravatar
Total Posts 20

Re: New Installation on Brinkster.com

Joe - Thanks for noticing the basic mistake.  The setup ran accordingly...!

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