If you are getting the below error in developer tools while editing the user account from the admin tools widget, please try the below steps.

If you are getting the below error in developer tools while editing the user account from the admin tools widget, please try the below steps.

  1. Go to C:\Program Files\Empress Media\eMAM Director
  2. Open the web.config file
  3. Search for the <system.webServer>
  4. Add the below-given tag under the <system.webserver> as below screenshot

<security>

<requestFiltering><requestLimits maxAllowedContentLength="524288000" /></requestFiltering>

</security>