Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-
From: J-T (J-T_at_nospam.com)
Date: 07/21/05
- Next message: RonF: "Java security api - DCE 128bit encryption with .NET"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 21 Jul 2005 12:24:27 -0700
But tis code is perfectly working on our External Production which is
exactly the same as this server except that they have applied SP1 on the
Active Directory controller which is the problematic server is member of and
they have not applied SP1 to the External domain controller.Could it be a
problem?
Thanks
"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:eYfb6aijFHA.4000@TK2MSFTNGP12.phx.gbl...
> You should start a new thread on that.
>
> In order to diagnose this, it would be necessary to see the code in
> question and find out how you are trying to bind to AD with your
> DirectoryEntry.
>
> Joe K.
>
> "J-T" <J-T@nospam.com> wrote in message
> news:%23H4hjQijFHA.1048@tk2msftngp13.phx.gbl...
>>I followed up this link :
>> http://www.kbalertz.com/kb_871179.aspx
>>
>> and I solved the logon problem ,but now I get this error
>>
>> Logon failure: unknown user name or bad password
>> Description: An unhandled exception occurred during the execution of the
>> current web request. Please review the stack trace for more information
>> about the error and where it originated in the code.
>> Exception Details: System.Runtime.InteropServices.COMException: Logon
>> failure: unknown user name or bad password
>> Source Error:
>> An unhandled exception was generated during the execution of the current
>> web request. Information regarding the origin and location of the
>> exception can be identified using the exception stack trace below.
>> Stack Trace:
>> [COMException (0x8007052e): Logon failure: unknown user name or bad
>> password]
>> System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +707
>> System.DirectoryServices.DirectoryEntry.Bind() +10
>> System.DirectoryServices.DirectoryEntry.get_IsContainer() +10
>> System.DirectoryServices.ChildEnumerator..ctor(DirectoryEntry
>> container) +24
>> System.DirectoryServices.DirectoryEntries.GetEnumerator() +26
>> CgaCanada.Org.Common.ADUtils.getMMSList() in
>> c:\vss\SMIA\Common\ADUtils.cs:111
>>
>> [SystemException: Failed to retrieve examiner list.Logon failure: unknown
>> user name or bad password]
>> CgaCanada.Org.Common.ADUtils.getMMSList() in
>> c:\vss\SMIA\Common\ADUtils.cs:118
>> SMIA.Business.ApplicationCache.GetExaminers() in
>> c:\vss\SMIA\Business\ClassFiles\ApplicationCache.cs:962
>> SMIA.Business.ApplicationCache.init() in
>> c:\vss\SMIA\Business\ClassFiles\ApplicationCache.cs:1163
>>
>> [SystemException: ApplicationCache initialization failed. ]
>> SMIA.Business.ApplicationCache.init() in
>> c:\vss\SMIA\Business\ClassFiles\ApplicationCache.cs:1204
>> SMIA.Business.ApplicationCache..cctor() in
>> c:\vss\SMIA\Business\ClassFiles\ApplicationCache.cs:31
>>
>> [TypeInitializationException: The type initializer for
>> "SMIA.Business.ApplicationCache" threw an exception.]
>> SMIA.Business.ApplicationCache.get_Reference() +0
>> SMIA.Business.BusinessLayer.Init(String baseName, String assemblyName)
>> in c:\vss\SMIA\Business\ClassFiles\BusinessLayer.cs:28
>> SMIA.Web.Global.Application_Start(Object sender, EventArgs e) in
>> c:\vss\SMIA\SMIAWeb\Global.asax.cs:50
>>
>> --------------------------------------------------------------------------------
>> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
>> ASP.NET Version:1.1.4322.2032
>>
>
>
- Next message: RonF: "Java security api - DCE 128bit encryption with .NET"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- In reply to: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Please Help!-Trying to brows my asp.net application but I get a logon prompt-"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|