将YAF 1.9.5.5与Azure集成 [英] Integrating YAF 1.9.5.5 with Azure

查看:93
本文介绍了将YAF 1.9.5.5与Azure集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在将YAF 1.9.5.5集成到天蓝色的网络角色"时遇到问题.

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

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

当我运行网络角色"时,成功显示了论坛,但所有操作均不起作用. 例如,当我单击可折叠,新主题,帖子回复"按钮时,我没有任何结果,只是刷新页面

When I run 'web role' the forum successfully displayed, but all actions is not working. For example when I click "collapsible , new topic, post response" buttons I have no result, just refreshes page

有人可以帮我吗?

最诚挚的问候, 斯蒂芬.

Best regards, Stepan.

推荐答案

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

Out-of-box yaf.net doesn't support SQL Azure.

遵循此详细指南,了解如何

Follow this detailed guide on how to install yaf.net on Windows Azure in my blog.

这篇关于将YAF 1.9.5.5与Azure集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆