由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - can not run ASP by IIS 5.1 in WIN XP (转载)
相关主题
[合集] can not run ASP by IIS 5.1 in WIN XP (转载)MVC is trend?
ASP.NET 怎么跟后端main process通信?请帮忙: 在ASP.NET 中 打开数据库时出现错误
understand ASP.Net 1: ASP vs ASP.Netc# project 防止hacker攻击,大家是用什么framework?
understand ASP .Net 3: why ASP .Net is fasterASP .Net Portal starter kit 怎么结构那么差
用ASP .Net 和Python for .Net做了一个小范例.NET 入门系列(2)--Web Services,XML,SOAP
ASP.Net比ASP倒底好多少?怎么才能说服老板从php move到asp.net阿
ASP web application 问题请教embedded ASP tags?
请教:新手学 ASP, 关于安装 IISrecommended ASP .NET books?
相关话题的讨论汇总
话题: asp话题: iis话题: framework话题: problem话题: aspx
进入DotNet版参与讨论
1 (共1页)
i**p
发帖数: 902
1
【 以下文字转载自 Windows 讨论区 】
发信人: isup (No), 信区: Windows
标 题: can not run ASP by IIS 5.1 in WIN XP
发信站: BBS 未名空间站 (Mon Mar 12 01:56:00 2007)
HTML page is Ok, but APS page does not work.
re-install IIS5.1 several times, no help.
Anyone knows it?
k****i
发帖数: 1072
2
asp or aspx?
If aspx,run aspnet_regiis.exe -i
otherwise map asp extension manualy.

【在 i**p 的大作中提到】
: 【 以下文字转载自 Windows 讨论区 】
: 发信人: isup (No), 信区: Windows
: 标 题: can not run ASP by IIS 5.1 in WIN XP
: 发信站: BBS 未名空间站 (Mon Mar 12 01:56:00 2007)
: HTML page is Ok, but APS page does not work.
: re-install IIS5.1 several times, no help.
: Anyone knows it?

i**p
发帖数: 902
3
I google it, but it seems for IIS 6.0 and ASP.NET.
It is ASP problem for me. Should I follow the same procedure as below?
When ASP.NET is installed through the Add or Remove Programs item in Control
Panel, or the Configure Your Server wizard, ASP.NET is enabled in the Web
Service Extensions by default. However, if it is installed through Microsoft
Visual Studio .NET, Windows Update, or the .NET Framework redistributable
package (Dotnetfx.exe), ASP.NET is disabled by default.
To manage items in t
k****i
发帖数: 1072
4
No.
Open IIS Manager,expand local computer, click on your website,right click,
choose property,click "Home Directory",click configuration,if asp mapping is
not correctly set, map it to C:\WINDOWS\system32\inetsrv\asp.dll.
Make sure you don't have any isapi filter that block the asp extension like
urlscan

Control
Microsoft

【在 i**p 的大作中提到】
: I google it, but it seems for IIS 6.0 and ASP.NET.
: It is ASP problem for me. Should I follow the same procedure as below?
: When ASP.NET is installed through the Add or Remove Programs item in Control
: Panel, or the Configure Your Server wizard, ASP.NET is enabled in the Web
: Service Extensions by default. However, if it is installed through Microsoft
: Visual Studio .NET, Windows Update, or the .NET Framework redistributable
: package (Dotnetfx.exe), ASP.NET is disabled by default.
: To manage items in t

O*****c
发帖数: 171
5

did so, but it didn't help

【在 k****i 的大作中提到】
: asp or aspx?
: If aspx,run aspnet_regiis.exe -i
: otherwise map asp extension manualy.

O*****c
发帖数: 171
6
shall i start or stop anything before doing this ?

【在 O*****c 的大作中提到】
:
: did so, but it didn't help

k****i
发帖数: 1072
7
try restart www service.
Check if you have any isapi filter installed that would block the asp file.
Check what your iis log said.

【在 O*****c 的大作中提到】
: shall i start or stop anything before doing this ?
k****i
发帖数: 1072
8
Wait a minute, you said it's asp problem but not aspx,right?
You don't need to run aspnet_regiis.exe if it's asp problem but it doesn't
hurt.
You need to manually add the mapping for asp

did so, but it didn't help

【在 O*****c 的大作中提到】
: shall i start or stop anything before doing this ?
O*****c
发帖数: 171
9
it IS aspx

【在 k****i 的大作中提到】
: Wait a minute, you said it's asp problem but not aspx,right?
: You don't need to run aspnet_regiis.exe if it's asp problem but it doesn't
: hurt.
: You need to manually add the mapping for asp
:
: did so, but it didn't help

O*****c
发帖数: 171
10
yeah, a fpexedll.dll

【在 k****i 的大作中提到】
: try restart www service.
: Check if you have any isapi filter installed that would block the asp file.
: Check what your iis log said.

相关主题
ASP.Net比ASP倒底好多少?MVC is trend?
ASP web application 问题请教请帮忙: 在ASP.NET 中 打开数据库时出现错误
请教:新手学 ASP, 关于安装 IISc# project 防止hacker攻击,大家是用什么framework?
进入DotNet版参与讨论
k****i
发帖数: 1072
11
ft.
So what is your mapping for aspx extension in IIS?
What .net frameworks do you have on your server?

【在 O*****c 的大作中提到】
: it IS aspx
O*****c
发帖数: 171
12

this ?
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
ASP.NET 2.0.50727

【在 k****i 的大作中提到】
: ft.
: So what is your mapping for aspx extension in IIS?
: What .net frameworks do you have on your server?

k****i
发帖数: 1072
13
Looks good.
What did your iis log say.

【在 O*****c 的大作中提到】
:
: this ?
: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
: ASP.NET 2.0.50727

i**p
发帖数: 902
14
You have 2 customers here. I have problem for ASP, Oldmanc has problem for
ASPX.
I will try what you said tonight. Thanks!

【在 k****i 的大作中提到】
: Wait a minute, you said it's asp problem but not aspx,right?
: You don't need to run aspnet_regiis.exe if it's asp problem but it doesn't
: hurt.
: You need to manually add the mapping for asp
:
: did so, but it didn't help

c**t
发帖数: 2744
15
it's easier to do it via sharing your desktop... It must be some simple
thing
you have ignored.

【在 i**p 的大作中提到】
: You have 2 customers here. I have problem for ASP, Oldmanc has problem for
: ASPX.
: I will try what you said tonight. Thanks!

D*****n
发帖数: 363
16
Did you enable the annoymous access? What error code did you get
when you try to access it?

【在 O*****c 的大作中提到】
:
: this ?
: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
: ASP.NET 2.0.50727

O*****c
发帖数: 171
17
yes,
error message
The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_
SERVERFAULT)) Please contact web administrator immediately...
it has be working well all along until today this happened, the only thing I
've done is downloaded the y2k7 patch and installed it the day before
yesterday

【在 D*****n 的大作中提到】
: Did you enable the annoymous access? What error code did you get
: when you try to access it?

k****i
发帖数: 1072
18
Does the asp.net app call any unmanaged dll/com object?

I

【在 O*****c 的大作中提到】
: yes,
: error message
: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_
: SERVERFAULT)) Please contact web administrator immediately...
: it has be working well all along until today this happened, the only thing I
: 've done is downloaded the y2k7 patch and installed it the day before
: yesterday

O*****c
发帖数: 171
19
It does,
the problem is, it had been working well until I downloaded and installed
the stupid MS y2k3 patch

【在 k****i 的大作中提到】
: Does the asp.net app call any unmanaged dll/com object?
:
: I

s**p
发帖数: 518
20
The problem is .Net Framwork. What you should do is uninstall .net Framework
1.1 (I take u are using 1.1, not 1.0) and hot fix. Install IIS (actually I
found this problem won't happen if you are using XP edition that comes with
IIS, like professional, since the IIS is pre-installed before .Net Framework
). Then install .net framework. Although there are people on the internet
suggesting just register .Net framework, it didn't work for me. I found
uninstall and reinstall was the only way. Good l

【在 i**p 的大作中提到】
: You have 2 customers here. I have problem for ASP, Oldmanc has problem for
: ASPX.
: I will try what you said tonight. Thanks!

相关主题
ASP .Net Portal starter kit 怎么结构那么差embedded ASP tags?
.NET 入门系列(2)--Web Services,XML,SOAPrecommended ASP .NET books?
怎么才能说服老板从php move到asp.net阿关于AppSettings Object in ASP .Net
进入DotNet版参与讨论
c**t
发帖数: 2744
21
usaully your approach is the best solution..

Framework
I
with
Framework

【在 s**p 的大作中提到】
: The problem is .Net Framwork. What you should do is uninstall .net Framework
: 1.1 (I take u are using 1.1, not 1.0) and hot fix. Install IIS (actually I
: found this problem won't happen if you are using XP edition that comes with
: IIS, like professional, since the IIS is pre-installed before .Net Framework
: ). Then install .net framework. Although there are people on the internet
: suggesting just register .Net framework, it didn't work for me. I found
: uninstall and reinstall was the only way. Good l

k****i
发帖数: 1072
22
It looks like a security problem.
Give full trust to it temporarily and see what happens.

【在 O*****c 的大作中提到】
: It does,
: the problem is, it had been working well until I downloaded and installed
: the stupid MS y2k3 patch

y********o
发帖数: 2565
23
OK, I've read a little bit of this thread.
We had the same problem last summer, when we installed .net 2.0. Our web
application was written years ago in classic asp (which is lousy, and I have
to comb through it once in a while to debug problems, pain in the butt).
All of a sudden, all asp pages stopped working, but aspx pages worked fine.
My colleague John Doe spent a few days shooting this problem, and finally
solved the problem by following this technical article:
http://support.microsoft.co
O*****c
发帖数: 171
24
Thank all of you guys. I moved the website to a temporary server and it
worked , without knowing why. Why MS has to work out such a large chaotic
swarm of little gadgets? driving me crazy
i**p
发帖数: 902
25
Ok, Here is my story. Mine is ASP, not ASPX.
I checked the computer following kongzi's suggestion below. The mapping is
there.
How can I make it sure no isapi filer which blocks the asp extension?

is
like

【在 k****i 的大作中提到】
: No.
: Open IIS Manager,expand local computer, click on your website,right click,
: choose property,click "Home Directory",click configuration,if asp mapping is
: not correctly set, map it to C:\WINDOWS\system32\inetsrv\asp.dll.
: Make sure you don't have any isapi filter that block the asp extension like
: urlscan
:
: Control
: Microsoft

i**p
发帖数: 902
26
My problem is ASP, not ASPX.
Thanks! I tried swap's suggestion below. No help either.

Framework
I
with
Framework

【在 s**p 的大作中提到】
: The problem is .Net Framwork. What you should do is uninstall .net Framework
: 1.1 (I take u are using 1.1, not 1.0) and hot fix. Install IIS (actually I
: found this problem won't happen if you are using XP edition that comes with
: IIS, like professional, since the IIS is pre-installed before .Net Framework
: ). Then install .net framework. Although there are people on the internet
: suggesting just register .Net framework, it didn't work for me. I found
: uninstall and reinstall was the only way. Good l

i**p
发帖数: 902
27
Thanks. My problem is ASP with IIS5.1. Anyway, I will try the sugestion this
weekend.

have
.

【在 y********o 的大作中提到】
: OK, I've read a little bit of this thread.
: We had the same problem last summer, when we installed .net 2.0. Our web
: application was written years ago in classic asp (which is lousy, and I have
: to comb through it once in a while to debug problems, pain in the butt).
: All of a sudden, all asp pages stopped working, but aspx pages worked fine.
: My colleague John Doe spent a few days shooting this problem, and finally
: solved the problem by following this technical article:
: http://support.microsoft.co

i**p
发帖数: 902
28
One question to this post.
"All of a sudden, all asp pages stopped working,..."
Did you find the reason that "suddenly not work"? Did somebody remove users
IUSR_MARIANA and IWAM_MARIANA from users group?

have
.

【在 y********o 的大作中提到】
: OK, I've read a little bit of this thread.
: We had the same problem last summer, when we installed .net 2.0. Our web
: application was written years ago in classic asp (which is lousy, and I have
: to comb through it once in a while to debug problems, pain in the butt).
: All of a sudden, all asp pages stopped working, but aspx pages worked fine.
: My colleague John Doe spent a few days shooting this problem, and finally
: solved the problem by following this technical article:
: http://support.microsoft.co

i**p
发帖数: 902
29
Here is what I did, but it does not work.
I Go to "Groups", then double click "Users", click "Add", Nothing in upper
box. I can't find "IUSER_xxx" and "IWAM_xxx" in the upper box,
Click "advance" add "IUSER_xxx" and "IWAM_xxx" to there.
But I restar computer. ASP don't work.
this win xp professional with IIS 5.1.

have
.

【在 y********o 的大作中提到】
: OK, I've read a little bit of this thread.
: We had the same problem last summer, when we installed .net 2.0. Our web
: application was written years ago in classic asp (which is lousy, and I have
: to comb through it once in a while to debug problems, pain in the butt).
: All of a sudden, all asp pages stopped working, but aspx pages worked fine.
: My colleague John Doe spent a few days shooting this problem, and finally
: solved the problem by following this technical article:
: http://support.microsoft.co

y********o
发帖数: 2565
30
I don't know about that. I guess those were not there from the beginning.

users

【在 i**p 的大作中提到】
: One question to this post.
: "All of a sudden, all asp pages stopped working,..."
: Did you find the reason that "suddenly not work"? Did somebody remove users
: IUSR_MARIANA and IWAM_MARIANA from users group?
:
: have
: .

1 (共1页)
进入DotNet版参与讨论
相关主题
recommended ASP .NET books?用ASP .Net 和Python for .Net做了一个小范例
关于AppSettings Object in ASP .NetASP.Net比ASP倒底好多少?
ASP helpASP web application 问题请教
Time Zone 时间请教:新手学 ASP, 关于安装 IIS
[合集] can not run ASP by IIS 5.1 in WIN XP (转载)MVC is trend?
ASP.NET 怎么跟后端main process通信?请帮忙: 在ASP.NET 中 打开数据库时出现错误
understand ASP.Net 1: ASP vs ASP.Netc# project 防止hacker攻击,大家是用什么framework?
understand ASP .Net 3: why ASP .Net is fasterASP .Net Portal starter kit 怎么结构那么差
相关话题的讨论汇总
话题: asp话题: iis话题: framework话题: problem话题: aspx