ScrewTurn wiki and custom asp.net membership provider - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T11:48:57Z http://stackoverflow.com/feeds/question/813793 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/813793/screwturn-wiki-and-custom-asp-net-membership-provider 1 ScrewTurn wiki and custom asp.net membership provider Keltex 2009-05-02T00:20:15Z 2009-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&amp;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#1652607 0 Answer by Keltex for ScrewTurn wiki and custom asp.net membership provider Keltex 2009-10-30T22:16:18Z 2009-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>