<?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>Comments for Ricardo D. Sanchez</title>
	<atom:link href="http://ricardodsanchez.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ricardodsanchez.com</link>
	<description>Programming, Startups, Life</description>
	<lastBuildDate>Mon, 30 Apr 2012 16:42:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by nam</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-74</link>
		<dc:creator><![CDATA[nam]]></dc:creator>
		<pubDate>Mon, 30 Apr 2012 16:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-74</guid>
		<description><![CDATA[None of them seems to work. I&#039;ve tried both but it stills says &quot;unable to establish a secure connection&quot;. Do you have other solution? thanks!]]></description>
		<content:encoded><![CDATA[<p>None of them seems to work. I&#8217;ve tried both but it stills says &#8220;unable to establish a secure connection&#8221;. Do you have other solution? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by Ricardo</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-72</link>
		<dc:creator><![CDATA[Ricardo]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 15:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-72</guid>
		<description><![CDATA[That error is sometimes caused by the default trust policy configuration of ASP.NET. The ActiveDirectoryMembershipProvider instance works only in the full-trust policy default configuration of ASP.NET. 

To enable full-trust add the following to the system.web section of your web.config file:

trust level=&quot;Full&quot; originUrl=&quot;&quot;

If that does not work, then check this &lt;a href=&quot;http://stackoverflow.com/questions/1164795/activedirectorymembershipprovider-unable-to-establish-secure-connection&quot; title=&quot;answer&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;answer&lt;/a&gt; on stackoverflow.com, it might help with this issue.]]></description>
		<content:encoded><![CDATA[<p>That error is sometimes caused by the default trust policy configuration of ASP.NET. The ActiveDirectoryMembershipProvider instance works only in the full-trust policy default configuration of ASP.NET. </p>
<p>To enable full-trust add the following to the system.web section of your web.config file:</p>
<p>trust level=&#8221;Full&#8221; originUrl=&#8221;"</p>
<p>If that does not work, then check this <a href="http://stackoverflow.com/questions/1164795/activedirectorymembershipprovider-unable-to-establish-secure-connection" title="answer" target="_blank" rel="nofollow">answer</a> on stackoverflow.com, it might help with this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by nam</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-71</link>
		<dc:creator><![CDATA[nam]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 13:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-71</guid>
		<description><![CDATA[add name=&quot;ADMembershipProvider&quot; type=&quot;System.Web.Security.ActiveDirectoryMembershipProvider&quot; connectionStringName=&quot;ADConnectionString&quot; attributeMapUsername=&quot;sAMAccountName&quot;]]></description>
		<content:encoded><![CDATA[<p>add name=&#8221;ADMembershipProvider&#8221; type=&#8221;System.Web.Security.ActiveDirectoryMembershipProvider&#8221; connectionStringName=&#8221;ADConnectionString&#8221; attributeMapUsername=&#8221;sAMAccountName&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by nam</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-70</link>
		<dc:creator><![CDATA[nam]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 13:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-70</guid>
		<description><![CDATA[Ops! Here is the source error: Line 24:    ]]></description>
		<content:encoded><![CDATA[<p>Ops! Here is the source error: Line 24:    </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by nam</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-69</link>
		<dc:creator><![CDATA[nam]]></dc:creator>
		<pubDate>Sun, 29 Apr 2012 12:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-69</guid>
		<description><![CDATA[Thanks for answering!

But i don&#039;t think it is my connectionstring who cause the problem. I&#039;ve tried to connect the AD with an ASP.NET Web application and it works fine. But now i want to do it in MVC which cause more problem.
 
The source error is: line 24:  

If this is not giving you any good tips to fix this, i can send you the project so you can see?]]></description>
		<content:encoded><![CDATA[<p>Thanks for answering!</p>
<p>But i don&#8217;t think it is my connectionstring who cause the problem. I&#8217;ve tried to connect the AD with an ASP.NET Web application and it works fine. But now i want to do it in MVC which cause more problem.</p>
<p>The source error is: line 24:  </p>
<p>If this is not giving you any good tips to fix this, i can send you the project so you can see?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by Ricardo</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-68</link>
		<dc:creator><![CDATA[Ricardo]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 17:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-68</guid>
		<description><![CDATA[You need to make sure the connection string to Active Directory is correct. Check the ConnectionStrings section in your web.config and make sure it is pointing to the AD server you are trying to connect. Check this answer on ServerFault.com, it might help you find the correct connection string to your Active Directory server:

http://serverfault.com/questions/130543/how-can-i-figure-out-my-ldap-connection-string]]></description>
		<content:encoded><![CDATA[<p>You need to make sure the connection string to Active Directory is correct. Check the ConnectionStrings section in your web.config and make sure it is pointing to the AD server you are trying to connect. Check this answer on ServerFault.com, it might help you find the correct connection string to your Active Directory server:</p>
<p><a href="http://serverfault.com/questions/130543/how-can-i-figure-out-my-ldap-connection-string" rel="nofollow">http://serverfault.com/questions/130543/how-can-i-figure-out-my-ldap-connection-string</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by nam</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-66</link>
		<dc:creator><![CDATA[nam]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 16:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-66</guid>
		<description><![CDATA[Hi!

Im followed your code and try to login, but i got an parser error message: &quot;Unable to establish secure connection with the server&quot; Do you know how i can fix this? I tried to google, but did not find any good answers.]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Im followed your code and try to login, but i got an parser error message: &#8220;Unable to establish secure connection with the server&#8221; Do you know how i can fix this? I tried to google, but did not find any good answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by fernandozamoraj (@fernandozamoraj)</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-58</link>
		<dc:creator><![CDATA[fernandozamoraj (@fernandozamoraj)]]></dc:creator>
		<pubDate>Sat, 21 Apr 2012 22:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-58</guid>
		<description><![CDATA[Thanks for sharing!]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Secure your ASP.NET MVC application and use Active Directory as the Membership Provider by Andy Cohen</title>
		<link>http://ricardodsanchez.com/2012/04/18/how-to-secure-your-asp-net-mvc-application-and-use-active-directory-as-the-membership-provider/#comment-53</link>
		<dc:creator><![CDATA[Andy Cohen]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 19:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=257#comment-53</guid>
		<description><![CDATA[Nice.  Clear and concise.  Looking forward to your next post about AD groups.]]></description>
		<content:encoded><![CDATA[<p>Nice.  Clear and concise.  Looking forward to your next post about AD groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infinite scroll with ASP.NET MVC by Ricardo</title>
		<link>http://ricardodsanchez.com/2012/04/02/infinite-scroll-with-asp-net-mvc/#comment-52</link>
		<dc:creator><![CDATA[Ricardo]]></dc:creator>
		<pubDate>Wed, 18 Apr 2012 01:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://ricardodsanchez.com/?p=208#comment-52</guid>
		<description><![CDATA[Hi Kotte, You can download the source code for this example here: http://infinitescroll.codeplex.com/]]></description>
		<content:encoded><![CDATA[<p>Hi Kotte, You can download the source code for this example here: <a href="http://infinitescroll.codeplex.com/" rel="nofollow">http://infinitescroll.codeplex.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

