[求助]初学ASP,安装IIS后测试ASP文件不成功的问题
小弟初学ASP,系统是WIN XP Professional 版本2002 ,sp2(盗版)
通过XP安装盘安装了IIS5.1,开始测试。
【1】在C:\Inetpub\wwwroot 目录内新建 test.txt 文件,写入:
<p>This page was created at <b>
<%= now() %>
</b> on the computer running ASP.</p>
更改文件名为 test.asp。
【2】在浏览器(我一般用腾讯TT)的地址栏里输入 http://localhost/test.asp ,结果显示
HTTP 500 内部服务器错误
无法显示网页
【3】查看有关资料后,在Internet选项-高级 选项中把“显示友好HTTP错误信息”前面的钩去掉,重新输入 http://localhost/test.asp ,结果显示
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
【4】检查IIS配置,设置如下:
之后重启IIS(按停止[黑方块]后马上按开始[黑三角]),重新输入http://localhost/test.asp ,结果显示跟【3】的结果一样。
【5】重新安装IIS,结果同上。
另外做了一些测试,结果如下:
『1』将test.asp更名为test.htm,输入http://localhost/test.htm,结果显示:
This page was created at on the computer running ASP
只显示文字,没有显示时间。
『2』直接右键点击test.asp-打开方式-腾讯TT,结果在TT内弹出一个“文件下载-安全警告”的窗口,如下
点击“打开”后,重新弹出一个一样的安全警告窗口。
『3』看了些文章,照下面做了:
1。右键点击“我的电脑”-管理-本地用户和组-用户,给IUSR_机器名和IWAM_机器名两个用户设置密码,要一样。
2。开始--运行--打cmd,
然后cd C:\Inetpub\AdminScripts
然后cscript.exe adsutil.vbs set w3svc/wamuserpass 你的密码,
然后cscript.exe adsutil.vbs set w3svc/anonymoususerpass 你的密码
看一下,行了没有?如果还不行,那么
cscript.exe synciwam.vbs -v,
然后iisreset
结果跟【3】的结果一样,都显示Server Application Error。
之后将来宾帐户和IIS启动帐户都删除,然后重装IIS,也不行,显示Server Application Error
想学学ASP,结果刚起个头,安装了IIS就出问题了,连asp的语法都还没去看。已经被这问题折腾两天了,请各位大大一定要帮帮忙解决啊。
[此贴子已经被作者于2006-6-24 20:08:09编辑过]