MyBB Community Forums

Full Version: How to integrate forum with ASP.NET website?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a tutorial on how to integrate the forum with existing website written in asp.net? What I would like to achieve is to use the existing website's login and to keep the current user's logged in (on the asp.net side when they are browsing the forum).

Thanks.
O boy ASP.Net with PHP not the best combo. I would suggest cookies. Since MyBB uses cookies you can try to get this COOKIEs that are made during login process of MyBB and request them via ASP.Net. I don't think there is any other way since you are looking into two different coding languages one better then the other in my view. Never liked ASP.Net