Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Saturday, August 01, 2015

Command to change App Pool .Net Framework 4.5

Test is an App Pool Name already created with other version framework.

C:\>cd %windir%\System32\inetsrv

C:\Windows\System32\inetsrv>appcmd set apppool /apppool.name: Test /managedRunti
meVersion:v4.5
APPPOOL object "Test" changed

C:\Windows\System32\inetsrv>

No comments:

Post a Comment