D
David Hearn
I am using VS2005 now and have been used to the XCopy deployment way of
doing things with VS2003. When I made a change to a page, I simply copied
the new ASPX page up. If I made a change to the code behind, I would copy
the new DLL to the BIN directory and obviously, if I made a change to both,
I copied both. Now with VS2005, I have figured out the publish thing and it
works fine except that when I publish a site, it deletes everything in the
existing directory that I am publishing to which could be a good thing, or
not. In my case, it's not. How would I get only the files I have changed up
to the site withouy having to wipe everything out. I have tried the old
method of just copying the files over, but as soon as I try to run the site,
I get an error. Can someone enlighten me on this please?
Thanks in advance!
doing things with VS2003. When I made a change to a page, I simply copied
the new ASPX page up. If I made a change to the code behind, I would copy
the new DLL to the BIN directory and obviously, if I made a change to both,
I copied both. Now with VS2005, I have figured out the publish thing and it
works fine except that when I publish a site, it deletes everything in the
existing directory that I am publishing to which could be a good thing, or
not. In my case, it's not. How would I get only the files I have changed up
to the site withouy having to wipe everything out. I have tried the old
method of just copying the files over, but as soon as I try to run the site,
I get an error. Can someone enlighten me on this please?
Thanks in advance!