<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'apppools'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=apppools&amp;orTags=0</link><description>Search results matching tag 'apppools'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Recycle App Pool Using MSDeploy</title><link>http://forums.iis.net/p/1161700/1920461.aspx#1920461</link><pubDate>Mon, 12 Oct 2009 22:20:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920461</guid><dc:creator>michael.it</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>Is it possible to recycle an app pool on a remote machine using MSDeploy? If so, what is the syntax for such a command? We are using IIS 6, but syntax for IIS 7 would also be appreciated if there are differences between the two.</description></item><item><title>Re: Set Application Pool Identity</title><link>http://forums.iis.net/p/1160549/1915720.aspx#1915720</link><pubDate>Thu, 03 Sep 2009 12:13:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915720</guid><dc:creator>Jeff B.</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;Ok, through further research I finally figured this one out...&amp;nbsp; As I stated in my previous post, the encrypted passwords didn&amp;#39;t match across systems (in the applicationHost.config file).&amp;nbsp; This is because each server has a unique encryption key for IIS.&amp;nbsp; Since I was calling MSDeploy.exe on a different machine, the local encryption key was being used.&lt;/p&gt;
&lt;p&gt;There are two ways to resolve this problem that I know of (there may be others):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Run the MSDeploy.exe command locally on the machine being updated.&amp;nbsp; This will use the correct encryption key.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Synchronize the encryption keys across all IIS servers.&amp;nbsp; See &lt;a title="this post" href="http://blogs.msdn.com/webtopics/archive/2009/03/15/caution-while-xcopying-iis-7-0-config-files.aspx"&gt;this post&lt;/a&gt; for more details.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;In my case, I believe I&amp;#39;ll go with option one as it is the easiest to implement (at lest in our environment).&amp;nbsp; I may make use of &lt;a title="PsExec" href="http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx"&gt;PsExec&lt;/a&gt; to run the script on the remote machine so I don&amp;#39;t have to physically logon to the server.&lt;/p&gt;</description></item><item><title>Re: Set Application Pool Identity</title><link>http://forums.iis.net/p/1160549/1915490.aspx#1915490</link><pubDate>Tue, 01 Sep 2009 18:54:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915490</guid><dc:creator>Jeff B.</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;Thanks for the response!&amp;nbsp; I&amp;#39;m using IIS 7.&lt;/p&gt;
&lt;p&gt;One other question... does this have to be applied to the command line or can the settings be included in a paramters (or other) file?&lt;/p&gt;
&lt;p&gt;--- Thanks, Jeff&lt;/p&gt;</description></item><item><title>Set Application Pool Identity</title><link>http://forums.iis.net/p/1160549/1915438.aspx#1915438</link><pubDate>Tue, 01 Sep 2009 15:11:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915438</guid><dc:creator>Jeff B.</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;Is there an MSDeploy Provider that can set the Identity for an Application Pool?&amp;nbsp;&amp;nbsp; For example, in one environment, a web site runs under one identity.&amp;nbsp; When we promote it to another environment, we want that Application Pool to run under another identity.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is this possible with MSDeploy?&lt;/p&gt;</description></item><item><title>Re: Run msdeploy.exe through ASP.net</title><link>http://forums.iis.net/p/1153579/1890740.aspx#1890740</link><pubDate>Thu, 22 Jan 2009 19:01:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1890740</guid><dc:creator>dbuggs</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;A quick and dirty way to eliminate the insufficient privileges issue is to change the account that the app pool runs under to an admin account for a quick test.&lt;/p&gt;</description></item><item><title>archive metakey and dependencies</title><link>http://forums.iis.net/p/1150846/1875695.aspx#1875695</link><pubDate>Fri, 01 Aug 2008 15:43:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1875695</guid><dc:creator>stoutenburg</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;Hi..&amp;nbsp; newbie here to msdeploy and trying to get through what are probably some basic problems:&lt;/p&gt;&lt;p&gt;FYI,&lt;/p&gt;&lt;p&gt;We have a server farm web1,2,3,4 and use DFS on our Database servers..&amp;nbsp; Basically for now I would like to be able to archive the metadatabase information just to a archive folder and test restoring that infomation and their dependancies.&amp;nbsp; IE backup Delete IIS information and App pool information and restore with msdeploy. &amp;nbsp;&lt;/p&gt;&lt;p&gt;so archiving just one site without the dependencies is fine:&lt;/p&gt;&lt;p&gt;&amp;nbsp;msdeploy.exe -verb:sync -source:metakey=lm/w3svc/1 -dest:archivedir=c:\archive 
&amp;gt; webdeployarchive.log&lt;/p&gt;&lt;p&gt;where 1 would be changed to whatever metakey you want to back up..&amp;nbsp; but how do I make it also grab the app pools too? &amp;nbsp; &lt;/p&gt;&lt;p&gt;i.e&lt;br /&gt;msdepoy.exe -verb:sync -source:metakey=lm/w3svc/apppools/XXXXX -dest:archivedir=c:\archive &amp;gt; test.log &lt;/p&gt;&lt;p&gt;this gives an error of:&lt;/p&gt;&lt;p&gt;&amp;nbsp;Fatal: The source &amp;#39;/lm/w3svc/apppools/XXXXX&amp;#39; and destination &amp;#39;/lm/w3svc/1&amp;#39; are at different levels of hierarchy in the configuration system. This can have unexpected consequences. Please make sure that the paths are correct.&lt;br /&gt;Fatal: The dependency check &amp;#39;ProviderPathLevelMismatch&amp;#39; found issues up to &amp;#39;Fatal&amp;#39; level that must be resolved before the current operation can be processed.&amp;nbsp; See previous messages.&lt;br /&gt;Change count: 0&lt;br /&gt;Fatal count: 2&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;If someone could give me some example code of this point me in the right direction it would be deeply appreciated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>