<?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>IIS 7 - ASP.NET Administration</title><link>http://forums.iis.net/1051.aspx</link><description>Forum for getting answers to managing ASP.NET 1.1 or 2.0 on IIS 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Configuration section not allowed to be set below application</title><link>http://forums.iis.net/thread/1910197.aspx</link><pubDate>Tue, 14 Jul 2009 03:21:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910197</guid><dc:creator>Leo Tang - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1910197.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1910197</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The system.webServer/modules section is defined as allowDefinition=&amp;quot;MachineToApplication&amp;quot; by default. We can have this section in Machine.config ,ApplicationHost.config, Root application Web.config or Application Web.config.&lt;/p&gt;
&lt;p&gt;You can either convert the virtual directory to an application(Right-Click the virtual directory -&amp;gt;Convert to Application) or modify the web.config file.&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;richiebabes99:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that &amp;lt;domain&amp;gt;\&amp;lt;computer_name&amp;gt;$ has Read access to the physical path. Then test these settings again.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;IIS can only verify those built-in accounts access during runtime. Hence, you got the warning above. You can safely ignore this warning.&lt;/p&gt;</description></item><item><title>Re: Configuration section not allowed to be set below application</title><link>http://forums.iis.net/thread/1909736.aspx</link><pubDate>Thu, 09 Jul 2009 13:37:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909736</guid><dc:creator>richiebabes99</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909736.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1909736</wfw:commentRss><description>&lt;p&gt;Hmm, I get one tick and then this with the 2nd item:&lt;/p&gt;&lt;p&gt;The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that &amp;lt;domain&amp;gt;\&amp;lt;computer_name&amp;gt;$ has Read access to the physical path. Then test these settings again.&lt;/p&gt;&lt;p&gt;Not sure what to make of that. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Configuration section not allowed to be set below application</title><link>http://forums.iis.net/thread/1909684.aspx</link><pubDate>Thu, 09 Jul 2009 06:06:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909684</guid><dc:creator>Gabriel_EUK</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909684.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1909684</wfw:commentRss><description>Do you have web.config file in both folders that is in webroot and in virtual directory as well? You can test virtual directory :- select virtual directory in question &amp;gt;&amp;gt; click on Basic Settings under Action pane &amp;gt;&amp;gt; a pop up window will appear &amp;gt;&amp;gt; here click on button &amp;quot;Test Settings...&amp;quot;&lt;br /&gt;</description></item><item><title>Configuration section not allowed to be set below application</title><link>http://forums.iis.net/thread/1909653.aspx</link><pubDate>Wed, 08 Jul 2009 20:53:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909653</guid><dc:creator>richiebabes99</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909653.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1909653</wfw:commentRss><description>&lt;p&gt;In the IIS 7.0 management console on Vista I &lt;i&gt;finally&lt;/i&gt; found out where they hid the previously easily accessible access permissions - on the Handler Mappings bit. But when I double click on there from my virtual directory I get the following message:&lt;/p&gt;&lt;p&gt;&amp;quot;Configuration section not allowed to be set below application&amp;quot;&lt;/p&gt;&lt;p&gt;It says the problem is with line 16 in my web.config file. Here&amp;#39;s the relevant section:&lt;/p&gt;&lt;p&gt;&amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;modules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;LogModule&amp;quot; type=&amp;quot;blah.blah.Service.Core.LogModule&amp;quot; preCondition=&amp;quot;managedHandler&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/modules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;validation validateIntegratedModeConfiguration=&amp;quot;false&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;/p&gt;&lt;p&gt;I have no idea what any of that means. Can anyone help? I commented out that section and was able to get in. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>