1
I am developing a project consisting of a portal and an administration interface.
In Visual Studio I have two ASP.NET projects, where one is the Portal and the other is the administration interface.
On my local IIS I have an application called Portalweb and within this application I have a (sub-)application called Portaladmin. This way, it is only necessary to ignore the route /Admin in the main application (Portalweb) and whenever I access the application address /Admin is called the application Portaladmin.
To illustrate, the IIS applications look like this
I want the applications on my server to look exactly like this. But I want to do this using IIS Webpublish. Currently, I can send the parent application (Portal) via Webpublish, but in the application Admin there is no option to configure it.