1 Star 1 Fork 0

lichunhui / ASP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
web.config 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
lihui0423 提交于 2019-05-29 14:06 . ASP课程设计
<?xml version="1.0"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="sqlcon" connectionString="server=.;database=bookshop1;uid=sa;pwd=123456"/>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
ASP
1
https://gitee.com/lichunhui178/ASP.git
git@gitee.com:lichunhui178/ASP.git
lichunhui178
ASP
ASP
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891