ASP.NET 1.1 not working on Domain Controller
whizzrd_at_hotmail.com
Date: 06/07/04
- Next message: David Kenneally: "File Upload from within datalist"
- Previous message: Scott M.: "Re: It's ASP.NET, not ASP!"
- Next in thread: Ken Cox [Microsoft MVP]: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Ken Cox [Microsoft MVP]: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "FU: ASP.NET 1.1 not working on Domain Controller"
- Reply: Trevor Benedict R: "RE: ASP.NET 1.1 not working on Domain Controller"
- Reply: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: John: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "FIX: ASP.NET 1.1 not working on Domain Controller"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Jun 2004 22:02:55 +0200
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
- Next message: David Kenneally: "File Upload from within datalist"
- Previous message: Scott M.: "Re: It's ASP.NET, not ASP!"
- Next in thread: Ken Cox [Microsoft MVP]: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Ken Cox [Microsoft MVP]: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "FU: ASP.NET 1.1 not working on Domain Controller"
- Reply: Trevor Benedict R: "RE: ASP.NET 1.1 not working on Domain Controller"
- Reply: Cowboy \(Gregory A. Beamer\) [MVP]: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: John: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "Re: ASP.NET 1.1 not working on Domain Controller"
- Reply: Joris van Lier: "FIX: ASP.NET 1.1 not working on Domain Controller"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|