Server Error in '/' Application

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.
1/9/2013 5:32:48 AM
Gravatar
Total Posts 8

Server Error in '/' Application

On launch the installation process I have this error:

Server Error in '/' Application.
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 configuration section system.web.extensions.
Source Error:

Line 1189: </location> Line 1190: Line 1191: <system.web.extensions> Line 1192: <scripting> Line 1193: <scriptResourceHandler enableCompression="true" enableCaching="true"/>
Source File: D:\inetpub\webs\flaviolanteriname\web.config    Line: 1191

Version Information: Microsoft .NET Framework Version:2.0.50727.3643; ASP.NET Version:2.0.50727.3634

MySql database - Mojo 2.3.9.4

1/9/2013 7:09:32 AM
Gravatar
Total Posts 18439

Re: Server Error in '/' Application

Hi,

If your hosting supports .NET 4, you need to change your application pool to .NET 4, it should be a setting in your web control panel at your host. Or you need to use the mojoPortal package for .NET 3.5 if you don't have .NET 4 hosting.

See items 9 and 10 in our FAQ.

Hope that helps,

Joe

1/9/2013 12:40:03 PM
Gravatar
Total Posts 8

Re: Server Error in '/' Application

Very thank's Joe!!!!

Solved with .net 3.5 installation.

1/9/2013 12:45:59 PM
Gravatar
Total Posts 18439

Re: Server Error in '/' Application

Glad its working, however I highly recommend use .NET 4 or .NET 4.5 would be even better if it is available to you. Especially when setting up a new site I would not use .NET 3.5. In the not too distant future we will be dropping support for .NET 3.5 in mojoPortal. Also if you have .NET 3.5 medium trust hosting you may have trouble when trying to use multiple skins that need different theme settings as mentioned in the bottom of this article. You can find out if your hosting is medium trust from Administration > System Information. If it says "Partial Trust" that means medium trust.

Best,

Joe

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