c# - Start application anyway IIS -
i'm tried automatic start iis webapplication
.
i want able call application_start
inside global.asax
happend after first request web application.
how can when iis server started??
thanks.
you can implement system.web.hosting.iprocesshostpreloadclient interface , load datas in preload method. need configure serviceautostartproviders in iis.
Comments
Post a Comment