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

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -