c# - iPhone, WMI, iis service -
i thinking writing application monitor iis service iphone, , send notification, perform resets if iis goes down. i dont want create web service rather connect machine, specifying credentials , data iis service state. is possible? is possible iphone? need make app generic enough people use hosted web sites , monitor health , being able reset and/or recycle apppools. cant implement service hosted environment. need able give iphone users ability connect host , once connected machine , authenticated perform wmis phone users can mess iis. possible? i see point not wanting use web service because want monitor , reset iis service, while web service based on iis. how restful service? have created restful service based on owin (open web interface .net) , kayak . kayak may have examples there. the cool thing tools or lib framework simple , not rely on iis. can provide 2 urls, 1 , 1 post. former status of iis server , post reset iis. services can xml of json based o...