As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.
Denny has a tip to just get this done!
cscript c:\windows\system32\iisapp.vbs /a “[App_Pool_Name]” /r
Related posts: