yetanotherforum

Integrating YAF 1.9.5.5 with Azure

旧城冷巷雨未停 提交于 2019-12-25 00:21:56
问题 I have a problem with integrating YAF 1.9.5.5 to azure 'web role'. I successfully added forum to my page and configured config as recommended. <%@ Page MasterPageFile="~/Views/Shared/Site.Master" AutoEventWireup="true" ValidateRequest="false" Inherits="System.Web.Mvc.ViewPage<dynamic>"%> <%@ Register TagPrefix="YAF" Assembly="YAF" Namespace="YAF" %> <asp:Content ID="SupportTitle" ContentPlaceHolderID="TitleContent" runat="server"> Support </asp:Content> <asp:Content ID="SupportContent"

Auto logging in to another ASP.NET Application from main Web Application

蹲街弑〆低调 提交于 2019-12-21 20:43:19
问题 I'm running the latest version of YetAnotherForum in a folder beneath my main WebApplication. The subfolder is configured as an application in IIS and navigating to the folder and logging in works wonderfully. YAF is setup with a membership provider and uses Forms Authentication. What I'm trying to do now is to auto login a user into the forum from the main website. The main website uses custom authentication through sessions and cookies. It doesn't use any of the built in ASP.NET

Auto logging in to another ASP.NET Application from main Web Application

时光总嘲笑我的痴心妄想 提交于 2019-12-04 14:50:37
I'm running the latest version of YetAnotherForum in a folder beneath my main WebApplication. The subfolder is configured as an application in IIS and navigating to the folder and logging in works wonderfully. YAF is setup with a membership provider and uses Forms Authentication. What I'm trying to do now is to auto login a user into the forum from the main website. The main website uses custom authentication through sessions and cookies. It doesn't use any of the built in ASP.NET authentication or membership components. So basically what I want to happen is that when a user click on a link to