Common reasons IIS Server returns "HTTP 404 - File not found" error (248033)
The information in this article applies to:
- Microsoft Internet Information Server 1.0
- Microsoft Internet Information Server 2.0
- Microsoft Internet Information Server 3.0
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Services 5.0
- Microsoft Internet Information Services version 6.0
This article was previously published under Q248033 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: Important This article is written for Internet Information Services (IIS) administrators. If you are not an IIS administrator, but you want to understand what this error message means when you see it in your Web browser, click the following article number to view the article in the Microsoft Knowledge Base: 264284 What to do when you receive "The page cannot be found" error message in your browser
SYMPTOMS When a Web page is requested, you receive the following error message
at the top of the Web browser: The page
cannot be found The page you are looking for might have been removed, had
its name changed, or is temporarily unavailable. You receive the following error
message further down on the Web page:
HTTP 404 - File not found Internet Information Services
CAUSE The Web server returns the "HTTP 404 - File not found"
error message when it cannot retrieve the page that was requested.
The following are some common causes of this error message:
- The requested file has been renamed.
- The requested file has been moved to another location
and/or deleted.
- The requested file is temporarily unavailable due to
maintenance, upgrades, or other unknown causes.
- The requested file does not exist.
- IIS 6.0: The appropriate Web service extension or MIME type is not enabled.
- A virtual directory is mapped to the root of a drive on another server.
RESOLUTION To resolve this problem, verify that the file requested in
the browser's URL exists on the IIS computer and that it is in the correct
location. Use the IIS Microsoft Management Console (MMC) snap-in to
determine where the file requested must exist in the IIS computer's file
system. This is particularly important if the Web site uses a
virtual directory (VDIR). A VDIR is a directory that is not contained in the
home directory of the Web site, but appears to client browser as though it
does. This virtual directory must be mapped to a subfolder on a drive or reference the files by name. For example, assume that the URL that caused the 404 error is
http://Microsoft.Com/Test/File1.htm, and the IIS snap-in shows that for
Microsoft.Com Web site, the /Test/ directory is actually a virtual directory
that maps to the location of c:\Information on the IIS computer. This means
that you must verify that the File1.htm file is located in the
c:\Information directory (and that the file name is spelled correctly).
IIS6 Dynamic Content: A 404.2 entry in the W3C Extended Log file is recorded when a Web Extension is not enabled. Use the IIS Microsoft Management Console (MMC) snap-in to enable the appropriate Web extension. Default Web Extensions include: ASP, ASP.net, Server-Side Includes, WebDAV publishing, FrontPage Server Extensions, Common Gateway Interface (CGI). Custom extensions must be added and explicitly enabled. See the IIS 6.0 Help File for more information. IIS6 Static Content: A 404.3 entry in the W3C Extended Log file is recorded when an extension is not mapped to a known extention in the MIME Map property. Use the IIS Microsoft Management Console (MMC) snap-in to configure the appropriate extension in the MIME Map. See the IIS 6.0 Help file for more information.
For more information
about other, less common causes of this error message, click the following article numbers to view the articles in the Microsoft Knowledge Base:
247714
Using PUT command for a long file name causes "HTTP 404 - File not found" error
221553 Setting file attributes on Web content causes 404 - File not found error
216803 IIS hidden static files return HTTP 404 or access denied errors
288123 HTTP Error 404 "Page cannot be displayed" when you attempt to connect to the OWA server after you upgrade from Exchange Server 5.5 to Exchange 2000 Server
Modification Type: | Major | Last Reviewed: | 10/5/2005 |
---|
Keywords: | kbhttp404 kbprb kbProd2Web KB248033 kbAudDeveloper |
---|
|