Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Warning: 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:

...