06-19-2018, 08:42 AM
Yes, it is possible with Http.Sys.
You need to create one Http.sys application and set its URLBase to /app1/
Then you create another and set its URLBase to /app2/ both using the same port. They will both register correctly and Http.sys layer will forward requests to each application according to their URL.
I'm about to publish an Http.sys demo on our demo repository. Hold on a sec
You need to create one Http.sys application and set its URLBase to /app1/
Then you create another and set its URLBase to /app2/ both using the same port. They will both register correctly and Http.sys layer will forward requests to each application according to their URL.
I'm about to publish an Http.sys demo on our demo repository. Hold on a sec