Active Directory and ASP.Net

  • Thread starter Thread starter BeGomes
  • Start date Start date
B

BeGomes

Hi all...
I have a dll in vb.net that I use to do all my security
stuff. Among the classes I created in the dll, I wrote
one that accesses the Active Directory and retrieves any
type of information I want from my network AD. I works
perfectly when calling the class withing a web form
application, but I keep receiving an Unknown Error when
calling the same methods from a asp.net page.
Has anyone any clue in how to solve this?
Thanx,

BeGomes
 
* "BeGomes said:
I have a dll in vb.net that I use to do all my security
stuff. Among the classes I created in the dll, I wrote
one that accesses the Active Directory and retrieves any
type of information I want from my network AD. I works
perfectly when calling the class withing a web form
application, but I keep receiving an Unknown Error when
calling the same methods from a asp.net page.
Has anyone any clue in how to solve this?

You will more likely get an answer here:

<
Web interface:

<http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.aspnet>
 
Back
Top