Code/Tea/Etc...

Duncan Mackenzie has too much time on his hands

I'm thinking of adding login/registration to my personal site...

Not sure what scenarios this will be used to enable in the long run, but I might play around with some web services (with authentication) and a few 'prototypes' for articles and MSDN features that I've been musing about...

  • Do you run a personal site?
  • Do you have any form of authentication?
  • What do you use to handle it (I'm planning Forms Authentication against SQL Server)?
  • What do you use it for?

this is for http://www.duncanmackenzie.net ... which is quickly becoming my little sandbox for asp.net code :)

Published Monday, July 26, 2004 4:54 PM by Duncanma
Filed under:

Comments

 

Darren Neimke said:

Duncan,

I use FormsAuthentication against SqlServer for RegexLib.com. I use it to authenticate the owners of patterns via direct website access as well as via webservice access.

Basically, in a WebService scenario I pass AuthenticationTickets around.
July 26, 2004 7:49 PM
 

Tim P. said:

I'm not sure if you've seen it or not, but here's a great article about using Forms Authentication with SQL Server 2000. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp
July 26, 2004 9:32 PM
 

Simon said:

Yes
Yes
Forms Auth
ID'ing anyone permitted to add/edit content*

* - works great for stopping comment spam. Stops comments too, but that's besides the point. Allows just me to update the photo album, or a friend to update the news if they ever want to. Lets me edit pages from anywhere, etc.
July 27, 2004 12:50 AM
 

Daniel Edards said:

I use FormsAuthentication against a SqlServer for my sites. I simply store the hashed password so there is no risk of plain text sniffing. I have found there to be too many spiders that just crawl around leeching up every bit of content for redistribution.

I know several people who host code examples that have added free registrations to protect their code from automated leeching.
July 27, 2004 6:26 AM
 

T. Rodgers said:

I put some simple protection on my personal site to guard some mildly personal pictures.

What I did was use a simple form combined with a few lines of ASP to verify against a hard coded password. The password was a combination of my birthdate & middle name and that's clearly stated at the login. I used those things cause it's stuff only the family and close friends would know offhand.

It offers all the protection I needed and it literally took all of ten minutes to make.
July 27, 2004 7:48 AM
 

Jeremy Foster said:

I use forms authentication against SQL Server too. I basically use it for permissions for content management right now, but I think I'll soon show certain content only to select individuals. I doesn't hurt, you can always give people the option to remain anonymous.
July 27, 2004 10:27 AM
Anonymous comments are disabled

This Blog

Syndication

News

This blog has moved to my own VB site

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker