Pros and Cons - publishing vs Copying

E

Elmo Watson

Since I came from the HTML world many years ago - I am just in the habit of
copying/FTPing all my ASP.Net websites to the remote server

However, I have a friend who says that Publishing is the only way to go and
it's the 'MS' way to do it

I've had nothing but trouble trying to do this, many times, with different
errors popping up, either in publishing, building before publishing, or
running after publishing...

What are any pros and cons either way?
 
C

Cowboy \(Gregory A. Beamer\)

Publishing precompiles the pages. You can still xcopy or FTP the resulting
bits. If you "publish", you will get rid of all source files, which is a
wise maneuver.

Build >> Publish
Choose directory locally
FTP or copy from that directory to live server

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
E

Elmo Watson

We're talking about a secured, shared hosting environment here, so - - -
Just curious - why is it a wise maneuver, to remove the source code?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top