ASP.NET 1.1 Delpoyment Questions

  • Thread starter Thread starter Robert E. Flaherty
  • Start date Start date
R

Robert E. Flaherty

I have a few deployment questions. The first is under the Build menu
option, there are the following entries: Build Solutions, Rebuild Solutions,
Build <Project Name>, Rebuild <Project Name>, Configuration Manager. Do I
Build the solution or build the project before deploying to a client?

Which of the files in the project should be sent to the customer if doing
the "XCopy Deployment"?

If later I make a change to a aspx or aspx.cs file, can I just send just the
file that changed?
 
Robert said:
I have a few deployment questions. The first is under the Build menu
option, there are the following entries: Build Solutions, Rebuild Solutions,
Build <Project Name>, Rebuild <Project Name>, Configuration Manager. Do I
Build the solution or build the project before deploying to a client?

Which of the files in the project should be sent to the customer if doing
the "XCopy Deployment"?

If later I make a change to a aspx or aspx.cs file, can I just send just the
file that changed?

When in doubt, build all.

If would be nice if one could easily deploy an ASP.Net project, but so
far I've not found a good one.

As for files, things like .aspx, .ascx, images, HTML , javascript and
the bin folder.
 
Back
Top