This is driving me nuts
I'm using forms authentication and I have a login page. When I access a page it's supposed to redirect the user to that login page, then redirects them back to the requested page after login. This works fine if I use my ip or my dns in the url, but if I try to acess it locally (via http://localhost) nothing happens, it just loads the login page again. I've spent about an hour working on this, and even tried reinstalling asp, reconfiguring the application pool etc, but I cant figure it out anyone has heard of a similar problem or has any ideas what I'm doing wrong?