configurationerror.htm
来自「用vs2005编网页的入门实例」· HTM 代码 · 共 18 行
HTM
18 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Configuration Error</title>
</head>
<body>
<h1>Adventure Works Database Not Found</h1>
<p>
The Adventure Works database is required to run this sample. It could not be found at the path specified in the
ConnectionStrings section of the web.config file. Please make sure you have this database installed and the path
properly set in the web.config file.
</p>
<p>
You may download the Adventure Works database for SQL Server Express 2005 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2ADBC1A8-AE5C-497D-B584-EAB6719300CD&displaylang=en"> here.</a>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?