The attached example shows how to integrate InstantForum into a simple ASP.NET Web Forms web site using ASP.NET forms authentication. This example uses the ASP.NET Web Forms project template with basic account management available when you go to File / New Project within Visual Studio.
You can download the example both web forms and MVC below.
Within this example the only files we have modified to achieve a single sign on experience are...
- Account/Register.aspx.cs
- Account/Login.aspx.cs
- Web.config​