<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx</link><description>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?</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx#198659</link><pubDate>Tue, 27 Jul 2004 17:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:198659</guid><dc:creator>Jeremy Foster</dc:creator><description>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.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=198659" width="1" height="1"&gt;</description></item><item><title>re: I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx#198457</link><pubDate>Tue, 27 Jul 2004 14:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:198457</guid><dc:creator>T. Rodgers</dc:creator><description>I put some simple protection on my personal site to guard some mildly personal pictures.&lt;br&gt;&lt;br&gt;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 &amp;amp; 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.&lt;br&gt;&lt;br&gt;It offers all the protection I needed and it literally took all of ten minutes to make.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=198457" width="1" height="1"&gt;</description></item><item><title>re: I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx#198383</link><pubDate>Tue, 27 Jul 2004 13:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:198383</guid><dc:creator>Daniel Edards</dc:creator><description>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.&lt;br&gt;&lt;br&gt;I know several people who host code examples that have added free registrations to protect their code from automated leeching.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=198383" width="1" height="1"&gt;</description></item><item><title>re: I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx#197946</link><pubDate>Tue, 27 Jul 2004 07:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197946</guid><dc:creator>Simon</dc:creator><description>Yes&lt;br&gt;Yes&lt;br&gt;Forms Auth&lt;br&gt;ID'ing anyone permitted to add/edit content*&lt;br&gt;&lt;br&gt;* - 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.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=197946" width="1" height="1"&gt;</description></item><item><title>re: I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx#197868</link><pubDate>Tue, 27 Jul 2004 04:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197868</guid><dc:creator>Tim P.</dc:creator><description>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. &lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT03.asp&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=197868" width="1" height="1"&gt;</description></item><item><title>re: I'm thinking of adding login/registration to my personal site... </title><link>http://blogs.msdn.com/b/duncanma/archive/2004/07/26/197731.aspx#197802</link><pubDate>Tue, 27 Jul 2004 02:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:197802</guid><dc:creator>Darren Neimke</dc:creator><description>Duncan,&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&lt;br&gt;Basically, in a WebService scenario I pass AuthenticationTickets around.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=197802" width="1" height="1"&gt;</description></item></channel></rss>