下载了YAF v1.94的代码,编译时 YAF.Class.UI  BBCode里面的ReplaceRules.cs有一句有错,因为这个文件不是用utf8保存,会有错,改成下面这句,然后按utf8保存,再编译

    private string _replaceFormat = "÷ñÒ{1}êÖ{0}õæ÷"; 

然后在YetAnotherForum.NET\webconfigs目录下把recommended-NET-web.config拷贝到上级目录,改名成web.config

 

然后运行http://localhost(论坛网站地址)/install/

 

相关文章:

  • 2021-05-07
  • 2021-06-02
  • 2022-01-08
  • 2021-08-05
  • 2021-12-16
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2021-03-31
  • 2021-09-13
  • 2021-10-03
  • 2021-12-23
  • 2021-10-19
相关资源
相似解决方案