Uploading Programming Changes to the Server

  • Thread starter Thread starter Jim Mitchell
  • Start date Start date
J

Jim Mitchell

I have a rather simple project with several ASPX files. If I make a change
to one of the files, can someone tell me the least I need to do to update my
project on the server.

Right now I am rebuiding the entire project, copying the to a directory and
uploading all the files required to run the app to the server.

Thanks in advance.
 
Put the global.asa and *.aspx in the top level
directory. Create a bin directory underneath and put the
single compiled .dll for your program in the bin
directory.

GL,
Sandy
 
Back
Top