I have an application which sends continuous data through serial port on click of go button and have hosted in IIS .
I have set Auto Start mode to "Always Running " which will restart my IIS automatically but restarting stops sending data through port as i need to click again on go button to start sending data .
Is there any setting where auto re-start of IIS will hit my Go method and sending data can be continuous through port without any interruption.