installation issues

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/22/2010 6:51:50 PM
Gravatar
Total Posts 1

installation issues

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error Information
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x800700b7
Config Error There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
Config File \\?\E:\web\geeksond\web.config
Requested URL http://geeksondemand.info:80/
Physical Path
Logon Method Not yet determined
Logon User Not yet determined
Config Source
8: <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
9: <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
10: <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
 

 

I checked and there wasn't any doublicates in the web.config or the user.comfig

10/23/2010 6:49:47 AM
Gravatar
Total Posts 18439

Re: installation issues

This means you are using the mojoPortal package for .NET 3.5 but you are hosted under .NET 4. You should install the mojoPortal package for .NET 4.

Under .NET 4 some things that were previously required in Web.config (in .NET 3.5) are now in machine.config so if they exist in Web.config it causes this duplicate section error.

Hope it helps,

Joe

ps this question should have been posted in the Installation Forum not the developer forum

10/23/2010 5:47:37 PM
Gravatar
Total Posts 18

Re: installation issues

Hi,

to add something to Joe´s statement.....

If, for any reason, you don´t want to move to .net 4 release....simply remove the lines from web.config.

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