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 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
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
Joe - Thanks for noticing the basic mistake. The setup ran accordingly...!