产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

留言生成静态错误 [复制链接]

1#
生成留言静态时候出现下面错误提示

http://www.nmak.net0/index.aspx?lanmuid=78&sublanmuid=685&id=4读取错误:System.Net.WebException: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse() at PageAdmin.Build_Html.Build_Detail(String SiteDir, String StaticDir, String StaticFile, String LanmuId, String SubLanmuId, String Id) at ASP.e_ygsunbeam_build_static_aspx.Build_Detail()
分享 转发
TOP
2#

http://www.nmak.net/index.aspx?lanmuid=78&sublanmuid=685&id=4

模型里面代码错误,把模型中 <%=Get_SortName("letter",int.Parse(dr["sort_id"].ToString()),"_blank")%>改为:<%=Sort_Name(int.Parse(dr["sort_id"].ToString()))%>
TOP
发新话题 回复该主题