嗨,我正在为内部用户使用以下代码
<system.web>
<compilation debug="true" targetFramework="4.0" />
<authentication />
<authorization>
<allow users="xyz\abc" />
<allow roles="Users" />
<deny users="*" />
</authorization>
<identity impersonate="true" />
</system.web>
谁能告诉我如何将它定向到外部用户的 Login.aspx?