deploy

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

Guest

Hello everyone:
I have developed a very simple asp.net web application and
deployed.a week later,i have made some modifications. So I need to redeploy
it.Do i need to stop IIS,or original web application?What is the right
step.simply and right. Thanks in advance!!!
 
If you use a setup project, the simplest way is to unistall the old one
first and then install the new one. You don't need to stop IIS.

Eliyahu
 
uninstall - like other applications, via Add/Remove Programs form. IIS is a
Windows service, you can start/stop it as all other services. But you don't
need to. There is no such a thing as stopping web application. It runs on
requests.

Eliyahu
 
Back
Top