You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SimpleNews/51Aspx源码必读.txt

44 lines
1.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

51ASPX简单入门新闻系统(ASP.NET2.0+ACCESS)
一、源码描述
环境VS2022 Access
二、功能介绍
一个采用Asp.net2.0+AccessVS2022也可用开发的简单新闻发布系统适合新手操练用
后台有新闻的管理功能,新闻的编辑采用了网页编辑器
/news.aspx为新闻首页
/admin_m/login.aspx为后台管理登陆页默认登陆帐号密码为51aspx
51aspx特别提示该系统采用了地址随机加密如果不需要该功能请在web.config中设置cookieless="false"
三、注意事项
1、在项目App_Code\access.cs修改数据库连接字符串。
2、管理员账号与密码51aspx 51aspx 。
3、ctrl+F5运行即可。
作者: 随风
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/SimpleNews
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help