<?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/"
		>
<channel>
	<title>Comments on: How to Setup and Configure MySql Membership Provider 6.2.2 &#8211; Porting to Mono Part 2 of 3</title>
	<atom:link href="http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/</link>
	<description>My Little .NET Sandbox</description>
	<lastBuildDate>Thu, 02 Sep 2010 01:38:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-499</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 29 Jul 2010 17:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-499</guid>
		<description>&lt;a href=&quot;#comment-498&quot; rel=&quot;nofollow&quot;&gt;@shane &lt;/a&gt; 
Thanks Shane!</description>
		<content:encoded><![CDATA[<p><a href="#comment-498" rel="nofollow">@shane </a><br />
Thanks Shane!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-498</link>
		<dc:creator>shane</dc:creator>
		<pubDate>Thu, 29 Jul 2010 15:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-498</guid>
		<description>It took everything in angle brackets out it&#039;s supposed to read:

I would just like to add that for people with login problems. Take the web config file above and ad the
*machineKey validationKey=&quot;AutoGenerate,IsolateApps&quot;  
            decryptionKey=&quot;AutoGenerate,IsolateApps&quot; 
            validation=&quot;SHA1&quot;/*
directive ABOVE *system.web*. Then delete the db tables and run the site to autogenerate the schema. This is because any changes you make to the config file as regards hash algorithms etc are not applied to an existing schema. Also this mode of encryption uses the aplication name so be sure its set on EACH provider line before creating the schema. Then everything works as expected.
Kudo&#039;s OP.</description>
		<content:encoded><![CDATA[<p>It took everything in angle brackets out it&#8217;s supposed to read:</p>
<p>I would just like to add that for people with login problems. Take the web config file above and ad the<br />
*machineKey validationKey=&#8221;AutoGenerate,IsolateApps&#8221;<br />
            decryptionKey=&#8221;AutoGenerate,IsolateApps&#8221;<br />
            validation=&#8221;SHA1&#8243;/*<br />
directive ABOVE *system.web*. Then delete the db tables and run the site to autogenerate the schema. This is because any changes you make to the config file as regards hash algorithms etc are not applied to an existing schema. Also this mode of encryption uses the aplication name so be sure its set on EACH provider line before creating the schema. Then everything works as expected.<br />
Kudo&#8217;s OP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-469</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 19 Jul 2010 14:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-469</guid>
		<description>&lt;a href=&quot;#comment-467&quot; rel=&quot;nofollow&quot;&gt;@Mario Blataric&lt;/a&gt; 
Excellent!  Glad you got it working. I was out all weekend. :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-467" rel="nofollow">@Mario Blataric</a><br />
Excellent!  Glad you got it working. I was out all weekend. <img src='http://www.integratedwebsystems.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Blataric</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-467</link>
		<dc:creator>Mario Blataric</dc:creator>
		<pubDate>Sun, 18 Jul 2010 22:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-467</guid>
		<description>Solved: 

http://forums.mysql.com/read.php?38,368612,372250</description>
		<content:encoded><![CDATA[<p>Solved: </p>
<p><a href="http://forums.mysql.com/read.php?38,368612,372250" rel="nofollow">http://forums.mysql.com/read.php?38,368612,372250</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Blataric</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-466</link>
		<dc:creator>Mario Blataric</dc:creator>
		<pubDate>Sun, 18 Jul 2010 22:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-466</guid>
		<description>Just what I needed. I&#039;m using Silverlight Business Template and I managed to configure everything, users can register (and everything gets written to database and it&#039;s visible through asp.net configuration tool), but none of the users can login. I get &quot;The username or password is incorrect&quot;. I did relax password restriction in Silverlight (thought that might be problem), but still the same. 

Any idea what might be causing this?

Thanks, 

Mario B.</description>
		<content:encoded><![CDATA[<p>Just what I needed. I&#8217;m using Silverlight Business Template and I managed to configure everything, users can register (and everything gets written to database and it&#8217;s visible through asp.net configuration tool), but none of the users can login. I get &#8220;The username or password is incorrect&#8221;. I did relax password restriction in Silverlight (thought that might be problem), but still the same. </p>
<p>Any idea what might be causing this?</p>
<p>Thanks, </p>
<p>Mario B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Bridgewater</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-392</link>
		<dc:creator>Nathan Bridgewater</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-392</guid>
		<description>&lt;a href=&quot;#comment-390&quot; rel=&quot;nofollow&quot;&gt;@Eli Arad&lt;/a&gt; 

There are a few tweaks required to make this configuration work. For example, editing the credentials and host information for the membership database is the first thing you need to do. Also adding an authorization configuration section should enforce authentication rules if any.

If you’re getting a result where the user data is created by the membership data isn’t, it may be isolated to your environment.

Try testing with a brand new database (empty schema). Be sure the membership connection string user account has create table access and ensure that the autogenerate schema is enabled (bottom option). (I would also double check that the user account can access the database from the host you’re using). I would also double check that you’re using the most recent build of the mysql.web and mysql.data assemblies (6.2.2) found here: http://dev.mysql.com/downloads/connector/net/#downloads (I’ve been using the Mono build to avoid the installation).

Let me know if that helps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-390" rel="nofollow">@Eli Arad</a> </p>
<p>There are a few tweaks required to make this configuration work. For example, editing the credentials and host information for the membership database is the first thing you need to do. Also adding an authorization configuration section should enforce authentication rules if any.</p>
<p>If you’re getting a result where the user data is created by the membership data isn’t, it may be isolated to your environment.</p>
<p>Try testing with a brand new database (empty schema). Be sure the membership connection string user account has create table access and ensure that the autogenerate schema is enabled (bottom option). (I would also double check that the user account can access the database from the host you’re using). I would also double check that you’re using the most recent build of the mysql.web and mysql.data assemblies (6.2.2) found here: <a href="http://dev.mysql.com/downloads/connector/net/#downloads" rel="nofollow">http://dev.mysql.com/downloads/connector/net/#downloads</a> (I’ve been using the Mono build to avoid the installation).</p>
<p>Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Arad</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-390</link>
		<dc:creator>Eli Arad</dc:creator>
		<pubDate>Wed, 31 Mar 2010 18:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-390</guid>
		<description>Hi,

I tried your code and it is the only one that get me close to the solution.
However , when i am creating an account in the web site manager tool , i a getting a message , Your account was not created. 
But i do see that the tables users does have the new user where membership does not. and this is probably the problem. It unable to create an entry in  membership table.

Any idea?
Thanks,
Eli</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried your code and it is the only one that get me close to the solution.<br />
However , when i am creating an account in the web site manager tool , i a getting a message , Your account was not created.<br />
But i do see that the tables users does have the new user where membership does not. and this is probably the problem. It unable to create an entry in  membership table.</p>
<p>Any idea?<br />
Thanks,<br />
Eli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-03-27 &#171; Brian Kirsten&#39;s Blog</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-388</link>
		<dc:creator>links for 2010-03-27 &#171; Brian Kirsten&#39;s Blog</dc:creator>
		<pubDate>Sat, 27 Mar 2010 21:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-388</guid>
		<description>[...] How to Setup and Configure MySql Membership Provider 6.2.2 – Porting to Mono Part 2 of 3 &#8211; N... (tags: mysql .net dotnet csharp programming tutorial fictfact) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Setup and Configure MySql Membership Provider 6.2.2 – Porting to Mono Part 2 of 3 &#8211; N&#8230; (tags: mysql .net dotnet csharp programming tutorial fictfact) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Bridgewater</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-385</link>
		<dc:creator>Nathan Bridgewater</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-385</guid>
		<description>FYI, I added a new page for this tool to make it more easily available. You can get to it using the Tools &amp; Source page from the menu. -Enjoy</description>
		<content:encoded><![CDATA[<p>FYI, I added a new page for this tool to make it more easily available. You can get to it using the Tools &#038; Source page from the menu. -Enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Bridgewater</title>
		<link>http://www.integratedwebsystems.com/2010/02/how-to-setup-and-configure-mysql-membership-provider-6-2-2-porting-to-mono-part-2-of-3/comment-page-1/#comment-383</link>
		<dc:creator>Nathan Bridgewater</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.integratedwebsystems.com/?p=448#comment-383</guid>
		<description>I&#039;ll shoot you an email.  At first glance it seems like your web server is intercepting the request as opposed to Asp.Net membership handling it.  If you&#039;re using Windows/IIS, make sure your disk permissions allow the requesting user (usually IUSR_MachineName).</description>
		<content:encoded><![CDATA[<p>I&#8217;ll shoot you an email.  At first glance it seems like your web server is intercepting the request as opposed to Asp.Net membership handling it.  If you&#8217;re using Windows/IIS, make sure your disk permissions allow the requesting user (usually IUSR_MachineName).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
