Sign in | Join
Last post 07-27-2008 10:10 PM by SuperGhost. 6 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
I am trying to install ASP.NET v2.0 on a Windows Server 2003 x64. I did the following:1. Install updates for Windows Server 2003 x64 (incl. .NET Framework v1.1 SP1)2. Set IIS 6 to allow 32 Bit Apps (cscript...).3. Installed the .NET Framework v2.04. Start -> Run -> C.\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -iI get the following message:"Finished installing ASP.NET (2.0.50727). Setup has detected some errors during the operation. For details, please read the setup log file C.\DOCUME~1\ADMINI~1\LOCALS~1\Temp\53\ASPNETSetup_00000.log"I have found the following lines:2006-06-27 23:23:03 Failure Unregistering MimeMap property in IIS metabase: UnregisterMimeMap failed with HRESULT 800cc801: ''2006-06-27 23:23:03 Failure Removing IIS Metabase entries: UnregisterIIS failed with HRESULT 800cc801: ''2006-06-27 23:23:15 Failure Determining if we are running on a domain controller: IsDomainController failed with HRESULT 80070842: 'The Server service is not started. 'Anyone know how to solve this?Thanks,
Olcay
It seems like the ISAPI filter was missing. After adding the ISAPI filter to the list and allowing it to execute, the ASP.NET v2.0 pages worked. But for some reason opening the page for the first time takes a few seconds (~2-5 seconds).Any ideas?
Thanks,Olcay
Open the first page after the cache has timed out will always be longer. It's the nature of ASP.NET releasing the cached page.
Jeff
Yes, but this is taking very long. I think I'll check it once again today... maybe its trying something and times out.Thanks,Olcay
Sorry all - I'm a real newbie,
I have that same problem with the mimemap,
I would like to try what you did - could you please explain which filter you added and how you did it?
Thanks a lot,
Cheers,
Newbie
olcay:It seems like the ISAPI filter was missing. After adding the ISAPI filter to the list and allowing it to execute, the ASP.NET v2.0 pages worked. But for some reason opening the page for the first time takes a few seconds (~2-5 seconds).Any ideas? Thanks,Olcay
Hello,
I am having exactly the same problem. Could you give us more details on how to add the ISAPI filter, and where do we add it? Thanks.
For future visitors...
I had the same "IsDomainController" error and it was resolved by starting the "Server" service.