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

  • Thread starter Thread starter AAaron123
  • Start date Start date
A

AAaron123

I have my authorization and authentication working on my machine using
SqlServer. However the ISP/Level I have now does not support
SqlServer(supports 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
 
Back
Top