<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jai's Sharepoint blog &#187; Permissions</title>
	<atom:link href="http://sharepoint.jai-world.com/archives/tag/permissions/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepoint.jai-world.com</link>
	<description>SharePoint, as I like, dislike and admire!!</description>
	<lastBuildDate>Tue, 14 Jun 2011 10:44:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Forms Authentication using AspNetSqlMembershipProvider? &#8211; Some Tips</title>
		<link>http://sharepoint.jai-world.com/archives/7</link>
		<comments>http://sharepoint.jai-world.com/archives/7#comments</comments>
		<pubDate>Wed, 21 May 2008 11:00:05 +0000</pubDate>
		<dc:creator>jai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AspNetSqlMembershipProvider]]></category>
		<category><![CDATA[Central Administration]]></category>
		<category><![CDATA[Forms Authentication]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint.jai-world.com/?p=7</guid>
		<description><![CDATA[
After you configure your authentication provider for AspNetSqlMembershipProvider and modified your Central Admin web.config also, when you try to access the Central Admin, it will ask for the password and will not let you in. If you come across this problem, just make sure you modify the provider as follows:
&#60;roleManager enabled="true" defaultProvider="AspNetWindowsTokenRoleProvider"&#62; &#60;providers&#62; &#60;add name="MyAspNetSqlRoleProvider" [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>After you configure your authentication provider for AspNetSqlMembershipProvider and modified your Central Admin web.config also, when you try to access the Central Admin, it will ask for the password and will not let you in. If you come across this problem, just make sure you modify the provider as follows:
<pre><span class="kwrd">&lt;</span><span class="html">roleManager </span><span class="attr">enabled</span><span class="kwrd">="true"</span> <strong><span style="#ff0000;"><span class="attr">defaultProvider</span><span class="kwrd">="AspNetWindowsTokenRoleProvider"</span></span></strong><span class="kwrd">&gt;</span> <span class="kwrd">&lt;</span><span class="html">providers</span><span class="kwrd">&gt;</span> <span class="kwrd">&lt;</span><span class="html">add</span> <span class="attr">name</span><span class="kwrd">="MyAspNetSqlRoleProvider"</span> <span class="attr">connectionStringName</span><span class="kwrd">="MOSSSqlServer"</span> <span class="attr">applicationName</span><span class="kwrd">="abcd"</span> <span class="attr">type</span><span class="kwrd">="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"</span> <span class="kwrd">/&gt;</span> <span class="kwrd">&lt;/</span><span class="html">providers</span><span class="kwrd">&gt;</span> <span class="kwrd">&lt;/</span><span class="html">roleManager</span><span class="kwrd">&gt;</span></pre>
</li>
<li>When you create the authentication provider database, make sure you give the ApplicationName other than &#8216;\&#8217;. This will help us to use the same database for multiple sites.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sharepoint.jai-world.com/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

