Deploy ASP.Net application to a virtual directory

  • Thread starter Thread starter Stewart Armbrecht
  • Start date Start date
S

Stewart Armbrecht

Is it possible to create a deployment project that deploys your asp.net
application to a virtual directory? I don't want the application to install
in the wwwroot folder. If so how?
 
Yes, you can create a deployment project that deploys your ASP.NET
application to a virtual directory.

1. In the web setup project, go to the "File System View".
2. Right-click on the "Web Application Folder" and select properties
3. Specify the virtual directory to deploy your web application in the
"VirtualDirectory" attribute.

Tommy,
 
Back
Top