If you can't 'deliver' a .Net 1.1 web site, what's the point in 'including' files in the project.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I've got a web site that has all kinds of things mixed in the directories -
backups, old code, ...

So how can I copy only the things I've actually included in the project to
my final web site? If I copy the entire directory structure, it takes up a
lot more space.

Also - I've been told that once you have compile the web site, you don't
need to .vb/.cs files any more. If that's true, how can I copy over what I
need for the site and not everything.

TIA - Jeff.
 
Jeff you should read about "copy project" in the help files. I think you
will like it a lot!
 
Back
Top