error system.web.extensions

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.
9/1/2012 9:06:44 PM
Gravatar
Total Posts 2

error system.web.extensions

hi, my mojoportal was working perfect then i wanted to edit my footer so i tried to do it with visual studio 2010 when i opened the whole site a window popped up saying "we have detected an older version of net frame do you want to updated ....bla bla" I click yes. fyi i had installed version 4 of net frame. Then I went back to mojoportal and I can't access anymore I see thie error system.web.extensions.

:(

9/3/2012 10:50:40 AM
Gravatar
Total Posts 18439

Re: error system.web.extensions

If you were using the .NET 3.5 version of mojoPortal you should restore the Web.config file from the installation package and then restore any customizations to that web.config such as machine key. This problem is dicussed in items 9 and 10 on our FAQ.

If you opened the pre-compiled release files in VS and it offered to update to .NET 4, probably the only thing it modified was web.config since the rest of the code is already compiled under .NET 3.5.

Hope that helps,

Joe

9/3/2012 11:41:24 AM
Gravatar
Total Posts 2

Re: error system.web.extensions

Joe, thank you kindly for your reply. Sorry I'm not very good at this. 

I have extracted from my original .zip mojoportal a virgin web.config but i'm still having the error, i was trying to see how i can restore customizations and i think this is the part where i'm lost. I'm not sure how to.  I was checking how to do it but they talk about version 7 of IIS , i have version 5.1

my 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 1177: </location>
Line 1178:
Line 1179: <system.web.extensions>
Line 1180: <scripting>
Line 1181: <scriptResourceHandler enableCompression="true" enableCaching="true"/>

 

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