RedirectFromLoginPage(username, true) no working

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default RedirectFromLoginPage(username, true) no working

    Hi, I just wonder after calling the RedirectFromLoginPage function, my
    current page still stick to login.aspx fiile. Any clue?? Thanks




    Gan Guest

  2. Similar Questions and Discussions

    1. collab.showAnnotToolsWhenNoCollab = True Not Working in Acrobat 9
      I have a VB6 program that uses AcroExch.AVDoc.OpenInWindowEx to open a PDF document in our small app (similar to the ActiveViewVB sample). For...
    2. #39817 [NEW]: curl_setopt/curl_setopt_array returns true for CURLOPT_FOLLOWLOCATION => true i
      From: php_dot_net at edelhost dot de Operating system: Linux 2.6.18.k7 PHP version: 5.2.0 PHP Bug Type: cURL related Bug...
    3. #26232 [Ver]: in_array produces true when bool true is in haystack
      ID: 26232 Updated by: jay@php.net Reported By: me at my dot house Status: Verified Bug Type: Arrays...
    4. #26232 [NEW]: in_array produces true when bool true is in haystack
      From: me at my dot house Operating system: Debian PHP version: 4.3.2 PHP Bug Type: Performance problem Bug description: ...
    5. System.Web.Security.FormsAuthentication.RedirectFromLoginPage is not working..
      Thanks in advance, What I did was 1. add these lines in web.cofig file <authentication mode="Forms"> <forms name="frmAuthentication"...
  3. #2

    Default RedirectFromLoginPage(username, true) no working

    hi

    what code you are having in RedirectFromLoginPage
    function?

    regards

    G.Venkat

    >-----Original Message-----
    >Hi, I just wonder after calling the
    RedirectFromLoginPage function, my
    >current page still stick to login.aspx fiile. Any clue??
    Thanks
    >
    >
    >
    >
    >.
    >
    venkat Guest

  4. #3

    Default RedirectFromLoginPage(username, true) no working

    hi

    First you call the actual page where you want to go, it
    will go to login.aspx page. Once your login is
    successfull it will redirect you to the actual page.

    regards

    G.Venkat
    >-----Original Message-----
    >Hi, I just wonder after calling the
    RedirectFromLoginPage function, my
    >current page still stick to login.aspx fiile. Any clue??
    Thanks
    >
    >
    >
    >
    >.
    >
    venkat Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139