Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

No Format
<appSettings>
    <add key="ClientValidationEnabled" value="true"/>
    <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
    <add key="aspnet:MaxHttpCollectionKeys" value="50000" />
</appSettings>
Warning
titleWarning

...

Changing the web.config file causes IIS to restart the application. This means that all users on StudyTRAX will be logged off. Thus, this change needs to be done at a time when no users are on the system.

You can get additional information at the following links:

http://stackoverflow.com/questions/8684049/asp-net-ms11-100-how-can-i-change-the-limit-on-the-maximum-number-of-posted-for

http://support.microsoft.com/kb/2661403Stack Overflow Forum

Microsoft Knowledge Base