Attempting to access any ControlPoint ASPX page, or the ControlPoint Configuration Site, results in the below error:
1) Navigate to the server hosting ControlPoint, and open the IIS Manager Application
2) Select Sites, then right-click the ControlPoint Site and select "Explore"
3) Edit the web.config in this location, then search for the phrase "legacyCasModel". You should find an entry in the config file similar to the below:
<trust level="Full" originUrl="" legacyCasModel="true" />
4) Change the true reference to false, then save the web.config file.
**NOTE: You may need to repeat these steps for each Web Front End in your environment, depending on your DNS or Load Balancer configuration.