Change Web.configin the root of the application to read:
<authentication mode="forms">
<forms loginUrl="Login.aspx" defaultUrl="/" />
</authentication>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
. , ASP.NET , ASP.NET. IIS. ASP.NET ISAPI DLL IIS.
: ASP.NET.