<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.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>Dave&amp;#39;s Blog - All Comments</title><link>http://blogs.iis.net/davcox/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: How to download IIS?</title><link>http://blogs.iis.net/davcox/archive/2009/06/29/how-to-download-iis.aspx#3494554</link><pubDate>Wed, 04 Nov 2009 18:46:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3494554</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;How did you download IIS6? &amp;nbsp;Microsoft does not offer a downloadable version of IIS6.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3494554" width="1" height="1"&gt;</description></item><item><title>re: How to download IIS?</title><link>http://blogs.iis.net/davcox/archive/2009/06/29/how-to-download-iis.aspx#3494170</link><pubDate>Wed, 04 Nov 2009 15:28:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3494170</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I downloaded IIS 6, but now I&amp;#39;m sure where to put it so it shows up in the &amp;quot;Add/Remove Windows Components&amp;quot;. &amp;nbsp;Any help?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3494170" width="1" height="1"&gt;</description></item><item><title>re: Where is gacutil.exe ? </title><link>http://blogs.iis.net/davcox/archive/2009/07/14/where-is-gacutil-exe.aspx#3491828</link><pubDate>Tue, 03 Nov 2009 15:46:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3491828</guid><dc:creator>GJ-NL</dc:creator><description>&lt;p&gt;Also when installing Visual Studio 2008 Express SP1 gacutil gets installed in directory %programfiles%\Microsoft SDKs\Windows\v6.0A\Bin&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3491828" width="1" height="1"&gt;</description></item><item><title>re: Where is gacutil.exe ? </title><link>http://blogs.iis.net/davcox/archive/2009/07/14/where-is-gacutil-exe.aspx#3474276</link><pubDate>Fri, 23 Oct 2009 17:39:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3474276</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;You're right. &amp;nbsp;It was only included in the V1 and V1.1 framework releases; now it's only included in Visual Studio releases as part of the Microsoft SDK sub-component. &amp;nbsp;(I updated the blog with those details)&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3474276" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3460724</link><pubDate>Thu, 15 Oct 2009 19:33:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3460724</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;For various reasons, the AccessFlags property (and perhaps others) were moved around a bit in IIS7 configuration system.&lt;/p&gt;
&lt;p&gt;Did you see the examples that are here: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.iis.net/ConfigReference/system.webServer/handlers"&gt;www.iis.net/.../handlers&lt;/a&gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dave &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3460724" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3460569</link><pubDate>Thu, 15 Oct 2009 18:14:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3460569</guid><dc:creator>CTillman</dc:creator><description>&lt;p&gt;Part II&lt;/p&gt;
&lt;p&gt;Sorry about that - I hit Enter! &lt;/p&gt;
&lt;p&gt;The new way to 'find' what I need is &amp;nbsp;&amp;lt;handlers accessPolicy /&amp;gt; &amp;nbsp; ConfigurationSection.ConfigurationSectionWithCollection.HandlersSection.AccessPolicy&lt;/p&gt;
&lt;p&gt;I don't understand how to apply this information to a piece of code that will enumerate each setting.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3460569" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3460565</link><pubDate>Thu, 15 Oct 2009 18:11:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3460565</guid><dc:creator>CTillman</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;My scripts are configuration checkers specific to a particular product install that come back in a GUI format. &amp;nbsp;I am trying to make to upgrade my scripts to be compatible with 2003/2008, 32/64 &amp;amp; IIS 6/7.&lt;/p&gt;
&lt;p&gt;While the site must be set to backwards IIS compatability, the IIS 6 WMI backwards compatability is not required nor is it requested. &amp;nbsp;Thus my preference it to upgrade my script to use the new WMI provider for IIS 7. &amp;nbsp;I have manged to upgrade everything else, but this one section and the information on how to aplly a &amp;quot;get&amp;quot; statement as opposed to addElement is scarce to non-existent. &amp;nbsp;I may simply be walking over it in my ignorance. &amp;nbsp;But&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3460565" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3460439</link><pubDate>Thu, 15 Oct 2009 16:59:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3460439</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;How are you trying to upgrade your scripts? &amp;nbsp;Are you trying to use the new WMI provider? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/aa347565.aspx"&gt;msdn.microsoft.com/.../aa347565.aspx&lt;/a&gt; &amp;nbsp;(for general mapping information)&lt;/p&gt;
&lt;p&gt;Are you just trying to make the same script work on IIS7? &amp;nbsp;If so, you'd need to install the IIS6 Compatibility components (in your OS setup). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dave &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3460439" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3460157</link><pubDate>Thu, 15 Oct 2009 14:47:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3460157</guid><dc:creator>CTillman</dc:creator><description>&lt;p&gt;Oh boy.. I&amp;#39;d have to learn a whole new set language/tool that my deadline does not allow for. &amp;nbsp;All I want to do is enumerate the properties that were previously accessible through&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string qry = String.Format(&amp;quot;SELECT * FROM IIsWebVirtualDirSetting WHERE Name = &amp;nbsp;&amp;#39;{0}/{1}/{2}{3}&amp;#39;&amp;quot;, &amp;quot;W3SVC&amp;quot;, WID, &amp;quot;ROOT&amp;quot;, VDir);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ManagementObjectSearcher searcher = new ManagementObjectSearcher(&amp;quot;root\\MicrosoftIISv2&amp;quot;, qry);&lt;/p&gt;
&lt;p&gt;Do you know of any other resources? &amp;nbsp;(I also use the WMI code creator. 1.0 - it does not expose the methods to garner this information either.)&lt;/p&gt;
&lt;p&gt;Thanks - Carla&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3460157" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3458264</link><pubDate>Wed, 14 Oct 2009 16:10:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3458264</guid><dc:creator>CTillman</dc:creator><description>&lt;p&gt;Thank you Dave. &amp;nbsp;I will give it a shot now! &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Carla&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3458264" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3456562</link><pubDate>Wed, 14 Oct 2009 00:33:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3456562</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;Have you tried using Configuration Editor? &amp;nbsp;It is available here &lt;a rel="nofollow" target="_new" href="http://www.iis.net/extensions/AdministrationPack"&gt;www.iis.net/.../AdministrationPack&lt;/a&gt; &amp;nbsp;for IIS7 ... and it is built into IIS 7.5 (R2)&lt;/p&gt;
&lt;p&gt;It will give you the code to make specific configuration changes via a variety of interfaces. &amp;nbsp;It's very cool. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dave &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3456562" width="1" height="1"&gt;</description></item><item><title>re: Where is Execute Permission in the UI?</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#3456471</link><pubDate>Tue, 13 Oct 2009 22:22:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3456471</guid><dc:creator>CTillman</dc:creator><description>&lt;p&gt;How do you get to this through WMI or C#? &amp;nbsp;I am upgrading my scripts from IIS6 and am having problems 'getting' (enumerating) these flag settings.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3456471" width="1" height="1"&gt;</description></item><item><title>re: How to download IIS?</title><link>http://blogs.iis.net/davcox/archive/2009/06/29/how-to-download-iis.aspx#3403931</link><pubDate>Mon, 14 Sep 2009 15:03:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3403931</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;Well, WebPI will install any or all of the components of IIS that came with the operating system, but WebPI will also install some additional items (downloaded) if you select them. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'd suggest re-launching Web Platform Installer and installing the IIS 7 Manager that way. &amp;nbsp;If you're talking about the IIS7 Remote Manager, then no, it doesn't come with &amp;quot;client&amp;quot; SKU's of Vista or Windows 7 (or any sku of XP/WS2003 for that matter). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you run into trouble, post details in the forums, so the teams can help you. &amp;nbsp;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3403931" width="1" height="1"&gt;</description></item><item><title>re: How to download IIS?</title><link>http://blogs.iis.net/davcox/archive/2009/06/29/how-to-download-iis.aspx#3402161</link><pubDate>Sun, 13 Sep 2009 16:59:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3402161</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;Absolutely! &amp;nbsp;This site will tell you all about it. &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://php.iis.net/"&gt;http://php.iis.net/&lt;/a&gt; &amp;nbsp;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3402161" width="1" height="1"&gt;</description></item><item><title>re: How to download IIS?</title><link>http://blogs.iis.net/davcox/archive/2009/06/29/how-to-download-iis.aspx#3373679</link><pubDate>Fri, 28 Aug 2009 00:00:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3373679</guid><dc:creator>davcox</dc:creator><description>&lt;p&gt;Not yet ... but perhaps in the future, you'll be able to download a version of IIS for XP ... stay tuned over the coming months. &amp;nbsp;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3373679" width="1" height="1"&gt;</description></item></channel></rss>