# IIS Hosting Golang Program
------------------------------
## Objective
* host your golang app server with Internet Information Server (IIS)
* try to make IIS take full control of your golang app including lifecycle and recovery
## My Footprint
1. Googled `run golang in iis`
2. found there are two ways to achieve our goal ([link](https://www.reddit.com/r/golang/comments/3con77/if_im_forced_to_run_go_on_windows_server/csynnjn)):
* Run your Go app as a Windows service. Serve directly or