c# - Microsoft Unity LoadConfiguration Performance ASP.NET Issue -
we using microsoft unity xml file configuration. have separate unity.config file (pointed our web.config). "cache" container statically. container initialized on application_start.
the problem when calling loadconfiguration first time, it's quite slow 10-15 seconds. have 200 types registered. not of problem in production (one time) during development it's quite overhead.
anyone same issue?
thanks
Comments
Post a Comment