Top "Remote-access" questions

Remote access is the connection to a data processing system from a remote location.

How to remotely control a Windows Service with ServiceController?

I'm trying to control Windows Services that are installed in a remote computer. I'm using the ServiceController class. I have …

c# windows-services wmi remote-access servicecontroller
Accessing ASP.NET Development Server from another pc on the network

I would like to test my web app in other browsers. I have installed Virtual PC to do just that. …

asp.net cross-browser virtual-pc remote-access
Developing PHP with Eclipse on a remote server (FTP) on Windows

I'm a real klutz when it comes to Eclipse, but I'm also poor, which is why it is the option …

php eclipse ftp remote-access
Postgres server not listening

I'm trying to connect with my client (Macbook Pro) to a Postgres Database located in another PC in the same …

postgresql remote-access pgadmin
WMI The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

My application requirement is like below. Application will run on domain admin system which will ping all machine under that …

c# wmi rpc remote-access windows-applications
Apache Cassandra remote access

I have installed Apache Cassandra on the remote Ubuntu server. How to allow remote access for an Apache Cassandra database? …

cassandra remote-access
Check status of services that run in a remote computer using C#

I'm using the following code. ServiceController MyController = new ServiceController(); MyController.MachineName = server_txt.Text.Trim(); MyController.ServiceName = "Service1"; string msg = …

c# windows windows-services remote-access
Mongo: network error while attempting to run command 'whatsmyuri' on host

I have been trying to access my mongo instance from another machine, but I get this error. I could not …

mongodb port remote-access
Current state and solutions for OpenGL over Windows Remote

OpenGL and Windows Remote don't play along nicely. Solutions for this are dependent on the use case and answers are …

opengl opengl-es sdl remote-access glfw