Does IIS6 get reset when changing web.config?

  • Thread starter Thread starter deja
  • Start date Start date
D

deja

Hi,

In IIS6, is there a way to reset an individual web application rather
than the whole IIS? Does that happen when you change something in
Web.config and save it?

Thanks,
Chumma Dede
 
Hi,
In IIS6, is there a way to reset an individual web application rather
than the whole IIS? Does that happen when you change something in
Web.config and save it?

Modify web.config will restart your current web application, not IIS6 AFAIK.

Are you sure it's restarting IIS? How do you know this? Are other
applications that rely on Session variables crashing after updating the
web.config?

Steven

- - -
 
serval ways can make application restart ,such as modify
web.config,global.asax, replace bin/.dll file
 
Thanks for the update. I was thinking the same, but there were some
instances when I updated the web.config file and this did not reset the
application variables that I had in that web app.

Are there any circumstances where this could happen?

Thanks,
Chumma Dede
 
Back
Top