I'm using the ASP.NET Login Controls and Forms Authentication for membership/credentials for an ASP.NET web application. It keeps redirecting to a Login.aspx page at the root of my application that does not exist. My login page is within a folder.
|
1
|
|
|
|
|
|
Use the LoginUrl property for the forms item?
|
||
|
|
|
I found the answer at CoderSource.net. I had to put the correct path into my web.config file.
|
||||||
|
