say you have a huge compiled asp.net site on a live server and a development server. you make changes to a few files on dev and compile...now you want to publish those changes without copying up the whole site...just compiled stuff in /bin that has changed.
anyone know of a good way to automate this?
was thinking would be nice if you could somehow associate the source files you changed with the files in /bin that are dependent on them, either at compile time or after.