Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUse different web.config for debugging Pin
error140828-Aug-07 8:31
error140828-Aug-07 8:31 
AnswerRe: Use different web.config for debugging Pin
nateraaaa28-Aug-07 8:51
nateraaaa28-Aug-07 8:51 
GeneralRe: Use different web.config for debugging Pin
error140828-Aug-07 8:53
error140828-Aug-07 8:53 
AnswerRe: Use different web.config for debugging [modified] Pin
Fred_Smith28-Aug-07 9:05
Fred_Smith28-Aug-07 9:05 
Questionhandle imagebutton click in gridview Pin
ChrisFarrugia28-Aug-07 5:29
ChrisFarrugia28-Aug-07 5:29 
AnswerRe: handle imagebutton click in gridview Pin
nateraaaa28-Aug-07 7:58
nateraaaa28-Aug-07 7:58 
QuestionHow to use LDAP Authentication. Pin
somagunasekaran28-Aug-07 4:13
somagunasekaran28-Aug-07 4:13 
AnswerRe: How to use LDAP Authentication. Pin
Michael Sync28-Aug-07 18:50
Michael Sync28-Aug-07 18:50 
In order to test LDAP, you need to have Active Directory installed in your LAN. and (of course) you need to have the access permission to access this service from Server (Windows Advanced Server 2000 or Windows 2003 Server).

Then, you can try to access like that..

Eg from Implementing Active Directory Services in ASP.NET 2.0:
Dim adsRoot As New DirectoryEntry("LDAP://OU=ADSI,DC=ent,DC=ds,DC=microsoft,DC=com")<br />
<br />
Dim adsSearch As DirectorySearcher = New DirectorySearcher(adsRoot)


You can google about this[^] if you want more details about how to use DirectoryService in your project...

Hope it helps..

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

Questioncomponent chart in asp net 1.0 Pin
raquidd2228-Aug-07 4:08
raquidd2228-Aug-07 4:08 
QuestionInsert ASP.NET script in HTML Pin
CodeItWell28-Aug-07 3:57
CodeItWell28-Aug-07 3:57 
AnswerRe: Insert ASP.NET script in HTML Pin
ChrisFarrugia28-Aug-07 5:32
ChrisFarrugia28-Aug-07 5:32 
QuestionDeploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
Nada Adel28-Aug-07 3:27
Nada Adel28-Aug-07 3:27 
AnswerRe: Deploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
DigiOz Multimedia28-Aug-07 8:12
DigiOz Multimedia28-Aug-07 8:12 
GeneralRe: Deploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
Nada Adel28-Aug-07 8:32
Nada Adel28-Aug-07 8:32 
GeneralRe: Deploying an asp.net 2.0 running on IIS 6.0, on Windows vista?? Pin
DigiOz Multimedia28-Aug-07 8:38
DigiOz Multimedia28-Aug-07 8:38 
Questiondropdownbox contain all the values want to store..., Pin
Member 387988128-Aug-07 3:22
Member 387988128-Aug-07 3:22 
AnswerRe: dropdownbox contain all the values want to store..., Pin
nateraaaa28-Aug-07 7:06
nateraaaa28-Aug-07 7:06 
Questionretriving images Pin
diwa8528-Aug-07 3:15
diwa8528-Aug-07 3:15 
GeneralRe: retriving images Pin
Kunal P28-Aug-07 18:46
Kunal P28-Aug-07 18:46 
QuestionException Handling Pin
rockyl28-Aug-07 3:14
rockyl28-Aug-07 3:14 
AnswerRe: Exception Handling Pin
StylezHouse28-Aug-07 3:19
StylezHouse28-Aug-07 3:19 
GeneralRe: Exception Handling Pin
rockyl28-Aug-07 3:24
rockyl28-Aug-07 3:24 
GeneralRe: Exception Handling Pin
StylezHouse28-Aug-07 3:30
StylezHouse28-Aug-07 3:30 
GeneralRe: Exception Handling Pin
rockyl29-Aug-07 2:49
rockyl29-Aug-07 2:49 
Questiononmouse over problem Pin
codelinks28-Aug-07 3:11
codelinks28-Aug-07 3:11 

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.