PDA

View Full Version : How do I recycle the application pool with API?


iane87
11-14-2008, 06:52 AM
When changes are made in the admin of my web application, I need to recycle the application pool to make sure all the updated info is refreshed.

Howcan I recycle the application pool with API?

Aristotle
11-28-2008, 06:56 AM
There is amethod called IisRecycleApplicationPool that allows you to recycle your site's app pool.


Aristotle

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)