How to serve two folders (React build files) on one website on IIS?
问题 I have IIS web server, and I am using the IP address and :80 port to serve the website. I have two applications. One of them should be served on '/' route, and another one should be accessible on '/admin' route. I tried multiple advices about "how to serve two websites on one IP and Port", but they do not help me. I also created virtual directory with static files, but still cannot access the second app on '/admin' route Can you please give me recommendations what do I need to add to "web