| |||||||||||||
<authentication> passport ElementASP.NET Syntax ASP.NET Configuration Sections Specifies the page to redirect to if the page requires authentication and the user has not signed on with Microsoft Passport authentication. <passport redirectUrl = "redirectURL" /> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. Attributes
Child ElementsNone. Parent Elements
RemarksThe passport element specifies the page to redirect to if the page requires authentication and the user has not signed on with Microsoft Passport authentication. This element is only effective if the mode attribute of the authentication element is set to Passport. For more information, see Passport Authentication Provider. Default ConfigurationThe following default authentication element is not explicitly configured in the machine configuration file or in the root Web.config file, but is the default configuration returned by application. <passport redirectUrl = "internal" /> ExampleThe following example specifies the logon page that requests are redirected to. <configuration>
<system.web>
<authentication>
<passport redirectUrl = "Login.aspx" />
</authentication>
</system.web>
</configuration>
See AlsoASP.NET Authentication <authentication> Section <authentication> forms Element |
| ||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note