ScrewTurn wiki and custom asp.net membership provider - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T11:48:57Zhttp://stackoverflow.com/feeds/question/813793http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/813793/screwturn-wiki-and-custom-asp-net-membership-provider1ScrewTurn wiki and custom asp.net membership providerKeltex2009-05-02T00:20:15Z2009-10-30T22:16:18Z
<p>I'm thinking of implementing the <a href="http://www.screwturn.eu/" rel="nofollow">Screwturn Wiki</a> for documenting the administration area of a website. I would like to use the existing custom asp.net membership provider so that access to the wiki is seamless. So it would look something like this:</p>
<ul>
<li><code>http://www.example.com/admin</code> - Existing administrative area</li>
<li><code>http://www.example.com/admin/wiki</code> - Wiki</li>
</ul>
<p>There's a plugin called <a href="http://stcez06.kiwipad.com/Default.aspx?Page=HTTPUserProviderPlugin&AspxAutoDetectCookieSupport=1" rel="nofollow">HTTPUserProvider Plugin</a> which allows you to authenticate on another webserver through a web request, but this seems like kind of a hack.</p>
<p>Anybody have experience with this scenario?</p>
http://stackoverflow.com/questions/813793/screwturn-wiki-and-custom-asp-net-membership-provider/1652607#16526070Answer by Keltex for ScrewTurn wiki and custom asp.net membership providerKeltex2009-10-30T22:16:18Z2009-10-30T22:16:18Z<p>They have one now:</p>
<p><a href="http://www.screwturn.eu/Customize.UsersPluginsV2.ashx#ASPNet%5FMembership%5FUser%5FProvider%5F33" rel="nofollow">http://www.screwturn.eu/Customize.UsersPluginsV2.ashx#ASPNet_Membership_User_Provider_33</a></p>