Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

how can get alert when my website show error ?

Is there any tool when my website any pages show 404 error I can get email alert ?

1 Answer

Relevance
  • MT
    Lv 4
    10 years ago
    Favorite Answer

    This is to be done on server side.

    Depends on what web server you're running on. For ASP.Net applications that runs on IIS, you just need to put an email sending function in the Application_Error method. Then for all unhandled exceptions, and email will be send to you.

    If you're not using ASP.Net, I'm sorry but I can't provide much help, and it'd be better for you to let us know what you're currently using.

Still have questions? Get your answers by asking now.