I'm developing a project that consists of a portal and an administration interface.
In Visual Studio I have two ASP.NET projects, where one is Portal and the other is the administration interface.
In my local IIS I have an application called PortalWeb and within this application I have a (sub-) application called PortalAdmin . In this way, you only need to ignore the / Admin route in the main application ( PortalWeb ) and whenever I access the / Admin application address called the PortalAdmin application.
To illustrate, applications in IIS look like this
I want the applications to look exactly like this on my server. But I want to do this using IIS's WebPublish. Currently I can send the parent application ( Portal ) via WebPublish, but in the Admin application there is no option to configure it.