Apache支持ASP

作者:greathack
网址:blog.greathack.com
Email:[email protected]
转载请保留作者信息
一、简要说明:
1、安装所用到的软件:
apache_2.0.55-win32-x86-no_ssl.msi
http://archive.apache.org/dist/httpd/binaries/win32/apache_2.0.55-win32-x86-no_ssl.msi
Sun Java System Active Server Pages 4.0
http://www.sun.com/download/products.xml?id=420a8e72
jdk-1_5_0_04-windows-i586-p.exe
http://sdlc3e.sun.com/ECom/EComActionServlet;jsessionid=3A57864E769D189A8EFC1FE401CF9F3C
2、Sun Java System Active Server Pages 4.0说明:Sun Java System Active Server Pages 4.0(以前称为 Sun _disibledevent=>
<head>
<title>Hello World! - Sun One ASP</title>
</head>
<body>
<form>
<div>
<% Response.Write "<h1>Hello World!</h1>"%>
</div>
</form>
</body>
</html>
打开浏览器,在地址栏输入:http://127.0.0.1/HelloWorld.asp
如果正确输出Hello World!
说明你的配置是正确的,现在你可以在Apache中使用ASP了。
Tags: 

延伸阅读

最新评论

发表评论