<passport> 元素

指定在网页要求身份验证且用户未通过 Microsoft Passport 身份验证时要重定向到的网页。

配置结构的示例:

<configuration>
   <system.web>
      <authentication>
         <passport>

<passport redirectUrl="redirectURL"/>

必需的属性

属性 描述
redirectUrl 将请求重定向到的 URL。

示例

以下示例指定将请求重定向到的登录页。

<configuration>
   <system.web>
      <authentication>
         <passport redirectUrl="Login.aspx"/>
      </authentication>
   </system.web>
</configuration>

要求



相关主题


© 1997-2003 Microsoft Corporation。保留所有权利