Home All Groups Group Topic Archive Search About

Help publishing a VS2005 Web App...

Author
15 Jul 2006 3:37 AM
LilMoke
Hello,

I am using Microsoft Visual Stuido 2005.  When I publish my web
project, this version seems to delete all the folder/files in the
directory before it publishes.

I need to have a folder that does not get deleted when I publish.  It
contains some large files that I do not need as part of the project but
need to be on the web site.

Is there a way to mark a file/folder so that it does not get deleted
during a publish?

Any help would be greatly appreciated.

Thanks,
Tony

Author
15 Jul 2006 9:34 PM
Cowboy (Gregory A. Beamer)
Have it publish to another server and xcopy the files. Or, use the build
options and build the site and then move it over. If you want to automate
this, try nAnt or MSBuild.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Show quote
"LilMoke" <tscamu***@msn.com> wrote in message
news:1152934673.638675.284610@b28g2000cwb.googlegroups.com...
> Hello,
>
> I am using Microsoft Visual Stuido 2005.  When I publish my web
> project, this version seems to delete all the folder/files in the
> directory before it publishes.
>
> I need to have a folder that does not get deleted when I publish.  It
> contains some large files that I do not need as part of the project but
> need to be on the web site.
>
> Is there a way to mark a file/folder so that it does not get deleted
> during a publish?
>
> Any help would be greatly appreciated.
>
> Thanks,
> Tony
>

AddThis Social Bookmark Button