Page 1 of 1

Authentication issue

Posted: Mon Nov 20, 2017 8:08 pm
by at2k21
Hello, I am trying to get things working between my dev environment and the Select server. I can successfully authenticate using windows authentication from code but when I try to use a Select username and password I get a "Security error." message. Because I can login using the same credentials from the Select client on my local machine I must assume that I am putting the wrong value in for the Domain in the System.Net.NetworkCredential. I have tried the Machine name that the Select server is running, the machine name the client program is running on and various other values with no success. I am sure that I am missing something simple. Any help is greatly appreciated.

Re: Authentication issue

Posted: Tue Nov 21, 2017 9:31 am
by John Morris
Use "[SERVER]"

Re: Authentication issue

Posted: Tue Nov 21, 2017 12:31 pm
by at2k21
That worked great. Thank you.