我正在尝试在现有的MVC网站中使用N2CMS。问题是,当我浏览dhasboard(http://localhost:64826/N2/
)时,我得到了一些与Tilde的菜单链接。
e.g. This is the ink for "templates"
http://localhost:64826/N2/~/N2/Content/Templates/Default.aspx?selected=/start/&item=2
以下是问题的图片:http://postimg.org/image/7xaup0idz/
知道如何让这些链接正常工作吗?
答案 0 :(得分:1)
我必须下载源代码并在N2.Web.Url.cs中更改方法“ToAbsolute(string applicationPath,string path)”。