Click here to Skip to main content
15,908,274 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Once if we deploy the web application in web server, suppose if we did some changes on One or two pages, can we deploy that changed pages to the web server or should we deploy the full application again?
Posted

1 solution

If you have only altered the markup on an aspx page then that is all you need deploy. If, on the other hand, you have changed the code behind then you need to deploy the assembly and only any pages where the markup has changed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900