Updating a program

cfisher440

Well-known member
Joined
Oct 11, 2005
Messages
73
Programming Experience
1-3
I have an ASP .NET application. It is a multi-page application. I want to make a change to the code in one of the pages. When I am doing making the changes can I just upload that one updated page and everything should work or do I have to re-deploy the whole project?
Do I have to recompile the project and then add the new .dll?
 
Last edited:
Back
Top