how to setup multiple apps with same port and domain but different paths in iisexpress vs2015
问题 Im currently splitting a big asp.net core solution into multiple smaller solutions, each with a single app. In order to do this, the base app needs to point at www.originalApp.com and each of my smaller apps will be accessed using the path www.originalApp.com/SplittedApp I have managed to get this running using IIS with the following setup in the applicationHost.config <site name="OriginalApp" id="3" serverAutoStart="true"> <application path="/" applicationPool="OriginalAppPool">