Ask a Question related to ASP, Design and Development.
-
Ray at #1
Re: Active Directory, ASP, & IIS
What do you mean? How are you running the ASP application not in IIS?
Ray at home
"Lynn" <lynn.shoemake@cts.cendant.com> wrote in message
news:05e801c3981d$974a7a60$a101280a@phx.gbl...> I have an ASP application running on an IIS server that
> accepts a username, queries Active Directory, & displays
> information about that user.
>
> The application works just fine when ran from the IIS
> server itself. However, if I run it from anywhere else,
> it always indicates that the username is not found.
Ray at Guest
-
active directory
Hello, I need to get all the AD information from a user that access a intranet ASP.NET page.Does anyone can tell me how to do it? (the user can't... -
trying to get Active Directory with SSL
I am trying to connect to Active Directory that is using SSL to verify a person's user name and password. <cfldap action='QUERY' ... -
Active Directory Search fails ("The directory service is unavailab
Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code... -
Asp.net and Active Directory Log On To
Hello, I use Active Directory to authenticate users in my Asp.Net web applications. The problem I'm having is that the user's account are set to... -
Active Directory and ASP
Hey All, This is the senerio: I have 2 domains lets call them "workingdomain.com" and "activedirectorydomain.com". I have an account on the... -
Jeff Cochran #2
Re: Active Directory, ASP, & IIS
On Tue, 21 Oct 2003 14:52:15 -0700, "Lynn"
<lynn.shoemake@cts.cendant.com> wrote:
Likely your query tries to run against the local system, not the DC.>I have an ASP application running on an IIS server that
>accepts a username, queries Active Directory, & displays
>information about that user.
>
>The application works just fine when ran from the IIS
>server itself. However, if I run it from anywhere else,
>it always indicates that the username is not found.
Jeff
Jeff Cochran Guest
-
Lynn #3
Re: Active Directory, ASP, & IIS
The LDAP query is running against the DC, not the local
machine.
>"Jeff"
>Likely your query tries to run against the local system,
>not the DC.
>
>>>"Lynn"
>>I have an ASP application running on an IIS server that
>>accepts a username, queries Active Directory, & displays
>>information about that user.
>>
>>The application works just fine when ran from the IIS
>>server itself. However, if I run it from anywhere else,
>>it always indicates that the username is not found.Lynn Guest
-
Ray at #4
Re: Active Directory, ASP, & IIS
Alright, you'll have to post your code then and indicate what error you're
getting.
Ray at work
"Lynn" <lynn.shoemake@cts.cendant.com> wrote in message
news:0d4501c398b8$e8c4ec90$a601280a@phx.gbl...> I AM running the ASP application in IIS. I'm simply
> accessing it from a different computer, not the server.
>> application not in IIS?> >"Ray at home"
> >What do you mean? How are you running the ASP> >
> >
> >"Lynn"> >> I have an ASP application running on an IIS server that
> >> accepts a username, queries Active Directory, & displays
> >> information about that user.
> >>
> >> The application works just fine when ran from the IIS
> >> server itself. However, if I run it from anywhere else,
> >> it always indicates that the username is not found.
Ray at Guest
-
Jeff Cochran #5
Re: Active Directory, ASP, & IIS
You'd need to show some code snippets and the full text of the error
then. As well as any relevant event log entries. Show how you're
making the connection to AD, as well as the code for the query. Might
also want to Response.Write the query right after it's created, so you
can check that it actually is what you think it should be.
Also, is IIS on a DC? Are the IUSR/IWAM accounts domain accounts?
Jeff
On Wed, 22 Oct 2003 09:40:57 -0700, "Lynn"
<lynn.shoemake@cts.cendant.com> wrote:
>The LDAP query is running against the DC, not the local
>machine.
>>>"Jeff"
>>Likely your query tries to run against the local system,
>>not the DC.
>>
>>>>>"Lynn"
>>>I have an ASP application running on an IIS server that
>>>accepts a username, queries Active Directory, & displays
>>>information about that user.
>>>
>>>The application works just fine when ran from the IIS
>>>server itself. However, if I run it from anywhere else,
>>>it always indicates that the username is not found.Jeff Cochran Guest



Reply With Quote

