How can I deploy an web application on IIS via ASP.NET web application?
So instead of creating virtual directory, converting it to a application, etc I could just automate deployment via a web application?
how do I do that?
EDIT: no i do not want to deploy my application via visual studio, instead I want my web application itself to deploy a web application.
Example I use webapplication1, using webapplication1, I login to my control panel, I then setup the application to deploy within webapplication1, then I click deploy, and it deploys webapplicationX, webapplicationY, webapplicationN etc..