Jump to content

Recommended Posts

Posted

Our Intranet page works in IE8 and IE9 but when opened in IE10 we get this error!

 

Any Ideas? Goobledygook to me!

 

 

 

Server Error in '/' Application.

--------------------------------------------------------------------------------

 

 

An operations error occurred.

 

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.DirectoryServices.DirectoryServicesCOMException: An operations error occurred.

 

 

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:

 

 

 

 

 

[DirectoryServicesCOMException (0x80072020): An operations error occurred.

]

System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +628309

System.DirectoryServices.DirectoryEntry.Bind() +44

System.DirectoryServices.DirectoryEntry.get_AdsObject() +42

System.DirectoryServices.PropertyValueCollection.PopulateList() +29

System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName) +63

System.DirectoryServices.PropertyCollection.get_Item(String propertyName) +163

System.DirectoryServices.AccountManagement.PrincipalContext.DoLDAPDirectoryInitNoContainer() +521413

System.DirectoryServices.AccountManagement.PrincipalContext.DoDomainInit() +51

System.DirectoryServices.AccountManagement.PrincipalContext.Initialize() +161

System.DirectoryServices.AccountManagement.PrincipalContext.get_QueryCtx() +42

System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithTypeHelper(PrincipalContext context, Type principalType, Nullable`1 identityType, String identityValue, DateTime refDate) +29

System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(PrincipalContext context, Type principalType, IdentityType identityType, String identityValue) +146

System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(PrincipalContext context, IdentityType identityType, String identityValue) +44

System.DirectoryServices.AccountManagement.UserPrincipal.get_Current() +447

SWCC_HomePage._Default.Page_Load(Object sender, EventArgs e) in C:\USER_DATA\SWCC HomePage\SWCC HomePage\Default.aspx.vb:63

System.Web.UI.Control.LoadRecursive() +71

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178

 

 

 

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034

Posted
Looks like it's choking due to integrated auth being turned off in the browser, enable it manually on one to test then use gpo or gpp to push the preference globally.
  • Thanks 1
Posted

Until recently I couldn't get IE10 to type a carriage return into this box without having to select "switch editor to source mode" but that seems to have been fixed now...

 

IE10 has been a real pain I guess it will be months before its debugged properly.

Posted
Until recently I couldn't get IE10 to type a carriage return into this box without having to select "switch editor to source mode" but that seems to have been fixed now...

 

IE10 has been a real pain I guess it will be months before its debugged properly.

 

To be fair that is down to vbulitins poor excuse for an editor that is unstable and unpredictable under ever browser I have tried, chrome, ie, Firefox even opera.

Posted
Looks like it's choking due to integrated auth being turned off in the browser, enable it manually on one to test then use gpo or gpp to push the preference globally.

 

In an odd turn of events it works if I turn integrated auth OFF?!

 

It prompts me for my credentials and when I type them the page then loads.

 

Any ideas?

 

Many thanks

Posted
In an odd turn of events it works if I turn integrated auth OFF?!

 

It prompts me for my credentials and when I type them the page then loads.

 

Any ideas?

 

Many thanks

 

Add it to the local intranet sites zone then switch it back on perhaps, probably a security levels thing.

Posted
There is an option in security zone settings at the end that only allows credential pass through in the local intranet zone, you could mess with this for all zones but centrally adding to the intranet zone is better and easier
Posted (edited)

intranet.jpg

Add it to the local intranet sites zone then switch it back on perhaps, probably a security levels thing.

 

Nope exactly the same issue again.

 

Its going to be something really small and annoying I can tell!

Edited by Hulbert99
Posted

I would recommend updating the server. The error is definitely coming from server side and appears to be an issue with the AD API that the intranet site is using to confirm the identity passed by the browser.

 

IE10 has been released by Microsoft with a new User Agent string that Windows Server .net components dont recognise. I had an issue that was only happening in IE10 and updating the server with windows update rectified the problem. It may do the same for you as it could be related. I would say it is a medium to long shot.

Posted

Can you change the identity of the application pool the intranet site is running under in IIS? Try Network Service if it already isn't.

 

The error you are getting is purely server side when it appears to be doing a look up on the domain controller where your AD is. It is baffling without further information as to why it would work on IE8/9 and not 10.

Posted

Is the intranet site internally developed, or third party? could the third party provide any assistance?

 

Other than trying the app pool under a high level domain admin account I am running out of ideas.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...