Why Do I Receive a "The page cannot be found" Error With ASP.NET On Windows Server 2003?

When you have installed ASP.NET on Windows Server 2003, you may receive the following 404 - Page Not Found error:

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Please try the following:

  • Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
  • If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
  • Click the Back button to try another link.

HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)


Technical Information (for support personnel)

  • Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
  • Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.


This error is only thrown with dynamic ASPX pages; static HTML files, graphics etc are served just fine.

This error is caused by the fact that IIS 6 disallows the ASP.NET 2.0 Web Service Extension. To fix this, follow these steps:

  1. Open up the Internet Information Services (IIS) Manager (which you find under Administrative Tools)
  2. Expand your server
  3. Select Web Service Extensions
  4. In the right hand pane, click ASP.NET v2.0.50727 (or a later version number) and then click the Allow button.

From now on, IIS is allowed to serve ASP.NET 2.0 pages, and won't throw 404 errors for every page in your site.


Where to Next?

Wonder where to go next? You can post a comment on this article.

Doc ID 254
Full URL https://imar.spaanjaars.com/254/why-do-i-receive-a-the-page-cannot-be-found-error-with-aspnet-on-windows-server-2003
Short cut https://imar.spaanjaars.com/254/
Written by Imar Spaanjaars
Date Posted 02/21/2004 12:24
Date Last Updated 02/28/2006 18:53
Date Last Reviewed 02/28/2006 18:53

Comments

Talk Back! Comment on Imar.Spaanjaars.Com

I am interested in what you have to say about this article. Feel free to post any comments, remarks or questions you may have about this article. The Talk Back feature is not meant for technical questions that are not directly related to this article. So, a post like "Hey, can you tell me how I can upload files to a MySQL database in PHP?" is likely to be removed. Also spam and unrealistic job offers will be deleted immediately.

When you post a comment, you have to provide your name and the comment. Your e-mail address is optional and you only need to provide it if you want me to contact you. It will not be displayed along with your comment. I got sick and tired of the comment spam I was receiving, so I have protected this page with a simple calculation exercise. This means that if you want to leave a comment, you'll need to complete the calculation before you hit the Post Comment button.

If you want to object to a comment made by another visitor, be sure to contact me and I'll look into it ASAP. Don't forget to mention the page link, or the Doc ID of the document.

(Plain text only; no HTML or code that looks like HTML or XML. In other words, don't use < and >. Also no links allowed.