I have a tool on server that keep reading data from some data source. Sometimes I want to open a asp.net page on a browser on a specific IP.
In other words: I have a server that is connected (on LAN network) to many computers.
Is it possible/applicable to open a asp.net page on a specific IP?
I already know the IP. and I am using this code to open the page
System.Diagnostics.Process.Start(popupURL + "?CallerID=" + callerID);
it is working on the server, but how can I tell the server to open the page on a specific IP?