Deploying go exe on IIS 10 (windows11)

can anyone please elaborate the process of deployment of go exe to IIS 10

Sorry I don’t understand the question. Go executables are standalone applications that can run on the OS. which kind of integration do you need with IIS ? Reverse Proxy?

Googling I found several articles but I never tried on IIS

1 Like

Actually I made some APIs which needs to be deployed on a windows server so that it can accessed by a front end team.

Create Golang gin rest api exe and deploy on particular port.

Create web front end and call rest api.

Front end deploy on iis

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.