iis 7.5 - Asp.net Application slow startup - PageHandlerFactory-Integrated-4.0 / ManagedPipelineHandler -
i have asp.net 4.5.2 webforms app in app pool in integrated pipeline mode on iis 7.5, reason takes around 1 minute startup every time...
an identical app (that slow starting app copied , amended) virtually identical web.config (i have compared line line) save db conn strings etc... starts instantly.
i have isolated in own app pool , shared app pool similar app both same outcome 1 taking minute, other instantly.
the issue seems around...
- handler_changed managedpipelinehandler pagehandlerfactory-integrated-4.0
this failed request trace....
general_get_url_metadata physicalpath="", accessperms="513" 06:47:11.928
handler_changed oldhandlername="", newhandlername="pagehandlerfactory-integrated-4.0", newhandlermodules="managedpipelinehandler", newhandlerscriptprocessor="", newhandlertype="system.web.ui.pagehandlerfactory" 06:47:11.928
virtual_module_unresolved name="rolemanager", type="system.web.security.rolemanagermodule" 06:48:52.491
Comments
Post a Comment