So 'hopefully' this should be an easy question for someone in the know...
I want to create a custom configuration for an assembly in the Global.asax app-start which will persist over all requests to the server.
For example how AutoMapper or Unity is configured on app start and persists for the live time of the application.
How is this data persisted in memory/application?
Thanks in advance...