gpt4 book ai didi

html - 无法运行 asp 文件。而是被提示下载所说的 asp 文件

转载 作者:可可西里 更新时间:2023-11-01 14:55:07 25 4
gpt4 key购买 nike

目前,我的 html 代码有一个输入名字和姓氏的表单。我已将输入类型设置为 submit 并将 action 属性设置为 asp 文件。但是,当我单击提交按钮时,我的浏览器会显示一个对话框,询问我是否要下载上述 asp 文件。

这是html代码:

<!DOCTYPE html>
<html>
<body>

<form action="test1.asp" method="get">
First Name: <input type="text" name="firstname" /><br />
Last Name: <input type="text" name="lastname" /><br />
<input type="submit" value="Add Customer" />
</form>

</body>
</html>

我已经研究过提交表单,但我的表单代码看起来几乎和这个网站上的代码一模一样:http://www.w3schools.com/html/html_forms.asp

我也看到了一个与我遇到的问题类似的问题:

ASP : File download of ASP page comes instead of executing it

但是,在那种情况下,asp 文件正在自己执行,而我试图通过 html 表单执行 asp 文件。

一如既往,我们非常感谢您的帮助。

最佳答案

IIS 7.0 和 IIS 7.5 默认不安装经典 ASP,请参阅 herehere如果您遇到这种情况,请查看如何启用它。

从这些链接复制:

In IIS 7.0 and 7.5, the classic version of ASP is not installed by default. Because of this, you might see HTTP 404 errors when you try to browse to an ASP page on your server, or you might see the source code for your ASP page displayed in your browser window. Both of these error conditions are created when configuration settings that are used to define the environment for classic ASP are not installed.

希望这对您有所帮助。

关于html - 无法运行 asp 文件。而是被提示下载所说的 asp 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11159358/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com