We just deployed a change to an app that uses a mix of ASP.Net and MVC. It has a user control that contains an iframe that loads an MVC page with a map control on it. This user control is reloaded every time the page does a post, which is quite often. The app’s memory use is now continually climbing, indicative of a memory leak.
Since the only new thing is this use of the map control, we’re wondering if we’ve missed some basic clean up or disposal of the map control or various layers? We mostly use InMemoryFeatureLayers.
Do you have any suggestions on things we might have overlooked? We’re still on version 9.0.0.142.
Thanks!