有点 IIS 新手,所以这里是:我正在尝试从 iis 7.5 运行一个网站:
boerekneiter.com 文件夹包含文件 boerekneiter.htm
html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>hi there</title>
</head>
<body>
this is the body
</body>
</html>
不幸的是,当我访问http://www.boerekneiter.com:8000/时, chrome 说:
Oops! Google Chrome could not find www.boerekneiter.com:8000
我怎样才能解决这个问题?我需要安装额外的过滤器或组件吗?
这是我在 IIS 中拥有的唯一网站: