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.
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
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
Thanks Joe, you are right, I download a wrong package.
I correct it, now It works well.
Thanks!