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.

16 lines
620 B

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.

<?xml version="1.0" standalone="yes"?>
<configuration>
<appSettings>
<add key="留言簿名称" value="森林留言簿"/>
<add key="数据库" value="book/book.mdb"/>
<add key="公告栏" value="森林的第一个ASP.NET留言板测试中有什么问题和建议请与我联系。"/>
<add key="信箱" value="ttotnet@163.com"/>
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>