2.3.9.0 upgrade to 2.3.9.3 with the error HTTP Error 500.19

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.
10/26/2012 8:50:20 AM
Gravatar
Total Posts 19

2.3.9.0 upgrade to 2.3.9.3 with the error HTTP Error 500.19

Hi Joe:

       My test site works well with 2.3.9.0 version, windows server 2012 and sql server 2012.

When I upgrade from 2.3.9.0 to 2.3.9.3, it seems the new web.config not work ,

-------------------IIS 8.0 detail error 500.19--------------------------

Error Code : 0x800700b7,

Config Error: There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined

Config Source:
10: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
11: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
12: <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">

 

-----------------------------------------------------------------------

I compared the two version, it seems wen.config changed too many place. so I just overwrite the old 2.3.9.0 web.config with the new 2.3.9.3 web.config. Then,I got the above error.

How to solve this problem?

victor

2012/10/26

10/26/2012 8:58:34 AM
Gravatar
Total Posts 18439

Re: 2.3.9.0 upgrade to 2.3.9.3 with the error HTTP Error 500.19

Sounds like you are using the mojoPortal .NET 3.5 package under .NET 4 hosting. Best to update to the .NET 4 package of mojoPortal.

See related topics in items 9 and 10 in our FAQ.

Hope that helps,

Joe

10/27/2012 10:13:29 AM
Gravatar
Total Posts 19

Re: 2.3.9.0 upgrade to 2.3.9.3 with the error HTTP Error 500.19

Thanks Joe, you are right, I download a wrong package.

I correct it, now It works well.

Thanks!

victor

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