About 1,050,000 results
Open links in new tab
  1. Why am I getting Server Error in '/' Application in IIS?

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.

  2. ASP.NET MVC Page Won't Load and says "The resource cannot be found"

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.

  3. REST API 404: Bad URI, or Missing Resource? - Stack Overflow

    For this scenario HTTP 404 is response code for the response from the REST API Like 400, 401, 404 , 422 unprocessable entity use the Exception handling to check the full exception message.

  4. Is it correct to return 404 when a REST resource is not found?

    Nov 10, 2014 · If you would expect a resource to be there, because it is looked up using an ID, then a 404 is expected. Something goes wrong, the resource you need to be there is not found. If it would …

  5. rest - What's the most appropriate HTTP status code for an "item not ...

    A 404 return code actually means 'resource not found', and applies to any entity for which a request was made but not satisfied. So it works equally-well for pages, subsections of pages, and any item that …

  6. HTTP 404 Page Not Found in Web Api hosted in IIS 7.5 [closed]

    Mar 14, 2012 · I had an issue whereby I wanted a controller method to return a 404 when I POSTed the wrong id to it. I found that I was always getting the IIS 404 "File or directory not found" page rather …

  7. c# - ASP.NET MVC visual studio http 404 error on local host, The ...

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.

  8. ASP.NET Core/IIS: "HTTP Error 404.8 - Stack Overflow

    Aug 30, 2024 · I set-up an ASP.NET Core app to be hosted in-process by IIS. When I try to access any file from the content root folder, a HTTP 404 is correctly returned by Kestrel. However, when I …

  9. rest - Using HTTP-response code 404 as a response to indicate that a ...

    Jun 11, 2024 · I have recently had a discussion with some of my collegues about the 404 HTTP-response code. I have been using the response code as a way to indicate, that something was not …

  10. HTTP Error 404.0 (Error Code 0x80070002) - IIS 10, .NET 4.0

    Mar 27, 2022 · html asp.net iis error-handling http-status-code-404 asked Mar 27, 2022 at 10:29 Jed 31 1 2 12