I have an app that does Google Auth. It works fine on local host, but I'm not sure how to configure Authentication for deploying to an IIS box for UAT
Which Authentication Otions do I need to have enabled / disabled for it to work
Anonymous, Impersonation, Basic, Digest, Forms, Windows.... or something else.
Also do I need a dns entry for a pukka url for the googgle side of the equation, or can I simply use http://myserver.domain:1234
Thanks for any help