<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Search results matching tag 'Authorization'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Authorization&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Authorization'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: delete and edit confirmation</title><link>http://forums.asp.net/thread/3549487.aspx</link><pubDate>Sat, 05 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3549487</guid><dc:creator>aquaren</dc:creator><description>&lt;p&gt;The best way to implement this is to authenticate the user before they get to the page that contains the grid view. If the user is not authorized to edit or delete, either conditionally hide the column that contains those buttons, or do not allow them access to the page. This will improve the use experience dramatically. The last thing a user wants is to be repeatedly prompted for credentials.&lt;/p&gt;</description></item><item><title>The request failed with HTTP status 401: Unauthorized while calling CRM Dynamics web service</title><link>http://forums.asp.net/thread/3520569.aspx</link><pubDate>Wed, 18 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3520569</guid><dc:creator>Kbergeron</dc:creator><description>&lt;p&gt;We got a little very tricky probleme while calling the CRM Dynamics web service. There the code we try to run :&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;(Got some probleme to provide the code please see this post to to it : http://social.microsoft.com/Forums/en-US/crm/thread/5bf62780-cb26-41d5-9f4a-1f41d593e6a2)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The point is that this code work perfectly in a consol app but when we do the call in our WCF web service application an 401 exception occure. Pleae not that the test are made on the same machine with exactly the same code and with the same crn address (the one from the crm dynamic discovery service) and the same WSDL reference.&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;pre style="white-space:pre-wrap;" id="MTCS_main_ctl15_code"&gt;&lt;br /&gt;Please help!&lt;br /&gt;&lt;/pre&gt;
&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Couldnot load file or assembly, authorization WCSF</title><link>http://forums.asp.net/thread/3510942.aspx</link><pubDate>Fri, 13 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3510942</guid><dc:creator>shinus</dc:creator><description>&lt;p&gt;Hi.&lt;br /&gt;In my web application i tried to implement authorization using WCSF.&lt;br /&gt;but when i run the application , i am getting this error,&lt;br /&gt;&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.Practices.EnterpriseLibrary.Security, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&amp;#39; or one of its dependencies. The located assembly&amp;#39;s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)&lt;br /&gt;&lt;br /&gt;for the line &lt;br /&gt;&lt;font size="2"&gt;globalServices.AddNew&amp;lt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;EnterpriseLibraryAuthorizationService&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;IAuthorizationService&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt;();&lt;br /&gt;&lt;br /&gt;of AddGlobalServices method in ShellModuleInitializer class.&lt;br /&gt;Please see the configuration section for authorization in config file,&lt;br /&gt;&lt;br /&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;securityConfiguration&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;defaultAuthorizationInstance&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;RuleProvider&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;defaultSecurityCacheInstance&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;authorizationProviders&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;type&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Microsoft.Practices.EnterpriseLibrary.Security.AuthorizationRuleProvider, Microsoft.Practices.EnterpriseLibrary.Security, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;RuleProvider&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;rules&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;expression&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;R:Admin&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;AllowViewAdministration&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; /&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;rules&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;add&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;authorizationProviders&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;securityConfiguration&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;After reading articles related to this error i found out that i have two versions of the same dll installed in my system. Microsoft.Practices.EnterpriseLibrary.Security Version=4.1.0.0 installed with Enterprise library and &lt;br /&gt;Microsoft.Practices.EnterpriseLibrary.Security Version=3.1.0.0 installed with web client software factory.&lt;br /&gt;Is this making the problem?&lt;br /&gt;If yes, then what is the solution?&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Authentication and authorization</title><link>http://forums.asp.net/thread/3508922.aspx</link><pubDate>Thu, 12 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3508922</guid><dc:creator>karads008</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have an ASP.NET web appllication(deployed in web server) which will communicate with WCF service(in appserver)&lt;/p&gt;
&lt;p&gt;and in turn WCF service will&amp;nbsp;communicate with database(database server) and give the data back to the application.Earlier i was using membership feature of asp.net for authentication and authorization in web application.&amp;nbsp;To keep up with&amp;nbsp;our architecture, web server can not access database directly, so i moved memberhsip feature&amp;nbsp;from web application to WCF service.Now how do i need to implement authentication and authorization in web application for this scenario?&lt;/p&gt;
&lt;p&gt;i am a beginner in asp.net..so if anyone have any idea about this pls help me..or pls direct me to a proper article.&lt;/p&gt;
&lt;p&gt;thanks in advance!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Creating custom application privileges in AD</title><link>http://forums.asp.net/thread/3496931.aspx</link><pubDate>Thu, 05 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3496931</guid><dc:creator>bdm782</dc:creator><description>&lt;p&gt;I&amp;#39;m working on an application that will need to utilize a bunch of custom privileges that will be granted to various users of the application. So for instance, there will be privileges in the app like:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;print reports&lt;/li&gt;&lt;li&gt;update profile data&lt;/li&gt;&lt;li&gt;create new reports&lt;/li&gt;&lt;li&gt;delete reports&lt;br /&gt;&lt;/li&gt;&lt;li&gt;add users&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;and so on (there are about 20-30 distinct privileges specific to the application).&lt;/p&gt;&lt;p&gt;We would like to be able to manage these privileges for users in Active Directory by groups or somesuch manner.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;What is the best way to implement this in Active Directory? &lt;/p&gt;&lt;p&gt;One idea that has been kicked around was to add these as custom attributes by modifying the active directory schema. Is that really the best way to go, or are there alternatives?&lt;/p&gt;&lt;p&gt;thanks, Bob&lt;br /&gt;&lt;/p&gt;</description></item><item><title>how to add roles?</title><link>http://forums.asp.net/thread/3479117.aspx</link><pubDate>Tue, 27 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3479117</guid><dc:creator>jeremyzb</dc:creator><description>&lt;p&gt;Hi all,&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;how can I add roles in web.config or in database, then the following codes works.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;[Authorize(Users=&amp;quot;aa&amp;quot;)]&lt;/p&gt;&lt;p&gt;[Authorize(Roles=&amp;quot;admin&amp;quot;)]&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Grant access to Signup.aspx</title><link>http://forums.asp.net/thread/3479569.aspx</link><pubDate>Tue, 27 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3479569</guid><dc:creator>KenNichols</dc:creator><description>&lt;p&gt;When I use the following in my web.config file it will not allow access to my Signup.aspx. How do I grant everyone access&amp;nbsp;so that new users can sign up?&amp;nbsp;&lt;/p&gt;&lt;pre class="c-sharp" name="code"&gt;&amp;lt;authentication mode=&amp;quot;Forms&amp;quot;&amp;gt;
      &amp;lt;forms loginUrl=&amp;quot;Login.aspx&amp;quot;&amp;gt;
      &amp;lt;/forms&amp;gt;
&amp;lt;/authentication&amp;gt;

  &amp;lt;authorization&amp;gt;
      &amp;lt;deny users=&amp;quot;?&amp;quot;/&amp;gt;
  &amp;lt;/authorization&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how to check a roles</title><link>http://forums.asp.net/thread/3457319.aspx</link><pubDate>Wed, 14 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3457319</guid><dc:creator>bhadelia.imran</dc:creator><description>&lt;p&gt;You need to&amp;nbsp;add few configuration in your web.config&lt;/p&gt;&lt;pre class="xhtml" name="code"&gt;&amp;lt;location path=&amp;quot;Admin/ManageUser.aspx&amp;quot;&amp;gt;
  &amp;lt;system.web&amp;gt;
    &amp;lt;authorization&amp;gt;
      &amp;lt;allow roles=&amp;quot;SiteAdmin&amp;quot;/&amp;gt;
      &amp;lt;allow roles=&amp;quot;Superuser&amp;quot;/&amp;gt;
      &amp;lt;deny users=&amp;quot;*&amp;quot; /&amp;gt;
    &amp;lt;/authorization&amp;gt;
  &amp;lt;/system.web&amp;gt;
&amp;lt;/location&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;This&amp;nbsp;mean, you&amp;nbsp;are allowing user who has SiteAdmin or Superuser role to access&amp;nbsp;ManageUser page, rest will get logged off.&lt;/p&gt;</description></item><item><title>Authorizing (accessing) a specific portion (portal) of web site</title><link>http://forums.asp.net/thread/3430364.aspx</link><pubDate>Tue, 29 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3430364</guid><dc:creator>janabasim</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi Gurus!&lt;/p&gt;
&lt;p&gt;My client want the admin portion of the website to be&amp;nbsp;accessible only with in&amp;nbsp;his own&amp;nbsp;local network (intranet)&amp;nbsp;while the&amp;nbsp;website should be hosted on a single webserver.&lt;/p&gt;
&lt;p&gt;Well solution I found&amp;nbsp;so far is that:&lt;/p&gt;
&lt;p&gt;Verify the IP address of the request and perform authorization based on that IP address.&lt;/p&gt;
&lt;p&gt;I am looking for something more efficent and secure, please let me know your expert&amp;nbsp;thoughts.&lt;/p&gt;</description></item><item><title>problem displaying protected pages after login using forms and roles</title><link>http://forums.asp.net/thread/3410885.aspx</link><pubDate>Thu, 17 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3410885</guid><dc:creator>jayirvin</dc:creator><description>&lt;p&gt;My web site has been modeled after the asp.net personel starter kit since it came out. I&amp;#39;m now running asp.net 3.0 and IIIS 7. &lt;/p&gt;
&lt;p&gt;I am trying to protect the web pages in a folder named Memberpages using roles.The role name Friends. Logging into my web site has allways gave me access to the Admin folder. Loggin in has allways givin me access to photo albums marked private.&lt;/p&gt;
&lt;p&gt;I have followed every step I can find on M/S technet for setting up authentication and &amp;nbsp;authorization using roles. IIS has put a web.config file in the directory Memberpages. However after loggin in to my web site as an administrator or a friend I cannot view the pages in the Memberpages directory.&lt;/p&gt;
&lt;p&gt;I have tryed everything I can find in any help files but I cannot set it up so i can view index.htm in the Meberspages director after loggin in. I am redirected to the login page or I get a page cannot be displayed error.&lt;/p&gt;
&lt;p&gt;does anyone know of a problem that can prevent forms auth from&amp;nbsp;renduring a requested page after login&amp;nbsp;even when enabled on IIS7, both forms and roles&lt;/p&gt;
&lt;p&gt;this is what i have in the web.config file in the memberspages folder&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove users=&amp;quot;*&amp;quot; roles=&amp;quot;&amp;quot; verbs=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add accessType=&amp;quot;Deny&amp;quot; users=&amp;quot;?&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add accessType=&amp;quot;Allow&amp;quot; roles=&amp;quot;Friends&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/security&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;location path=&amp;quot;index.htm&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add accessType=&amp;quot;Allow&amp;quot; roles=&amp;quot;Friends&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/security&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/location&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;</description></item></channel></rss>