Click here to Skip to main content
15,920,576 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Upload my site Pin
Khan.Bangash10-Feb-07 1:26
Khan.Bangash10-Feb-07 1:26 
QuestionError in Display of Flash Pin
sachinmca9-Feb-07 20:40
sachinmca9-Feb-07 20:40 
QuestionLDAP Pin
deepti.sicsr9-Feb-07 20:27
deepti.sicsr9-Feb-07 20:27 
AnswerRe: LDAP Pin
Parwej Ahamad10-Feb-07 6:15
professionalParwej Ahamad10-Feb-07 6:15 
GeneralRe: LDAP Pin
deepti.sicsr11-Feb-07 17:30
deepti.sicsr11-Feb-07 17:30 
AnswerRe: LDAP Pin
Grapes-R-Fun10-Feb-07 13:07
Grapes-R-Fun10-Feb-07 13:07 
GeneralRe: LDAP Pin
deepti.sicsr11-Feb-07 17:30
deepti.sicsr11-Feb-07 17:30 
GeneralRe: LDAP Pin
Grapes-R-Fun12-Feb-07 2:02
Grapes-R-Fun12-Feb-07 2:02 
Yes it is. You should be able to incorporate that within your DirectoryEntry object:

DirectoryEntry entry = new DirectoryEntry("LDAP://yourdomain.com", _userNameParam,_passwordParam,authenticationType);

...

Then proceed with the rest of your code, if the DirectorySearcher is able to return any result(s) then you have authenticated, if not, then the "password" must have had been incorrect.

Nila

QuestionNetwork Error (tcp_error) Pin
Siva Rama Raju9-Feb-07 19:06
Siva Rama Raju9-Feb-07 19:06 
QuestionFileupload in ASP.NET2.0 AJAX enabled website Pin
roopa_ rai9-Feb-07 17:38
roopa_ rai9-Feb-07 17:38 
AnswerRe: Fileupload in ASP.NET2.0 AJAX enabled website Pin
Bassam Saoud9-Feb-07 22:54
Bassam Saoud9-Feb-07 22:54 
Questionunexpected error 0x8ffe2740 occured Pin
prabhu dot net9-Feb-07 17:26
prabhu dot net9-Feb-07 17:26 
AnswerRe: unexpected error 0x8ffe2740 occured Pin
we_swati12-Feb-07 7:11
we_swati12-Feb-07 7:11 
QuestionAsp.net & Flash Pin
AnhTin9-Feb-07 16:35
AnhTin9-Feb-07 16:35 
QuestionDelete Temp File after N seconds Pin
Shawn_H9-Feb-07 16:04
Shawn_H9-Feb-07 16:04 
AnswerRe: Delete Temp File after N seconds Pin
Bassam Saoud9-Feb-07 22:58
Bassam Saoud9-Feb-07 22:58 
Questionweb service - how to setup access Pin
we_swati9-Feb-07 13:40
we_swati9-Feb-07 13:40 
AnswerRe: web service - how to setup access Pin
asithangae9-Feb-07 16:49
asithangae9-Feb-07 16:49 
QuestionSecurity ( redirect user to some forms in loggin according to ROLE) Pin
Islam Khalil Saber9-Feb-07 13:24
Islam Khalil Saber9-Feb-07 13:24 
AnswerRe: Security ( redirect user to some forms in loggin according to ROLE) Pin
kubben12-Feb-07 2:16
kubben12-Feb-07 2:16 
GeneralRe: Security ( redirect user to some forms in loggin according to ROLE) Pin
Islam Khalil Saber12-Feb-07 11:55
Islam Khalil Saber12-Feb-07 11:55 
GeneralRe: Security ( redirect user to some forms in loggin according to ROLE) Pin
kubben13-Feb-07 2:37
kubben13-Feb-07 2:37 
QuestionRegular Expression Question Pin
achimera9-Feb-07 12:54
achimera9-Feb-07 12:54 
AnswerRe: Regular Expression Question Pin
Guffa9-Feb-07 13:05
Guffa9-Feb-07 13:05 
QuestionEmail Address Verification... Pin
code-frog9-Feb-07 12:36
professionalcode-frog9-Feb-07 12:36 

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.