Hi decco,
The error you're seeing — HTTP Error 404.0 - Not Found — usually means the server couldn’t find the page or file you’re trying to access. It’s a pretty common issue and can happen for a few reasons, like:
- The file was moved or deleted.
- The URL might be typed incorrectly.
- The app or site might not be deployed properly.
- The server might not be set up to serve that kind of request.
To help you out better, could you let us know a bit more about your setup? For example:
- Are you hosting this on IIS, Azure, or somewhere else?
- Is it a static website or a web app (like ASP.NET, PHP, etc.)?
In the meantime, you can check this out: