2

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..

2 Answers 2

2

There are five types of setup and deployment projects in VS.NET, but three are of significant importance that are "SetUp Project", "Web Setup Project" and "Merge Module Project".

Go to this

Sign up to request clarification or add additional context in comments.

1 Comment

not what I want to do, I want to deploy a web application from within a web application. See Edit above.
0

You can achieve this by creating a new Visual Studio project of type "Setup and Deployment", and use the "Web Setup" type. This will create an .msi installer that will automatically create the web app for you within IIS.

1 Comment

not what I want to do, I want to deploy a web application from within a web application. See Edit above.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.