Symptom
After opening the Anveo Web Portal URL, the following error message appears:
Server Error in '/AnveoWebPortal' Application.
Attempted to access an unloaded AppDomain.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
[...]
Cause
After the IIS Application Pool was started, the configuration was changed in the file Web.config.
Solution
You always have to restart (recycle) the IIS Application Pools in IIS Manager after making changes in Web.config files. Then, reopen the Web Portal URL in browser.
Comments