Quote:
Originally Posted by alliancejhall
Just double click the solution file it should open the project.... and then add the changes again and then you should be able to compile/build the project.
|
Aha.. this seems to be working. Thank you.
So in order to make a change like this, and then move it to production, is the process:
1. Switch the local copy of the Webapp's debug property to FALSE
2. Build the project locally to compile the changes
3. Copy the local .DLL "brain" an dcopy it over the old DLL on the production server?
Or is it more complicated than this?