initialization - Initialize objects in w3wp.exe process of azure role -
i trying initialize singleton class in azure web role. tried initializing in role.onstart, onstart called part of wallshost.exe process , requests coming role go w3wp.exe process, singleton class not initialized yet. gets initialized when first request comes role. in situation singleton object should initialized before first request comes role. application_start runs part of w3wp.exe guess, application_start runs when first request comes role. there anyway initialize singleton object in w3wp.exe before first request comes role.
Comments
Post a Comment