Err Msg: HTTP/1.1 New application failed (210842)



The information in this article applies to:

  • Microsoft Internet Information Server 4.0

This article was previously published under Q210842
We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

SYMPTOMS

When you visit the Microsoft Internet Information Server (IIS) 4.0 Default Web Site (.asp page), the following error message may occur:
HTTP/1.1 New Application Failed

CAUSE

The IUSR account is a domain account. However, this account is not being authenticated correctly against a domain controller.

RESOLUTION

To resolve this problem, follow these steps:
  1. Open the properties of the Default Web Site and choose Directory Security.
  2. Click the Edit button for Authentication.
  3. Click the Edit button for Anonymous and edit the account listed to read "Domain-name\Anonymous."
  4. Disable Password Synchronization.
  5. Manually shut down the MMC to ensure proper writing to the metabase.
  6. Go to a command prompt and issue "net stop iisadmin /y."
  7. At the command prompt, issue "net start w3svc."

Modification Type:MajorLast Reviewed:4/17/2006
Keywords:kbpending kbprb KB210842