Integrating freely available Asp.Net forum with a Asp.net web app on a MySQL DB -


we have finished delivering (large-ish) asp.net 3.5 web application project uses mysql database.

we have used mysql membership provider along subsonic 2.2 finish project in.

however, client wants forum go along website - such when user signs our site, id created on forum.

(it not necessary login session transfer forum - user have re-login when tries access forum - credentials need created forum side also)

instead of building forum, looking port existing solution , bind membership creation process. however, forums (yaf.net, etc) on ms-sql database causing issue.

at best (last option), sql express server installed yaf. wanted see other alternatives there , whether somehow use existing mysql database our stuff done. guys have done if in similar situation?

any / pointing-in-a-direction appreciated.

thanks.

  • saurabh

ps: forum can simplest forum there can be. more of discussion board.

you can try nearforums. built asp.net mvc , uses mssql or mysql db (mysql 5 or above, mysql scripts delivered latest release). authorization provider, nearforums uses facebook connect or twitter (through oauth) sign users in, not need of users should have fb or twitter account. in next release (available in next couple of weeks), enable single sign-on site using close openid site (that configure).

disclaimer: i'm developer open source project nearforums.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -