How do I stop a WCF web service?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-03-26T19:47:12Z
Indexed on
2010/03/26
19:53 UTC
Read the original article
Hit count: 368
I've stopped the website in IIS, made a change in Web.config, but the damn thing keeps writting my log events into my database! The only solution I've found is to restart IIS completely. This isn't a very good solution because then all my websites have to stop/restart.
© Stack Overflow or respective owner