Unable to host a Service Bus WCF Host in IIS on Azure -
i have worker roles send out multicast messages using azure service bus. 2 of consumers of these messages websites hosted on azure. know there issues hosting service bus wcf endpoints in iis when running on premise. i've followed microsoft's advice , configured service host programmatically.
one of websites has been using technique quite while. uses hosted web core (it developed before full iis option on azure) , initialises service host part of roleentrypoint.onrun()
. i'm trying move site using full iis. because in full iis roleentrypoint runs in different process site , service host needs access static variables in site i've moved initialisation of service host global.asax
application_onstart
. code works fine when running website under iis locally , runs fine when running in compute emulator, once deploy cloud wcf host never seems receive messages. haven't been able catch errors occurring.
has else out there deployed this?
Comments
Post a Comment