Hi,
I have a C# .net application on my local machine, I have started the BaseX server and I want to use BaseX in my .Net application but as soon as I want to create a Session:
Session session = new Session("localhost", 1984, "admin", "admin");
I also tried with no username and password but it is the same result. I get an “Access Denied”.
What am I missing?
Thanks in advance,
Stephane