I previously added login.aspx to the Default File section in IIS.
However, when someone accessed the application, they had to log in twice. The first one would not say a single error message or redirect to the next page of the application. And the second one can redirect the user to the expected page. And the user used the correct credentials both times.
As soon as I delete login.aspx from the Default Document section in IIS, and the user provided a full link to the application (~ / login.aspx), the problem disappeared, since it only needed to be logged in once.
Does anyone know why this is happening?
source
share