酷源CMS网站集群产品交流论坛

首页 » 酷源KYCMS交流区 » 『 KYCMS安装使用区 』 » 测试专题中发现错误,很随机的!
qqyou - 2008-8-17 14:51:00
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File --><configuration>    <system.web>        <customErrors mode="Off"/>    </system.web></configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File --><configuration>    <system.web>        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>    </system.web></configuration>


很随机的,有时可以刷新成功,有时又出现上面的错误,里面只有一个调用加入专题的图片文章的标签!不知道是怎么回事!晕死
乖宝宝 - 2008-8-17 19:19:00
专题模板里有一些 和专题不相干的标签不能使用,用了会报错。
比如  当前栏目数据 这个, 在专题里她就不知道是那个当前。
qqyou - 2008-8-17 22:45:00
老大,我整个模板里只有一个标签啊,没有其它标签的啊
1
查看完整版本: 测试专题中发现错误,很随机的!