asp环境检测测试脚本探针:
<%@LANGUAGE=\"JAVASCRIPT\" CODEPAGE=\"65001\"%>
<!doctype html>
<html>
<head>
<meta charset=\"utf-8\">
<title>Hello World</title>
</head>
<body>
<%
Response.Write('<h1>Hello, World</h1>');
Response.Write('<h2>ASP测试成功</h2>');
%>
</body>
</html>