I have an ASP.NET project and need to insert a user control to limit access to the pages. There is already a table in my bank with Login and Password, I found some tutorials that explain how to use Forms Authentication but I do not quite understand how it works.
I was following this tutorial , but it says "Create an ASP.NET page named Logon.aspx in the root directory of the application." Where would my root be?