Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to secure web application and a synchronize data retrieve Pin
ZurdoDev14-Apr-16 3:51
professionalZurdoDev14-Apr-16 3:51 
GeneralRe: How to secure web application and a synchronize data retrieve Pin
Sascha Lefèvre14-Apr-16 3:52
professionalSascha Lefèvre14-Apr-16 3:52 
AnswerRe: How to secure web application and a synchronize data retrieve Pin
Pete O'Hanlon14-Apr-16 4:15
mvePete O'Hanlon14-Apr-16 4:15 
QuestionHow to read external hard disk and RAID hard disk serial numbers Pin
srikrishnathanthri13-Apr-16 22:28
srikrishnathanthri13-Apr-16 22:28 
AnswerRe: How to read external hard disk and RAID hard disk serial numbers Pin
OriginalGriff13-Apr-16 22:42
mveOriginalGriff13-Apr-16 22:42 
GeneralRe: How to read external hard disk and RAID hard disk serial numbers Pin
srikrishnathanthri13-Apr-16 23:25
srikrishnathanthri13-Apr-16 23:25 
GeneralRe: How to read external hard disk and RAID hard disk serial numbers Pin
Eddy Vluggen13-Apr-16 23:31
professionalEddy Vluggen13-Apr-16 23:31 
Questionretrieve from database Pin
Member 1245627113-Apr-16 21:44
Member 1245627113-Apr-16 21:44 
AnswerRe: retrieve from database Pin
Garth J Lancaster13-Apr-16 21:55
professionalGarth J Lancaster13-Apr-16 21:55 
AnswerRe: retrieve from database Pin
Chris Quinn13-Apr-16 22:00
Chris Quinn13-Apr-16 22:00 
GeneralRe: retrieve from database Pin
Richard MacCutchan13-Apr-16 23:15
mveRichard MacCutchan13-Apr-16 23:15 
GeneralRe: retrieve from database Pin
Chris Quinn13-Apr-16 23:18
Chris Quinn13-Apr-16 23:18 
AnswerRe: retrieve from database Pin
Pete O'Hanlon14-Apr-16 0:38
mvePete O'Hanlon14-Apr-16 0:38 
QuestionAsked about splitContainer of Visual Studio Pin
Member 245846713-Apr-16 16:04
Member 245846713-Apr-16 16:04 
AnswerRe: Asked about splitContainer of Visual Studio Pin
OriginalGriff13-Apr-16 19:58
mveOriginalGriff13-Apr-16 19:58 
GeneralRe: Asked about splitContainer of Visual Studio Pin
Member 245846713-Apr-16 22:28
Member 245846713-Apr-16 22:28 
GeneralRe: Asked about splitContainer of Visual Studio Pin
OriginalGriff13-Apr-16 22:33
mveOriginalGriff13-Apr-16 22:33 
GeneralRe: Asked about splitContainer of Visual Studio Pin
Member 245846714-Apr-16 15:20
Member 245846714-Apr-16 15:20 
QuestionHTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication Pin
M Sukhdeep13-Apr-16 11:42
M Sukhdeep13-Apr-16 11:42 
AnswerRe: HTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication Pin
Dave Kreskowiak13-Apr-16 11:53
mveDave Kreskowiak13-Apr-16 11:53 
GeneralRe: HTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication Pin
M Sukhdeep13-Apr-16 11:55
M Sukhdeep13-Apr-16 11:55 
GeneralRe: HTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication Pin
Dave Kreskowiak13-Apr-16 12:05
mveDave Kreskowiak13-Apr-16 12:05 
AD doesn't "go down". A domain controller might, but that's rare.

Also, you're not going to "intercept the password" in the IntegratedWindowsAuthentication mode because it's never sent. The users security token is sent instead wrapped in an secured channel that you're not going to get into.

There is no "backup method" for AD if it goes down. If having it up and running is so important the better solution is having more than one domain controller and having different network paths to get to these controllers.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: HTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication Pin
M Sukhdeep13-Apr-16 12:08
M Sukhdeep13-Apr-16 12:08 
GeneralRe: HTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication PinPopular
Dave Kreskowiak13-Apr-16 12:21
mveDave Kreskowiak13-Apr-16 12:21 
GeneralRe: HTTPListener with AuthenticationSchemes.IntegratedWindowsAuthentication Pin
Mycroft Holmes13-Apr-16 12:52
professionalMycroft Holmes13-Apr-16 12:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.