Is it possible to recycle a WCF web service hosted on IIS from code?
When a certain error code is received from an Oracle connection I am using, I want to recycle the web service.
|
|
|
If you jus want to recycle your current application then try
it will unload your app from host's memory and will load again on next request. from MSDN
|
|||||
|