There are a couple of things you need to look at:
1. When you move up to DC, many directories are locked down tightly. One
that is paramount to ASP.NET is having the ability to write temp files in
the directory "%WINDIR%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files". If this is not read/write to the ASP.NET worker process, you are
fried.
2. Certain types of updates will unlink ASP.NET from IIS. aspnet_regiis /i
works wonders in these cases.
That is what I remember off hand. I noticed Ken and a few others have joined
the fray, so we have a good knowledge base starting.
NOTE: It is not recommended to install .NET apps on a DC.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************
Think Outside the Box!
************************************************
[quoted text, click to view] <whizzrd@hotmail.com> wrote in message
news:OW%23yNqBTEHA.2128@TK2MSFTNGP09.phx.gbl...
> 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.aspx?scid=kb;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
>
>