【发布时间】:2013-10-27 02:48:08
【问题描述】:
有点基础,但我尝试了一些方法来解决以下错误,但无法得到正确的解决方案。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form method="post">
<input type="text" name="query1"></input>
<input type="text" name="query2"></input>
<input type="submit"></input>
</form>
</body>
</html>
运行时出错: HTTP 错误 405.0 - 方法不允许 您正在查找的页面无法显示,因为正在使用无效的方法(HTTP 动词)。
在 IIS 的映射中,我添加了 POST 方法,但它不起作用! 请提出建议!
【问题讨论】:
标签: html