我试图在现有的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/
知道如何让这些链接正常工作吗?
发布于 2013-09-19 23:46:27
我不得不下载源代码并在ToAbsolute( string applicationPath,string path)中更改方法“N2.Web.Url.cs”。
https://stackoverflow.com/questions/18885794
复制相似问题