Posted on: 2/4/2014 2:36:21 PM | Views : 661

Hi,
I have designed a webpage which also includes links to other subpages and now currently in the process of designing security for it. I have created the basic login page which would prompt the user to enter their windows credentials to gain access to the webpage.
The problem is when I try to login using my credentials and click on the enter button, it just clears the boxes and nothing happens.
Could somebody please advice what am I missing here ? Below is the code I have added in the web.config with regards to the login page:
<authentication mode="Forms"> <forms name="avrondsigma" loginUrl="Logon.aspx" protection="All" path="/" timeout="30" /> </authentication> <authorization> <deny users ="?" /> <allow users = "*" /> </authorization> Thanks.
&n ...

Go to the complete details ...