Does ASP.Net Membership support suspending end-users?

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Does ASP.Net Membership support suspending end-users?

    Hi All,

    We use the ASP.Net end-user management system.

    How to "Suspend" and "UnFreeze" end users?
    Our web app should have a web form that allows our customers
    to temporarily suspend one of their end-users.
    (This is NOT locking users when they type wrong passwords).

    This link didn't help;
    ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm

    Thanks in advance!
    Have a nice day,

    Ofer
    Ofer Guest

  2. Similar Questions and Discussions

    1. Live A/V Broadcast > How to support both High & Lowbandwidth users ?
      Hello there I have been working on a requirement where I need to broadcast live audio and video feeds to Flash Media Server from where it gets...
    2. How many users can CFMX7.01 support? -Help!
      My system is developed under CFMX7.01(standard version) with Win2000 IIS 5.0. It will support 3000 users. Most users will logon the system within...
    3. Does the users browser support Flash?
      I want some sort of script on my website that checks if the visitor browser support Flash or if they need to download a plug-in. Have looked for...
    4. How do I easily support (authenticate and authorize) internal and external web site users
      David, take a peek at: "Mixing Forms and Windows Security in ASP.NET" located at:...
    5. Membership of group
      Hi All, I know that exist "innetgr" function in C, to test the membership of an user to a netgroup. I would like to know if a similar...
  3. #2

    Default Re: Does ASP.Net Membership support suspending end-users?

    If you do not want to use the same field, you will have to roll your own.
    Write a custom provider.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    [url]http://gregorybeamer.spaces.live.com[/url]

    *************************************************
    Think outside of the box!
    *************************************************
    "Ofer" <Ofer@discussions.microsoft.com> wrote in message
    news:F40F0A83-AA03-4ABC-B528-4A0A209427E7@microsoft.com...
    > Hi All,
    >
    > We use the ASP.Net end-user management system.
    >
    > How to "Suspend" and "UnFreeze" end users?
    > Our web app should have a web form that allows our customers
    > to temporarily suspend one of their end-users.
    > (This is NOT locking users when they type wrong passwords).
    >
    > This link didn't help;
    > ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm
    >
    > Thanks in advance!
    > Have a nice day,
    >
    > Ofer

    Cowboy \(Gregory A. Beamer\) 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