I have a self hosted SignalR server on one machine and I wish to access it from a client application on a different machine in the same local (in house) network). My client works fine using "Http://LocalHost:8089" on the same machine as the SignalR server. But I can't seem to be able to write a URL that will gain access from a different machine.
How can a client on one machine access the server on a different machine?
Related
I have set up a node.js server and run it in a Docker container.
I am hosting MySQL database on my computer and have the server connected.
I have deployed my website on netlify and it uses REST API to send and retrieve data to the server.
Currently, the API url uses 'http://localhost:4941/api/v1...' When I access the website on the same computer as the database is hosted, I am able to see the data retrieved from the server.
However, when I access the website on another computer (and from a different network), I am not able to see the data obtained from the server.
I have tried using 127.0.0.1 as well as the Docker container's IPAddress of 172.17.0.2 but was unable to solve the problem too.
I expect to be able to use my website from any computers in the world that have access to Internet and be able to send and retrieve data from the server.
So, does the problem lie in the API url of me using localhost? If so, what address should I use instead?
I have deployed mvc application in IIS 7 on my machine(Windows 7 Professional).
Its working fine in my machine with url: http://localhost/testApp. When I tried to access the same (http://182.18.140.188/testApp) in other machines, I couldn't able to access. My system IP is 182.18.140.188.
I gave full permissions to other machines also. Still not working. Other machines are in same network and they could able to ping my machine. Please let me know how to access the application from other machines.
I can access a web service from remote machine through vpn.
And cannot access that web service from my local machine. I tried to install Visual studio in remote machine but there is no enough space.
I would like to create a web application and deploy it in remote machine, which will test that web service. Is it possible? or please let me know how to test that web service through my mvc web application.
I'm about to being developing an application that will connect to a Unix machine on a network (via internal IP). The machines that will be running this application already have access to connect to the Unix machine.
If I develop an ASP.NET MVC Web App running on an external IIS instance, will the web app be able to connect to a private local machine? I realise the IIS server won't (as it's private), but there will be locally executed code. Is this going to be able to access the machine? If not, I will have to resort to Windows desktop app.
You can use a VPN connection from an external server to the private network. Virtual hosting hasn't this feature, so you must use virtual machine.
A firewall software allows you to create VPN server usually, and any version of Windows allows you to establish a VPN connection to the server.
With a help of VPN connection your virtual machine can get ф private IP-address, and can access private network resources.
I have a local Ms access database in a local computer connected with internet with dynamic IP. And I have a java web application running on web server. How can I connect to Database in local pc with dynamic ip from the java application running on server
You would have to serve it from the client machine using either a local web server or a VPN tunnel.
Possibly a better idea (I mean, anything sounds better than connecting to a client-side DB, right?) would be to have the client upload the database (depending on the size) and then connecting to the server-side copy.