Asp.net: Custom Role and Membership Provider, LoginStatus Control not reacting - Stack Overflow most recent 30 from stackoverflow.com2010-03-18T02:31:32Zhttp://stackoverflow.com/feeds/question/910403http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/910403/asp-net-custom-role-and-membership-provider-loginstatus-control-not-reacting0Asp.net: Custom Role and Membership Provider, LoginStatus Control not reactingSolyadhttp://stackoverflow.com/users/1125302009-05-26T12:21:26Z2009-07-29T09:30:46Z
<p>Hi All</p>
<p>Involved in a project where one half of the team are building the db and web services layer and we are builing a separate, front end, web service consuming site.</p>
<p>We are building a custom role and membership provider which will operate via the web services layer.</p>
<p>Just doing some early prototyping, setting roles, checking page permissions and seeing if menu items switch off and on depending on the role etc.</p>
<p>One strange item has come up. The inbuilt loginview control correctly switches between the LoggedInTemplate and AnonymousTemplate depending on whether someone is logged in or not.</p>
<p>However the LoginStatus control does not react at all. It always displays the LoggedOut text.</p>
<p>I would have guessed the LoginView and LoginStatus would operate the same i.e. just plumb in the new provider and they would work off of it. </p>
<p>Authentication is Forms also of course. </p>
<p>Anyone aware of any particular settings to watch for when using the LoginStatus control with custom providers?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/910403/asp-net-custom-role-and-membership-provider-loginstatus-control-not-reacting/1199040#11990400Answer by Solyad for Asp.net: Custom Role and Membership Provider, LoginStatus Control not reactingSolyadhttp://stackoverflow.com/users/1125302009-07-29T09:30:46Z2009-07-29T09:30:46Z<p>Once all the role and provider methods were used correctly - all was well with that one</p>