Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/08/2008, 14:59
hasan
 
Fecha de Ingreso: diciembre-2006
Mensajes: 63
Antigüedad: 18 años, 2 meses
Puntos: 0
Respuesta: Error al usar una clase

Solucionado era asi:
Cita:
<script runat="server">
Protected Sub Login_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim adPath As String = "LDAP://DC=..,DC=.." 'Path to your LDAP directory server
Dim adAuth As New FormsAuth.LdapAuthentication(adPath)
Try
que simple o no???