Loading...

Error “The requested page cannot be accessed because the related configuration data for the page

Title

Error “The requested page cannot be accessed because the related configuration data for the page

Description

Error “The requested page cannot be accessed because the related configuration data for the page

Please wait...

Using the configuration editor in Quest Webparts to edit the web.config page if the Editor tab for the Quest Software Configuration Section Editor and a value is entered for the “Maximum File Upload Size is entered” then a ”  <EditorSettings MaxFileUploadSize=”51200″ />” is created and after the other issues are fixed then we get the error
“The requested page cannot be accessed because the related configuration data for the page is invalid”

Cause

This error is received as there is no "EditorSettings" section for in the "configSections" of the web.config file.

Resolution

WORKAROUND:
In the "<ConfigSections>" add the following line
"<section name="EditorSettings" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />"
Save the web.config file and the error is not received anymore.

STATUS:
Waiting for fix in a future release of "Quest Web Parts for SharePoint"

Defect ID

This error is received as there is no "EditorSettings" section for in the "configSections" of the web.config file.

Leave a Reply