User-2017008401 posted
Hi bendJoe,
The output of Web Deployment project includes the required files, such as aspx files, dll files, web.config and so on. You can copy the output to the target machine and create a virtual directory for it. Web Deployment project build-in only supports to create
local virutal directory for immediate testing purpose (right click the Web Depolyment project in Solution Explorer, and then select "Property Pages". In the "Deployment" section there is a option "Create an IIS virtual direcory for the output folder").
Alternatively you can create a web setup package based on the Web Deployment project. Then you can install it on the server and the virtual directory will be created automatically. For more information, please refer to the following links:
Using Web Deployment Projects with Visual Studio 2005
http://msdn.microsoft.com/en-us/library/aa479568.aspx
VS 2005 Web Deployment Projects
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx