I’m using MSBuild to build and deploy the website, Before deploying i need to recycle the Application Pool, How can i do this from msbuild script?
(I do not want to restart the IIS just recycle the application pool)
I’m using MSBuild to build and deploy the website, Before deploying i need to
Share
Why don’t you use the extension pack:
http://www.msbuildextensionpack.com/help/4.0.4.0/index.html
It has a task:
That should do what you ask.