i've deployed asp.net mvc app (on runtime 4.5.2), works in development, , on azure.
but when deployed actual production environment, shared hosting on iis 8.5, frequent app recycles, usually every few minutes or after 2 or 3 requests! app bombs badly, need ask them restart manually because doesn't restart automatically.
the thing i've done maybe non-standard, i've disabled session state in web.config
, because don't use session.
in application_error
log errors. in application_end
log hostingenvironment.shutdownreason
, equal hostingenvironment
, isn't helpful, because means "the hosting environment shut down application domain."
they refuse let me see server logs.
my app (i think) bug-free, , stated above, works on azure. there problem somewhere between how iis configured, , app behaves.
what can drill down problem?
Comments
Post a Comment