koziol_mail
New Member
- Messages
- 6
- Reaction score
- 0
- Points
- 0
Hallo,
with PHP i've connected without any problem "Connection succesful"
I hav problem with connection from ASP.NET
on PageLoad i added
and then i get
Connection refused
Description: HTTP 500. Error processing request.
Stack Trace: System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remote_end) [0x00000]
at System.Net.Sockets.Socket+Worker.Connect () [0x00000]
Maybe someone can halp me pliss.
with PHP i've connected without any problem "Connection succesful"
I hav problem with connection from ASP.NET
on PageLoad i added
PHP:
string connStr = "Server=localhost;Connect Timeout=90;Username=koziolma_jakar;Password=****";
MySql.Data.MySqlClient.MySqlConnection conn = new MySql.Data.MySqlClient.MySqlConnection(connStr);
conn.Open();
Connection refused
Description: HTTP 500. Error processing request.
Stack Trace: System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remote_end) [0x00000]
at System.Net.Sockets.Socket+Worker.Connect () [0x00000]
Maybe someone can halp me pliss.