我是经典 asp 部署的新手。我已经在 windows7 的 iis7 上的本地机器上部署了我的经典 asp 项目。
当我从 iis 浏览我的网站时,它会显示主页,但是当我单击页面上的搜索按钮时,该按钮应重定向到search.asp,但该页面未显示,也未显示任何错误。
它显示The website cannot display the page
.
sqlserver版本:2008
我的连接字符串:
MM_mtyadi_STRING.Open "Provider=SQLOLEDB;Data Source=.\SQLEXPRESS;Initial Catalog=MYDB;Integrated Security=True;"
我的html代码是:
<a href="html/search.asp"><img src="images/search.gif" width=351 height=51 border="0">
有什么建议么?