Is there a way to run Go web application on IIS? I found a setting for azure but its not working on my dev machine this is a web config for azure :
&
HttpPlatformHandler module doesn't work for me. I found this post by Sutean Rutjanalard on Medium very helpful, which use ASP.NET Core Module instead.
Basically, you need to create Application pool with "No Managed Code" as you do with a .net core app. And the following is the web.config.