D
dgator
We are using forms authentication for security within our web app. Within
the web.config file, we have the logonURL set to "https://www.mysite.com" so
that if the user gets to the login page via http, they will be forced to
https version.
We do this same redirect on other websites without any problems, but for
some reason on this one website, when we redirect to https, a windows login
prompt is presented to the user which is NOT what we want. I have looked
throughout the web.config file and the iis setup and see no differences in
the site that works with the redirect and one that doesn't.
Any ideas?
Thanks in advance.
the web.config file, we have the logonURL set to "https://www.mysite.com" so
that if the user gets to the login page via http, they will be forced to
https version.
We do this same redirect on other websites without any problems, but for
some reason on this one website, when we redirect to https, a windows login
prompt is presented to the user which is NOT what we want. I have looked
throughout the web.config file and the iis setup and see no differences in
the site that works with the redirect and one that doesn't.
Any ideas?
Thanks in advance.