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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -