こんにちは、内部ユーザー向けに次のコードを使用しています
<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 に転送する方法を教えてもらえますか?