我已经创建了一个MVC3.0应用程序并托管在IIS7/Windows Server2008R2上,在应用程序启动和global.ascx中没有什么重要的事情。这在第一次启动中花费了appc 5-7秒。当我尝试使用JetBrains分析器时,我得到的方法是"System.Web.Hosting.ApplicationManager.GetAppDomainWithHostingEnvironment(String,IApplicationHost,HostingEnvironmentParameters)“the 6000 MS for single call”。
所以请给我提个建议,我该如何解决这个问题?
谢谢,
Laxmilal Menaria
发布于 2011-10-24 15:09:59
你可以试着激活AutoStart feature。
https://stackoverflow.com/questions/7872277
复制相似问题