Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <a href="http://msdn.microsoft.com/en-us/library/532aee0e%28v=vs.100%29.aspx" rel="nofollow noreferrer">authentication Element (ASP.NET Settings Schema)</a> is only valid at the application level. <strong>You cannot have different authentication modes in the same application.</strong></p> <p>You can, however, specify a <a href="http://msdn.microsoft.com/en-us/library/b6x6shw7%28v=vs.100%29.aspx" rel="nofollow noreferrer">location Element (ASP.NET Settings Schema)</a> to a specific area and specify an <a href="http://msdn.microsoft.com/en-us/library/8d82143t%28v=vs.100%29.aspx" rel="nofollow noreferrer">authorization Element (ASP.NET Settings Schema)</a> inside it that allows anonymous users. You can also place an authorization element in a web.config file under a child directory of the application.</p> <p><strong>In order to use two different authentication schemes</strong>, you'll have to convert that area into a separate application. It can, if you wish, still be a child of the parent application, but there are some caveats. One of the caveats, of course, is that session state will not be shared between the two applications.</p> <p>Also, see the <a href="https://stackoverflow.com/questions/4144117/nested-asp-net-application-within-iis-inheriting-parent-config-values">Nested ASP.NET 'application' within IIS inheriting parent config values?</a> question and <a href="http://msdn.microsoft.com/en-us/library/ms178685%28v=VS.100%29.aspx" rel="nofollow noreferrer">ASP.NET Configuration File Hierarchy and Inheritance</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload