On my web site need the capability to log in as administrator and for others to log in anonymously

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AAaron123

    #1

    On my web site need the capability to log in as administrator and for others to log in anonymously

    I have my authorization and authentication working on my machine using
    SqlServer. However the ISP/Level I have now does not support
    SqlServer(suppo rts MySql).

    On the ISP I'd like to have the capability to log in as administrator and
    for others to be able log in anonymously until I change the ISP/Level so
    that I have Sql Server support.

    Naturally I'd like to change as little code as possible since I'll be
    changing back some day.

    Do you have a suggestion as to how I should proceed?


    Thanks



  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: On my web site need the capability to log in as administrator and for others to log in anonymously

    To hook up membership, you need a role provider for MySQL. Check some of the
    items on this list:
    http://tinyurl.com/3qu3nx

    Good luck!

    --
    Gregory A. Beamer
    MVP, MCP: +I, SE, SD, DBA

    Subscribe to my blog


    or just read it:


    *************** *************** **************
    | Think outside the box! |
    *************** *************** **************
    "AAaron123" <aaaron123@road runner.comwrote in message
    news:eUGDgziLJH A.3764@TK2MSFTN GP04.phx.gbl...
    >I have my authorization and authentication working on my machine using
    >SqlServer. However the ISP/Level I have now does not support
    >SqlServer(supp orts MySql).
    >
    On the ISP I'd like to have the capability to log in as administrator and
    for others to be able log in anonymously until I change the ISP/Level so
    that I have Sql Server support.
    >
    Naturally I'd like to change as little code as possible since I'll be
    changing back some day.
    >
    Do you have a suggestion as to how I should proceed?
    >
    >
    Thanks
    >
    >
    >

    Comment

    Working...