Windows XP,IIS 5.1,ASP页面未加载 [英] Windows XP, IIS 5.1, ASP pages not loading

查看:109
本文介绍了Windows XP,IIS 5.1,ASP页面未加载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行带有所有更新的Windows XP SP2


我正在运行带有所有更新的IIS 5.1


我配置了IIS所有这些和使用虚拟目录:

脚本源访问

阅读



目录浏览

日志访问

索引此资源

我对脚本和可执行文件执行权限

我有应用程序保护中等


我可以在IE 6中显示HTML页面而不是ASP页面


我已经研究过互联网并且没有找到解决方案。我很感激一些帮助。

I am running Windows XP SP2 with all the updates

I am running IIS 5.1 with all the updates

I configured IIS with all of these on and using virtual directory:
Script source access
Read
Write
Directory Browsing
Log visits
Index this resource

I have Execute Permissions to Scripts and Executable
I have Application Protection to Medium

I can display HTML pages in IE 6 but not ASP pages

I have researched the internet and have not found a solution. I appreciate some help.

推荐答案

你得到了什么错误?你在运行localhost吗?两个文件都在根目录中吗?
What error do you get? Are you running them localhost? Are both files in the root directory?


我没有收到任何错误消息,我只有一个空白页面。我在localhost上运行这些页面。


文件位于wwwroot下的子目录中,我创建了一个虚拟目录。


我在哪里可以找到IIS的日志文件我可以在那里检查是否有任何错误信息?


我要加载的第一件事是:


<%@ LANGUAGE = VBscript%> ;


< HTML>

< HEAD>

< TITLE> Allied Insurance Company(MAIN000)< / TITLE>

< base = _blank>< / base = _blank>

< LINK HREF =" standard.css" REL = QUOT;样式表" TYPE =" text / css">

< / HEAD>

< body>

< FRAMESET ROWS =" 20%,70%,10%" BORDERCOLOR = BLUE>

<! - 显示公司名称&地址 - >

< FRAME SRC =" main001.asp" NAME = Top SCROLLING = NO MARGINHEIGHT = 0 NORESIZE target =" Top">

<! - 显示主菜单HyperLinks - >

< FRAME SRC =" main002.asp" NAME =中间滚动=没有MARGINHEIGHT = 0 NORESIZE target =" Middle"

<! - 显示公司电子邮件信息 - >

< ; FRAME SRC =" main003.asp" NAME =底部MARGINHEIGHT = 0 target =" Bottom">

< / FRAMESET>

< / body>

< / HTML>


这是ASP文件中的所有HTML脚本。加载的其他项目都是HTML数据。
I do not get any error message, I just have a blank page. I am running the pages at localhost.

The files are in a subdirectory under wwwroot and I have created a virtual directory.

Where do I find the log files for IIS so I can check there for any error message?

The first thing I am loading is:

<%@ LANGUAGE=VBscript %>

<HTML>
<HEAD>
<TITLE>Allied Insurance Company (MAIN000)</TITLE>
<base=_blank></base=_blank>
<LINK HREF="standard.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<body>
<FRAMESET ROWS="20%,70%,10%" BORDERCOLOR=BLUE>
<!-- Display Company Name & Address -->
<FRAME SRC="main001.asp" NAME=Top SCROLLING=NO MARGINHEIGHT=0 NORESIZE target="Top">
<!-- Display Main Menu HyperLinks -->
<FRAME SRC="main002.asp" NAME=Middle SCROLLING=NO MARGINHEIGHT=0 NORESIZE target="Middle">
<!-- Display Company e-Mail Information -->
<FRAME SRC="main003.asp" NAME=Bottom MARGINHEIGHT=0 target="Bottom">
</FRAMESET>
</body>
</HTML>

which is all HTML scripting in an ASP file. The other items loading are all HTML data.


这是我的日志文件中的内容:


#Fields:time c-ip cs-方法cs-uri-stem sc-status

00:00:53 127.0.0.1 GET /cmps350/main000.asp 200

00:00:53 127.0.0.1 GET /cmps350/standard.css 404

00:01:04 127.0.0.1 GET /iisstart.asp 302

00:01:04 127.0.0.1 GET /localstart.asp 401

00:01:04 127.0.0.1 GET /localstart.asp 200

00:01:04 127.0.0.1 GET /warning.gif 403

00:01:04 127.0.0.1 GET /web.gif 403

00:01:04 127.0.0.1 GET /winXP.gif 403

00:01 :04 127.0.0.1 GET /mmc.gif 403

00:01:04 127.0.0.1 GET /help.gif 403
$ b $ 00 00:01:04 127.0.0.1 GET /print.gif 403

00:01:17 127.0.0.1 GET /cmps350/standard.css 404

00:01:30 127.0.0.1 GET / cmps350 / default .htm 200

00:01:30 127.0.0.1 GET /cmps350/main000.asp 200

00:01:30 127.0.0.1 GET /cmps350/standard.css 404

00:03:2 1 127.0.0.1 GET /Default.htm 403

00:03:36 127.0.0.1 GET /Default.htm 403

00:11:09 127.0.0.1 GET / cmps350 / default.htm 200

00:11:09 127.0.0.1 GET /cmps350/db/main000.asp 404

00:11:25 127.0.0.1 GET / cmps350 / Default.htm 200

00:11:25 127.0.0.1 GET /cmps350/db/main000.asp 404

00:12:07 127.0.0.1 GET / cmps350 / Default.htm 200

00:12:07 127.0.0.1 GET /cmps350/main000.asp 200

00:12:07 127.0.0.1 GET / cmps350 / standard.css 404
This is what is in my log file:

#Fields: time c-ip cs-method cs-uri-stem sc-status
00:00:53 127.0.0.1 GET /cmps350/main000.asp 200
00:00:53 127.0.0.1 GET /cmps350/standard.css 404
00:01:04 127.0.0.1 GET /iisstart.asp 302
00:01:04 127.0.0.1 GET /localstart.asp 401
00:01:04 127.0.0.1 GET /localstart.asp 200
00:01:04 127.0.0.1 GET /warning.gif 403
00:01:04 127.0.0.1 GET /web.gif 403
00:01:04 127.0.0.1 GET /winXP.gif 403
00:01:04 127.0.0.1 GET /mmc.gif 403
00:01:04 127.0.0.1 GET /help.gif 403
00:01:04 127.0.0.1 GET /print.gif 403
00:01:17 127.0.0.1 GET /cmps350/standard.css 404
00:01:30 127.0.0.1 GET /cmps350/default.htm 200
00:01:30 127.0.0.1 GET /cmps350/main000.asp 200
00:01:30 127.0.0.1 GET /cmps350/standard.css 404
00:03:21 127.0.0.1 GET /Default.htm 403
00:03:36 127.0.0.1 GET /Default.htm 403
00:11:09 127.0.0.1 GET /cmps350/default.htm 200
00:11:09 127.0.0.1 GET /cmps350/db/main000.asp 404
00:11:25 127.0.0.1 GET /cmps350/Default.htm 200
00:11:25 127.0.0.1 GET /cmps350/db/main000.asp 404
00:12:07 127.0.0.1 GET /cmps350/Default.htm 200
00:12:07 127.0.0.1 GET /cmps350/main000.asp 200
00:12:07 127.0.0.1 GET /cmps350/standard.css 404


这篇关于Windows XP,IIS 5.1,ASP页面未加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆