How to make a web application using Visual Studio


Today I will show how simple it is to make a web application installer with Visual Studio.

I have assumed that you have a project already open and now you want to make a installer for it.

First we have to add a new project from File->Add->New Project


42-c94fcf559256″ class=”wlWriterSmartContent” style=”display: inline; margin: 0px; padding: 0px;”>

Then we have to select

Other Project Type->Setup & Deploy -> web setup project

I name it “WebSetupProject” . In Solution Explorer we will found that installer project.

Now we have to right click over the “WebSetupProject” and click on Bulild.

Our basic task is complete now we will get the installer in a the project’s debug folder as bellow.

Bye.

,

Leave a Reply