Excel Server Home

Windows 2000 Advanced server域控制器

Windows 2000 Advanced server域控制器中需要注意事项

1.在dotnet域用户,属于administrators组。

2.在安装windows 2000 Advanced server的硬盘中的 \WINNT\Microsoft.NET\Framework\v1.0.3705\CONFIG\

打开machine.config

找到:

 <processModel
enable="true"
timeout="Infinite"
idleTimeout="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="60"
webGarden="false"
cpuMask="0xffffffff"
userName="machine"
password="AutoGenerate"
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseRestartDeadlockInterval="00:09:00"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="25"
maxIoThreads="25"
/>

userName="machine"
password="AutoGenerate"

改为:

userName="dotnet"
password为“dotnet”的口令。

例如

password="errt222"