Uploading Programming Changes to the Server

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.
 
S

Sandy

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
 

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