Forms authentication doesnt work when a fully qualified domain name is used
localhost works computername works computername.fullyqualify.com does not work. IP address works.
It ends up going in a loop between redirecting between the login and the main page.
It is almost as though the cookie is not being written.
Is there an IIS or active directory setting that I need to change here?