Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is actually possible but please note that my experience with this was with Visual Studio 2008. I haven't tried this on Visual Studio 2010 or 2012.</p> <ol> <li>In VS2008, click on <code>File</code> > <code>Add</code> > <code>New Project</code></li> <li>In <code>Add New Project</code> dialog, select <code>Other Project Types</code> > <code>Setup and Deployment</code> > <code>Web Setup Project</code></li> <li>From there you can right-click on the project in the solution explorer and click <code>View</code> to see the user interfaces, launch conditions, registry settings, etc. or in <code>Properties</code> to set the virtual directory name. You can also include the output files of any project or your main project to be deployed.</li> </ol> <p>If you configure this correctly and build that project, the output is an MSI installer file. When you use this MSI installer file, you can use <code>Add/Remove Programs</code> (win xp) or <code>Programs and Features</code> (win7).</p> <p>I guess you can setup DNS, permissions, run a database creation script, with the various possible configurations available.</p> <p><a href="http://dataerror.blogspot.com/2010/06/creating-web-setup-project-for-aspnet.html" rel="nofollow noreferrer">A good guide with a lot of screenshots here</a></p> <p><strong>UPDATE</strong></p> <p><a href="https://stackoverflow.com/questions/11229582/will-web-deployment-projects-still-be-available-in-visual-studio-2012">Web deployment project is not available in VS2012</a></p> <p><a href="https://stackoverflow.com/questions/5524634/how-to-create-a-web-setup-project-in-vs-2010-for-a-mvc2-application">Web deployment project is available in VS2010</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload