Questions tagged [remote-connection]
148 questions
0
votes
1 answer
Enabling remote connection to Windows 7 local IIS asp.net application
I can access the website from localhost:12345 and private IP (192.168.1.70:12345) but I cannot access it from my public IP. I used port 12345 because I think Telus blocks port 80.
Windows firewall shouldn't be an issue because I can access it from…

allenylzhou
- 1,431
- 4
- 19
- 36
0
votes
2 answers
How to access SQL Server 2012 Express remotely
I am using SQL Server 2012 Express and I have enabled remote connections plus also have followed the steps give in the LINK
However I am unable to access the server remotely and what server name should be specified the public ip address?

vini
- 4,657
- 24
- 82
- 170
0
votes
1 answer
Allow remote connection in IIS website
I developed a web app, published it to the File System and try to setup the IIS to make it available to a Virtual Machine with XP and a IE8.
Everything is fine in my computer, I can see the website, but from the VM I can't and it's because the…

Zorak
- 1
- 3
0
votes
1 answer
Remote Connection to SQL Server 2012 Standard Edition port 1433
I have a Windows Server 2008 R2 running SQL Server 2012 Standard Edition and:
Allow remote connection to this server (in SQL Server Management Studio)
TCP/IP Enable and configured IPserver and 1433 port (on SQL Server Network Condiguration ->…

yanlb
- 53
- 2
- 10
0
votes
1 answer
Connect to a remote Access 2010 database from Excel using VBA
I am a beginner user of VBA and I want to connect remotely to an Access 2010 database from Excel using VBA.
I have found this connection string that works in local situations:
Public objCon As New ADODB.Connection
objCon.Open…

Oscar Menacho
- 1
- 1
- 1
0
votes
1 answer
MySQL Abruptly Refusing Remote Connections
UPDATE
So I completely disabled my server's firewall and it appears to be the culprit. I had tried to disable certain rules before but disabling the whole thing worked. Very frustrating, but problem solved I guess... I think the key indicator that…

StratusBase LLC
- 289
- 1
- 5
- 16
0
votes
0 answers
Can't access SQL server database from ASP.net application running on Visual Studio 2012
i've read every thread i've found online related to this issue(and followed the steps they showed) and i cant' still access the database; it keeps throwing the "refused remote connection" error, It is kind of weird because i can browse through the…

Marcox
- 102
- 10
0
votes
1 answer
PHP script to create db and allow remote access is not working
I have 2 servers. Server A (10.0.0.1) and Server B (10.0.0.2) [not real ips]. Server A houses the script to create databases on remote Server B. The databases are created on the fly. The script on Server A is as follows:
$this->dbh->exec("CREATE…

Naterade
- 2,635
- 8
- 34
- 54
0
votes
2 answers
Remote connection in sql connects one way
I have two sql instances:
instance-1 on server-A
instance-2 on server-R.
Both instances are on different domains. I can connect remotely to instance-1 from server-R successfully but I am unable to connect to instance-2 from server-A.
When I attempt…

Learner
- 335
- 2
- 7
- 16
0
votes
2 answers
Remote MySQL connection not working
I'm trying to access my website's MySQL database I have remotely. I've followed instructions to set up MySQL Workbench's parameters and I have the Username, Password and all those. My problem is, after I've allowed my IP to access it, when I try to…

y--
- 588
- 2
- 10
- 27
0
votes
0 answers
JDBC connection to remote MySql fails
In glassfish(3.1.2) I have created a JDBC Connection Pool (and JDBC Resource) to a remote MySql database. When a do a ping test in glassfish it is successful.
My Java EE 6 app is using that persistence unit(persistence.xml):

BigJ
- 1,990
- 2
- 29
- 47
0
votes
1 answer
SQL Server 2012 connection issues in Visual Studio 2012 Server Explorer
I am trying to connect to SQL Server 2012 installed on Windows Server 2012 through Visual Studio 2012 but keep getting an error 25 connection string is not valid message when trying to connect through server explorer.
As far as I am aware it is…
user1649045
0
votes
1 answer
Remote connection to a MySQL DB from Eclipse
I need to connect to a MySQL remote database from my eclipse project.
I change my context.xml in this way:

Sefran2
- 3,578
- 13
- 71
- 106
0
votes
1 answer
Problems connecting to remote SQL Server using AutoIT
I am attempting to create a login mechanism by which you can access a remote SQL Server 2008 R2 database, in a private network, if the credentials are correct. I intend to implement the database at my work server and this program at a client which…

K33p3r
- 52
- 1
- 9
0
votes
1 answer
Codeigniter remote connection does not return queries
I have a local and a remote connection with my mysql database. The local connection works just fine. But the remote connection, while it makes a connection, it does not return anything. I usually get the following:
Fatal error: Call to a member…

sunblast
- 219
- 2
- 7