xml+asp.net(vb)的多用户留言板,欢迎学习xml的同志们多提意见

dbx 2003-11-07 01:38:26
同上。。
欢迎提出宝贵意见,有不明之处,请跟帖。


地址:http://www.yczb.com/hall/hall/guestbook/

下载地址:http://www.yczb.com/hall/hall/guestbook/downguestbook.rar


多谢啦


用户:genson
密码:1
请不要将所有数据删除

...全文
32 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
lysing 2003-11-07
  • 打赏
  • 举报
回复
Server Error in '/hall/hall/guestbook' 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>
好象不是很好使,这个给你参考
http://www.cranesnet.com/site/xbbs/xbbs.rar
colee 2003-11-07
  • 打赏
  • 举报
回复
可以,但没有回复等其他功能

8,906

社区成员

发帖
与我相关
我的任务
社区描述
XML/XSL相关问题讨论专区
社区管理员
  • XML/XSL社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧