Visual Studio Web Setup Project - deploy outside of web root (wwwroot)
Posted
by TheZenker
on Stack Overflow
See other posts from Stack Overflow
or by TheZenker
Published on 2009-08-26T20:18:20Z
Indexed on
2010/04/07
14:43 UTC
Read the original article
Hit count: 418
I am working with Visual Studio setup projects to install web application. I am looking for a way to change the default physical file installation path. The end result I would like is a Virtual Directory called "MySite" that points to a local path on the server like "C:\Apps\MySite"
Is there a built-in option to customize this?
© Stack Overflow or respective owner