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
 
Thanks for your answers.
I want to know what means uninstall,stop IIS or web application
 
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
 

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