<?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>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</link><description>A lot has changed in the IIS7 UI from IIS6, sometimes it can be hard to find out where to set certain things such as the execute permission for CGI's and ISAPI's. Yesterday, I was trying to get a CGI to execute, but couldn't find where to set it. In IIS7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><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>Where is Execute Permission in the UI?: Dave&amp;#39;s Blog</title><link>http://blogs.iis.net/davcox/archive/2008/09/05/where-is-execute-permission-in-the-ui.aspx#2603481</link><pubDate>Fri, 05 Sep 2008 17:35:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2603481</guid><dc:creator>Where is Execute Permission in the UI?: Dave's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Where is Execute Permission in the UI?: Dave&amp;amp;#39;s Blog&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2603481" width="1" height="1"&gt;</description></item></channel></rss>