Active Directory and ASP.Net

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
 
H

Herfried K. Wagner [MVP]

* "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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top