Hello
I am new to Neo4J and graph DB
also not a pro in C#
i get to do the connection in a remote server easy and run my query.
using Neo4j.Driver;
i did this sample conn to exemplify
#region BasicAuth
public static class BasicAuth
{
...
Chris i am back.
should i create a new topic to ask about async query results? i did not find it on the community
if yes iill delete this and ask there...
the deal is i actually get to make my query but i am a bit confused on how should i recieve i...
Hey Chris!
yeah i double checked the settings.
the only connection it allows to be made is
when i do it with port 7474 it says:
this site can't be reached took too long to respond .
but i restarted everything commited everything and refreshed the s...
could it be the settings i need to change?
here is what i got:
IP
dbms.default_listen_address=0.0.0.0
BOLT
dbms.connector.bolt.enabled=true
dbms.connector.bolt.listen_address=:7687
dbms.connector.bolt.advertised_address=:7687
HTTP
dbms.connector.http...
actually still giving the error one or more errors ocurred
i can connect with the Neo4J Desktop
but not with the C# project and i have the same config on the desktop
this connection is being used on the desktop and it works perfectly
although now i...