内容:
FormsAuthenticationを使用している時に、System.Web.UI.LosFormatterを使用するとログインページに戻されます。
現状:
Login.aspxへ強制的に戻されます。
正常動作:
認証されたままDefault.aspxに遷移します。
Details:
When using FormsAuthentication, using System.Web.UI.LosFormatter takes you back to the login page.
Current issue:
You will be forced to go back to Login.aspx.
Expected behavior:
Go to Default.aspx, keeping the authenticated status.