B
BoltonWolf
Hi,
I have a ASP.Net web site, that we sell as a module to our core
software, versions of this site are running fine on many servers,
however we are having problems with our latest installtion, and it's
got me scratching my head.
The problem is with FormsAuthentication.RedirectFromLoginPage, it's
running on a brand new Windows 2003 standard server. No matter what I
do I cannot log onto the web site. It's as if it's not writing cookies
or something.
When some one enters a user name and password it validates ok, telling
them if they've got it wrong, but if they enter the correct details,
and I call FormsAuthentication.RedirectFromLoginPage, all it does is
return to the Logon Page rather than redirecting them back to the
calling page.
If I copy all the files from this site to a different server, it works
fine. So I know it must be a setting I've missed on the server.
Does anybody have any ideas.
Many thanks in advance
Chris
I have a ASP.Net web site, that we sell as a module to our core
software, versions of this site are running fine on many servers,
however we are having problems with our latest installtion, and it's
got me scratching my head.
The problem is with FormsAuthentication.RedirectFromLoginPage, it's
running on a brand new Windows 2003 standard server. No matter what I
do I cannot log onto the web site. It's as if it's not writing cookies
or something.
When some one enters a user name and password it validates ok, telling
them if they've got it wrong, but if they enter the correct details,
and I call FormsAuthentication.RedirectFromLoginPage, all it does is
return to the Logon Page rather than redirecting them back to the
calling page.
If I copy all the files from this site to a different server, it works
fine. So I know it must be a setting I've missed on the server.
Does anybody have any ideas.
Many thanks in advance
Chris