Re: Q: form authentication complete?



from... "System.Web.Security" namespace

FormsAuthentication.RedirectFromLoginPage("SomePage.aspx")

This will work by parsing a querystring in Login page's URL. There are
also some entries in web.config that have to be set.

Let the forms security do the redirect/transfer. Do not do it
explicitly. Examples on gotdotnet.com.

.



Relevant Pages

  • Re: Logged in - Session timeout
    ... You have that info in a session, and then simply send them to: ... take any querystring info with it that you may need.... ... Now the users times out and you redirect them to your login page, ...
    (microsoft.public.inetserver.asp.general)
  • Re: Logged in - Session timeout
    ... "Targa" wrote ... ... take any querystring info with it that you may need.... ... Now the users times out and you redirect them to your login page, ...
    (microsoft.public.inetserver.asp.general)
  • Re: foreign ip in /var/log/wtmp
    ... That's normally a login ... you reported differences in the wtmp entries ... between logging in via ssh verses logging in over the console. ...
    (comp.os.linux.security)
  • Re: 440 Login Timeout!! OWA Authentication error!!
    ... which entries I should add .. ... > should of course have DNS entries pointing mail to your exchange server). ... I get the login screen but no login account works! ... >> The page you are trying to access is secured with Secure Sockets Layer ...
    (microsoft.public.exchange2000.general)
  • Re: Extract querystring - should be simple!
    ... Dave said: ... If any part of your querystring is encoded, ... it before you begin parsing it, or you'll just be parsing out ... I would rather write and test my own parser than keep ...
    (microsoft.public.scripting.jscript)