Authentication issue

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
at2k21
Posts: 17
Joined: Wed Aug 16, 2017 5:33 pm

Authentication issue

Post 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.
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Authentication issue

Post by John Morris »

Use "[SERVER]"
John Morris
Sr. Software Architect
SoftPro
at2k21
Posts: 17
Joined: Wed Aug 16, 2017 5:33 pm

Re: Authentication issue

Post by at2k21 »

That worked great. Thank you.
Post Reply