Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Page History: Publishing a Website in Visual Studio Express Edition

Compare Page Revisions



« Older Revision - Back to Page History - Current Revision


Page Revision: Thu, Jan 14, 2010, 9:27 AM


Overview

Visual Web Developer 2005 (and 2008) Express Edition do not have the Publish website item on their Build menus. This article shows a work-around.

Implementation

(1) In Visual Studio Web Developer 2005 (or 2008), navigate to Tools > External Tools. (2) In the External Tools dialog, specify the following parameters.

FieldValue
TitlePre-&compile (non-updatable)
CommandC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe
Arguments-p "$(ProjectDir)" -v / "$(ProjectDir)\..\Publication"
Use Output WindowChecked

Image

(3) Now you can publish any website via the Tools menu > Pre-compile (non-updatable) menu item.

Image

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.