Hi,
I recreated an existing site in ASP.NET and I'm having problems with the new iteration. No matter what I do, it redirects to the login page. Even putting in an exception in a web config on both the site and the folder level, it ignores it and redirects me to the login page. Attempting to login in the login page sends me to Default.aspx, which sends me right back to the Login.aspx page. I have no idea what could be wrong.
I've even tried making a page (Register.aspx) that was completely blank and not part of a master page, just in case there was a Response.Redirect in there I was missing. I've also combed through my IdentityConfig.cs looking for something that might be causing this, but to no avail.
I've also tried copying my Authconfig, IdentityConfig, and IdentityModel cs pages from an existing project that DOES work, but that didn't fix it either.
Any suggestions would be greatly appreciated.
Thanks!
-P