R
R.A.M.
Hello,
I am writing ASP.NET application. I would like to use forms authenication. I
created Login.aspx page and modified Web.config. Start page is Default.aspx.
The problem is that Login.aspx is not called.
Here is part of my Web.config.
<authentication mode="Forms">
<forms name="MIM-Magazyn" loginUrl="Login.aspx" />
</authentication>
<authorization>
<deny users="?"/>
</authorization>
Please help. I have little experience.
I use .NET 2.0.
/RAM/
I am writing ASP.NET application. I would like to use forms authenication. I
created Login.aspx page and modified Web.config. Start page is Default.aspx.
The problem is that Login.aspx is not called.
Here is part of my Web.config.
<authentication mode="Forms">
<forms name="MIM-Magazyn" loginUrl="Login.aspx" />
</authentication>
<authorization>
<deny users="?"/>
</authorization>
Please help. I have little experience.
I use .NET 2.0.
/RAM/