windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘dedicated’

If you have a dedicated server / vps and if you want to receive notification on its reboot then here are the simple steps to implement it :
We are using CDOSYS componet to implement this.
First of all create a .vbs file say mail.vbs on C:\ and add following code in it :-
————————————————————-
strEmailFrom = “server@winwebhosting.net”
strEmailTo = [...]

Read Full Post