<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Asp.Net Authorization &amp; Authentication with MySQL yazısına yapılan yorumlar</title>
	<atom:link href="http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/</link>
	<description></description>
	<lastBuildDate>Sat, 12 Nov 2011 13:09:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Yasin KOCAMAN tarafından</title>
		<link>http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/#comment-971</link>
		<dc:creator><![CDATA[Yasin KOCAMAN]]></dc:creator>
		<pubDate>Sun, 29 Aug 2010 05:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=678#comment-971</guid>
		<description><![CDATA[WEB.Config içerisine eklenecek kodlar aşağıda, Önemli Satır   Mevcut providerları temizleyip aynı isimde provider eklenince porblem oluşturmuyor.


			
				
				
			
		

		
   
    
    
   
  ]]></description>
		<content:encoded><![CDATA[<p>WEB.Config içerisine eklenecek kodlar aşağıda, Önemli Satır   Mevcut providerları temizleyip aynı isimde provider eklenince porblem oluşturmuyor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Simon tarafından</title>
		<link>http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/#comment-749</link>
		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Sun, 29 Mar 2009 18:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=678#comment-749</guid>
		<description><![CDATA[Thanks so much for the article - cut a lot of work out ;)

I&#039;m using connector 5.2.5.0 which does appear to autogenerate OK - the only bit that threw me at first was I kept getting errors when trying to view website administration

Turns out you need to specify the defaultProvider in the web or machine config file for it to really work with VS2005

Just add &#039;defaultProvider=&quot;MySQLMembershipProvider&quot;&#039; to the membership tag and &#039;defaultProvider=&quot;MySQLRoleProvider&quot;&#039; to the roleManager tag and all is groovy

I also found it helped if I removed all reference to a previous MSSQL database I was using as this seemed to confuse things

Thanks again Simon]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for the article &#8211; cut a lot of work out <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m using connector 5.2.5.0 which does appear to autogenerate OK &#8211; the only bit that threw me at first was I kept getting errors when trying to view website administration</p>
<p>Turns out you need to specify the defaultProvider in the web or machine config file for it to really work with VS2005</p>
<p>Just add &#8216;defaultProvider=&#8221;MySQLMembershipProvider&#8221;&#8216; to the membership tag and &#8216;defaultProvider=&#8221;MySQLRoleProvider&#8221;&#8216; to the roleManager tag and all is groovy</p>
<p>I also found it helped if I removed all reference to a previous MSSQL database I was using as this seemed to confuse things</p>
<p>Thanks again Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Hasan Gürsoy tarafından</title>
		<link>http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/#comment-748</link>
		<dc:creator><![CDATA[Hasan Gürsoy]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=678#comment-748</guid>
		<description><![CDATA[You&#039;re welcome...]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Andy tarafından</title>
		<link>http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/#comment-747</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=678#comment-747</guid>
		<description><![CDATA[I realise this is an old article now but I felt I must say thank you.

Have tried so many &#039;solutions&#039; over the last few days with nothing working, tried this and finally got it working.

Thank you so very much.]]></description>
		<content:encoded><![CDATA[<p>I realise this is an old article now but I felt I must say thank you.</p>
<p>Have tried so many &#8216;solutions&#8217; over the last few days with nothing working, tried this and finally got it working.</p>
<p>Thank you so very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Marvin tarafından</title>
		<link>http://hasangursoy.com.tr/2008/09/09/aspnet-authorization-authentication-with-mysql/#comment-728</link>
		<dc:creator><![CDATA[Marvin]]></dc:creator>
		<pubDate>Mon, 06 Oct 2008 00:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=678#comment-728</guid>
		<description><![CDATA[I just recently worked through this process, too, and have also written an article on the steps I went through to set it up.  That can be found here:

http://www.marvinpalmer.com/MarvinPalmer/post/Implement-NET-Membership-and-Roles-using-MySql-Connector-523-on-GoDaddy.aspx]]></description>
		<content:encoded><![CDATA[<p>I just recently worked through this process, too, and have also written an article on the steps I went through to set it up.  That can be found here:</p>
<p><a href="http://www.marvinpalmer.com/MarvinPalmer/post/Implement-NET-Membership-and-Roles-using-MySql-Connector-523-on-GoDaddy.aspx" rel="nofollow">http://www.marvinpalmer.com/MarvinPalmer/post/Implement-NET-Membership-and-Roles-using-MySql-Connector-523-on-GoDaddy.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

