Integrating YAF 1.9.5.5 with Azure
问题 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"