I have built an asp.net website using visual studio 2012. My website contains various webforms(aspx). The purpose of my website is to monitor few processes on different machines on my network, i am gathering all the required information in code behind files (aspx.cs) using System.Management Class.
The website is working fine on visual studio development server, but when create a virtual directory on my IIS, I didn't get any errors but i am unable to fetch the information of the machines on my network. The information i am fetching include the couple of processes and their start time, The machine name, machine uptime.