do anyone know a link or can paste an asp uptime script i can use for my windows 2003 Server? i only have (Se below) wic i wrote, but it starts to count backwards after 24 day's :< Dim strUptime Set objUptime = Server.CreateObject("smartUptime.myUptime") objUptime.intMetode = 1 ' Long Uptime ' 1 = "3 days, 19 hours, 1 minutes and 10 seconds" ' Short Uptime ' 2 = "3d, 19h, 1m, 10s" strUptime = objUptime.strUtskrift Set objUptime = Nothing Response.Write strUptime %>
What 'up time' are you measing? Server up time, or website, or application? I'm not sure what this component does, is it reading system info? Let me know what your objective is, specifically. J
hey, im talking about server uptime. this is supposed to read system info yes. but as i said after 24 day's it satrts counting backwards.