【问题标题】:Integrating YAF 1.9.5.5 with Azure将 YAF 1.9.5.5 与 Azure 集成
【发布时间】:2012-06-12 13:38:21
【问题描述】:

我在将 YAF 1.9.5.5 集成到天蓝色“网络角色”时遇到问题。

我成功地将论坛添加到我的页面并按照建议配置了配置。

  <%@ 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" ContentPlaceHolderID="MainContent" runat="server">

<form id="form1" runat="server" enctype="multipart/form-data">
<YAF:Forum runat="server" ID="forum" BoardID="1" />
</form>
</asp:Content>

当我运行“网络角色”时,论坛成功显示,但所有操作均无效。 例如,当我单击“可折叠、新主题、发布响应”按钮时,我没有结果,只是刷新页面

谁能帮我解决这个问题?

最好的问候, 斯捷潘。

【问题讨论】:

    标签: asp.net-mvc azure azure-web-roles yetanotherforum yaf


    【解决方案1】:

    现成的 yaf.net 不支持 SQL Azure。

    请按照我的博客中有关如何install yaf.net on Windows Azure 的详细指南进行操作。

    【讨论】:

      【解决方案2】:

      听起来脚本文件没有正确下载或类似的东西。您是否查看过下载的 html 以查看它是否正确?也许可以将您的网站与另一个 YAF 网站进行比较,看看缺少什么。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-09-18
        • 1970-01-01
        • 1970-01-01
        • 2019-06-28
        • 2022-01-03
        相关资源
        最近更新 更多