Instead of resetting IIS to clean SharePoint cache the recommended
solution is to reset application pools. This is preferable for the
production boxes, when you have several sites on your box and you don’t
want that all application were affected by IIS reset.
Use the following command to reset application pool
Use the following command to reset application pool
cscript c:\windows\system32\iisapps.vbs /a "<app_pool_name" /r.
for more info please info please visit http://www.sharepointreferences.wordpress.com
No comments:
Post a Comment