ASP.NET 1.1不在域控制器上工作 [英] ASP.NET 1.1 not working on Domain Controller

查看:84
本文介绍了ASP.NET 1.1不在域控制器上工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我在将Windows 2000 Server升级到

域控制器后遇到了一些问题。


症状:每个aspx页面都返回空白


HTTP响应头:

HTTP / 1.0 200 OK

服务器:Microsoft-IIS / 5.0

日期:2004年6月7日星期一19:40:50 GMT

X-Powered-By:ASP.NET

连接:关闭

X-AspNet-版本:1.1.4322

缓存控制:私有

内容类型:text / html; charset = utf-8

内容长度:4490

通过打开

命令确认这不是浏览器(IE 6.1)的问题-prompt ant输入以下命令:

telnet 127.0.0.1 80< ENTER>

GET / HTTP / 1.0< ENTER>

< ; ENTER>


已配置< processModel> machine.config中的设置按照
http://支持.microsoft.com / default.aspx?kbid = 317012
http://support.microsoft.com/default...b;en-us;315158

1-尝试过的机器帐户( IWAM_COMPUTERNAME)(默认)

2-尝试使用SYSTEM帐号

3-尝试创建域用户帐户ASPNET (登录为批处理和登录

作为DC策略中的服务权限)

4-尝试制作ASPNET帐户管理员

5-尝试过Aspnet_regiis -i

6-重复步骤1到3

7-尝试重新安装.NET Framework 1.1

8-重复步骤1到3


然而症状仍然存在


预先感谢您的协助

Hi all, I''m having some problems after upgrading a windows 2000 Server to
Domain Controller.

Symptoms: every aspx page returns blank

HTTP Response headers:
HTTP/1.0 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 07 Jun 2004 19:40:50 GMT
X-Powered-By: ASP.NET
Connection: close
X-AspNet-Version: 1.1.4322
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 4490
Confirmed that this is not a problem with browser (IE 6.1) by opening
command-prompt ant typing the following commands:
telnet 127.0.0.1 80<ENTER>
GET / HTTP/1.0 <ENTER>
<ENTER>

Configured <processModel> settings in machine.config as per
http://support.microsoft.com/default.aspx?kbid=317012 and
http://support.microsoft.com/default...b;en-us;315158
1- tried machine account (IWAM_COMPUTERNAME) (default)
2- tried SYSTEM account
3- tried creating domain user account "ASPNET" (with logon as batch & logon
as service permissions in DC Policy)
4- tried making ASPNET account Administrator
5- tried Aspnet_regiis -i
6- repeated steps 1 to 3
7- tried reinstall of .NET Framework 1.1
8- repeated steps 1 to 3

however the symptoms persist

Thanks in advance for your assistance

推荐答案

只是检查你跑了


iisreset?

< wh ***** @ hotmail.com>在消息中写道

新闻:OW **************** @ TK2MSFTNGP09.phx.gbl ...
Just checking that you ran

iisreset ?
<wh*****@hotmail.com> wrote in message
news:OW****************@TK2MSFTNGP09.phx.gbl...
大家好,将Windows 2000 Server升级到域控制器后,我遇到了一些问题。

症状:每个aspx页面都返回空白

HTTP响应头:
HTTP / 1.0 200 OK
服务器:Microsoft-IIS / 5.0
日期:2004年6月7日星期一19:40:50 GMT
X-Powered-By:ASP.NET
连接:关闭
X-AspNet-版本:1.1.4322
缓存控制:私有
内容类型:text / html; charset = utf-8
内容长度:4490

通过打开
命令提示符ant确认这不是浏览器(IE 6.1)的问题,输入以下命令:
telnet 127.0.0.1 80< ENTER>
GET / HTTP / 1.0< ENTER>
< ENTER>

已配置< processModel> machine.config中的设置按照
http://支持.microsoft.com / default.aspx?kbid = 317012
http://support.microsoft.com/default...b;en-us;315158
1-尝试过的机器帐户(IWAM_COMPUTERNAME)(默认)
2-尝试过SYSTEM帐户
3-尝试创建域用户帐户ASPNET (登录为批处理&
登录
作为DC策略中的服务权限)
4-尝试制作ASPNET帐户管理员
5-尝试过Aspnet_regiis -i
6-重复步骤1到3
7-尝试重新安装.NET Framework 1.1
8-重复步骤1到3
然而症状仍然存在

谢谢提前帮助
Hi all, I''m having some problems after upgrading a windows 2000 Server to
Domain Controller.

Symptoms: every aspx page returns blank

HTTP Response headers:
HTTP/1.0 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 07 Jun 2004 19:40:50 GMT
X-Powered-By: ASP.NET
Connection: close
X-AspNet-Version: 1.1.4322
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 4490
Confirmed that this is not a problem with browser (IE 6.1) by opening
command-prompt ant typing the following commands:
telnet 127.0.0.1 80<ENTER>
GET / HTTP/1.0 <ENTER>
<ENTER>

Configured <processModel> settings in machine.config as per
http://support.microsoft.com/default.aspx?kbid=317012 and
http://support.microsoft.com/default...b;en-us;315158
1- tried machine account (IWAM_COMPUTERNAME) (default)
2- tried SYSTEM account
3- tried creating domain user account "ASPNET" (with logon as batch &
logon
as service permissions in DC Policy)
4- tried making ASPNET account Administrator
5- tried Aspnet_regiis -i
6- repeated steps 1 to 3
7- tried reinstall of .NET Framework 1.1
8- repeated steps 1 to 3

however the symptoms persist

Thanks in advance for your assistance






肯,谢谢你的快速回复,

i应该有声明我在更改政策后重新启动了服务器和

processModel设置


仅供参考:我确认经典ASP正在运行


Joris van Lier
Ken, thanks for your quick reply,
i should have stated i rebooted the server after changing Policies and
processModel settings

FYI: I''ve confirmed Classic ASP is working

Joris van Lier


在对各种文件系统位置进行双重检查后,出现以下问题:

i无法访问%windir%/ assembly的权限选项卡


我应该能够在以域名身份登录时重置文件访问权限

管理员?


提前感谢您的协助。
After doublechecking permissions for various filesystem locations the
following problem occurs:
i can''t access the permissions tab for %windir%/assembly

Should i be able to reset File Access permissions when logged on as Domain
Admin?

Thanks in advance for your assistance.


这篇关于ASP.NET 1.1不在域控制器上工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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