Preparation of an upgrade patch

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the approach to be followed to prepare an upgrade patch in .net?
 
what do you mean by an upgrade patch?

Common practice for any kind of patching is to impact assess the risk of
installation, and first install the patch in an identical test environment
which is not the development environment if its a code patch. For simple
code changes whihc may impact only a single page in asp.net for example it
may be appropriate to go from dev to live, but its not best practice.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
 

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

Back
Top