Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Need to build a ASP.NET web page to check the health of a web application

Need to build a ASP.NET web page to check the health of a web application

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasewcfhelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NehaPragna
    wrote on last edited by
    #1

    Hi, I need to build a ASP.net web page which can be added to any web application to show the helath of the web application. The Items that it need to check: 1. Is the DB up and running - The DB connection string should be automatically picked from web.config 2. Any web services referenced by that applications are up and running. 3. Check for any DB jobs for that User in DB and get the last run time. etc... Any help in this direction is highly appreciated. Thanking you advance, Neha

    V 1 Reply Last reply
    0
    • N NehaPragna

      Hi, I need to build a ASP.net web page which can be added to any web application to show the helath of the web application. The Items that it need to check: 1. Is the DB up and running - The DB connection string should be automatically picked from web.config 2. Any web services referenced by that applications are up and running. 3. Check for any DB jobs for that User in DB and get the last run time. etc... Any help in this direction is highly appreciated. Thanking you advance, Neha

      V Offline
      V Offline
      Vipul Mehta
      wrote on last edited by
      #2

      Hi Neha, Go through the below link that has the video to implement Health Monitoring in ASP.NET application http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/videos/video-195.aspx[^] You could also look out for the log4net component.

      Regards, Vipul Mehta

      N 1 Reply Last reply
      0
      • V Vipul Mehta

        Hi Neha, Go through the below link that has the video to implement Health Monitoring in ASP.NET application http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/videos/video-195.aspx[^] You could also look out for the log4net component.

        Regards, Vipul Mehta

        N Offline
        N Offline
        NehaPragna
        wrote on last edited by
        #3

        Thanks Vipul for your response. Actually I am more interested on the generic stuff. The application which I am working on 1) Should query all the WebSites configured in the IIS of the system where the proposed application is deployed, 2) Read the individual web.config files of thoses applications and get the Connection Strings, Web Refrences etc. 3) Ping the DB / Web Services and show the responses. Thanks, Neha

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups