Ask a Question related to ASP.NET Security, Design and Development.
-
Dick Zeeman #1
Re: Wrong redirect from FormsAuthenticztion
Additional information about my previous post:
it seems as though the querystring is lost somewhere down the line.
On clients that work the querystring is
/kasplusweb/Forms/Start/Default.aspx
On clients that don't work it is:
/kasplusweb/Default.aspx
So it looks like the client is trying to reach a non-existing page (so
asp.net redirects you to the default.aspx page)
Dick Zeeman Guest
-
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
How to Redirect?
I have a PHP script that waits for a file to appear, and then redirects to it. This works fine: <?php $filename = 'NewData.html'; while (!... -
redirect with cgi.pm
Hello, I have been able to use redirects with cgi.pm as long as the redirect is the only thing in the script. i.e. #!/usr/bin/perl use CGI... -
[PHP] Redirect URL
Hi I have form in file register.php. The action of this form is the same - register.php the form validation script is included in this file like... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
Dick Zeeman #2
Re: Wrong redirect from FormsAuthenticztion
It looks like there is not really a problem.
The user used his "history" to navigate directly to the logon.aspx
page and therefore there was no redirectfromlogonpage-url available
Dick Zeeman Guest



Reply With Quote

