<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'membership'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=membership&amp;orTags=0</link><description>Search results matching tag 'membership'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Membership Provider Misc. Settings in WMI</title><link>http://forums.iis.net/p/1148384/1865191.aspx#1865191</link><pubDate>Wed, 12 Mar 2008 15:57:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1865191</guid><dc:creator>Switche</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;I am trying to manage custom membership providers via WMI&amp;#39;s WebAdministration provider. I can add, remove, and modify membership providers, but I cannot set any properties on providers other than the &amp;quot;Name&amp;quot; and &amp;quot;Type&amp;quot; properties.&amp;nbsp;For example, I need to manage the &amp;quot;ConnectionString&amp;quot; and &amp;quot;ApplicationName&amp;quot; properties. These&amp;nbsp;properties are set in the web.config file for this path, and function properly,&amp;nbsp;but the properties do not exist in the provider object I am working with in WMI.&lt;/p&gt;
&lt;p&gt;The objects I am working with are MembershipSection (ConfigurationSection object), its MembershipSection.Providers property (ProvidersSettings object) and then that object&amp;#39;s Providers property (array of NameTypeElement objects). WMI Object Browser confirms that even existing providers with the &amp;quot;ApplicationName&amp;quot; and &amp;quot;ConnectionString&amp;quot; properties do not&amp;nbsp;exhibit any properties except Name and Type in WMI. The NameTypeElement object&amp;#39;s class definition does not contain any other properties than these two (see &lt;a href="http://msdn2.microsoft.com/en-us/library/aa347551(VS.85).aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa347551(VS.85).aspx&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;All of this makes me believe I&amp;#39;m either looking at the incorrect object, or that WMI cannot manage these properties. I know how to use appcmd or ASP.NET to set these properties, but would like to know how to do so in WMI.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Re: Getting the XML Membership Provider to work with Forms Authentication</title><link>http://forums.iis.net/p/1147661/1862406.aspx#1862406</link><pubDate>Wed, 23 Jan 2008 17:35:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1862406</guid><dc:creator>mvolo</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hi Drichfield,&lt;/p&gt;
&lt;p&gt;Unfortunately a recent security change now prevents the ability to manage users and roles from IIS Manager using providers provided as part of your application (think /App_Code or /BIN).&lt;/p&gt;
&lt;p&gt;To work around this, you can compile the provider into a strongly-named signed assembly, and register it in the GAC. Then, use the full assembly-qualified type in the provider&amp;#39;s configuration to identify this provider. This will allow you to use IIS Manager, which is by far the easiest way to create and manage Membership users.&lt;/p&gt;
&lt;p&gt;Without IIS Manager, you can still create and manage users using Membership APIs directly even if you use application-based providers, but that requires you to write a custom page to manage the users or roles.&amp;nbsp; You can use the CreateUserWizard control to quickly do this in an ASP.NET page: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms178334.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms178334.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As far as your &amp;quot;Could not load type error&amp;quot;, can you show the contents of your web.config file, particularly the &amp;lt;membership&amp;gt; configuration section?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike Volodarsky&lt;/p&gt;
&lt;p&gt;Program Manager&lt;br /&gt;IIS Core Server&lt;br /&gt;Visit &lt;a href="http://www.mvolo.com/"&gt;&lt;strong&gt;&lt;font color="#006078"&gt;mvolo.com&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; for more&amp;nbsp;IIS 7.0 posts, tools, and info&lt;/p&gt;</description></item><item><title>VS 2005 web app Login control problem.  I can login using http://localhost/appname but not using http://computername/appname/</title><link>http://forums.iis.net/p/1144468/1849549.aspx#1849549</link><pubDate>Fri, 17 Aug 2007 15:35:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1849549</guid><dc:creator>packerfan</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>&lt;p&gt;My&amp;nbsp; problem&amp;nbsp;is getting the login control in a Visual Studio 2005 web application funtionality to work when using the computer name rather than localhost.&amp;nbsp;&amp;nbsp;If I put in a wrong password I get an error message &amp;quot;Your login attempt was not successful&amp;quot; so it is checking the database correctly but if I put in the right password it seems to reload the login page instead of forwarding to the default page.&amp;nbsp; As I said this doesn&amp;#39;t happen if I use localhost .&amp;nbsp; If I run this same app on an XP pro IIS6 box I don&amp;#39;t have any problems.&amp;nbsp; Thanks for any help to track down this issue.&lt;/p&gt;</description></item></channel></rss>