Updated: 24/07/2003; 1:03:52 AM.
stevex's stuff
Some code, some writing about code. Some writing not about code.
        

May 30, 2003

I've used WebAccount on 3 of my own projects now and it's working pretty well for me.  I've had to customize it for each project:

One project didn't want users to have to log in to use the site.  This was an easy change:  I added the "login as guest" code to the Session_Start handler in Global.asax.  When a new user visits, or when the current user logs out, they get automatically logged in as Guest.

One project wanted hit logging and session logging.  Rather than doing it separately somehow, I added that ability to the WebAccountDataSQL class in that project, since that's the only place in the system that knows the database connection string.  That will probably change as the project grows.

Overall, it's been pretty successful.  It'd be nice to hear of someone other than me deploying it though.  :)


8:28:54 AM    comment []

© Copyright 2003 Steve Tibbett.
 

May 2003
Sun Mon Tue Wed Thu Fri Sat
        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
Mar   Jun


Other sites by me:
Linky
The Restaurant Thing
Syndicache
MapX
Misc Writings


Powered by Radio
Click to see the XML version of this web page.