system.web.extensions in web.config

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.
12/7/2011 5:11:24 PM
Gravatar
Total Posts 148

system.web.extensions in web.config

 

Hi:

 

I'm using the default web.config with my new mojoPortal installation under IIS 7.5. I am receiving the error:

The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration

12/7/2011 8:41:13 PM
Gravatar
Total Posts 2239

Re: system.web.extensions in web.config

Hi,

Sounds like you're trying to run the .NET 4 version of mojoPortal in a .NET 3.5 Application Pool.

If you set your Application Pool to .NET 4, it should work just fine.

Hope this helps,
Joe D.

12/8/2011 11:22:41 AM
Gravatar
Total Posts 148

Re: system.web.extensions in web.config

Hi:

 

4.0 isn't on the list of Pool Settings

12/8/2011 12:14:24 PM
Gravatar
Total Posts 2239

Re: system.web.extensions in web.config

Hi,

Sounds like .NET 4 hasn't been installed on the server. You can install it or use the .NET 3.5 mojoPortal release package.

HTH,
Joe D.

12/9/2011 12:41:32 PM
Gravatar
Total Posts 148

Re: system.web.extensions in web.config

So I download 3.5 in order to obtain 4.0? Why not download 4.0 release files?

12/9/2011 1:47:15 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: system.web.extensions in web.config

Joe means you can either download the .Net 4 Framework installation from Microsoft to install on your server or you can download the MojoPortal version that is built for 3.5 Framework.

1/9/2012 3:21:04 AM
Gravatar
Total Posts 1

Re: system.web.extensions in web.config

Hi joe

I have got similar problem on a production server ,would that be the same case

 

Parser Error Message: Unrecognized configuration section system.web.extensions.

Line 1075: -->
Line 1076: </system.webServer>
Line 1077: <system.web.extensions>
Line 1078: <scripting>
Line 1079: <scriptResourceHandler enableCompression="true" enableCaching="true"/>

1/9/2012 6:50:52 AM
Gravatar
Total Posts 18439

Re: system.web.extensions in web.config

Hi,

See the 9th and 10th items on our FAQ page.

Hope that helps,

Joe

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