Hulbert99 Posted May 13, 2013 Posted May 13, 2013 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
SYNACK Posted May 13, 2013 Posted May 13, 2013 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. 1
m25man Posted May 13, 2013 Posted May 13, 2013 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.
SYNACK Posted May 13, 2013 Posted May 13, 2013 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.
Hulbert99 Posted May 13, 2013 Author Posted May 13, 2013 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
SYNACK Posted May 13, 2013 Posted May 13, 2013 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.
SYNACK Posted May 13, 2013 Posted May 13, 2013 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
Hulbert99 Posted May 13, 2013 Author Posted May 13, 2013 (edited) 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 May 13, 2013 by Hulbert99
JimmyTown Posted May 13, 2013 Posted May 13, 2013 What server is the intranet site running on? If it is a windows server I would recommend running all windows updates.
Michael Posted May 14, 2013 Posted May 14, 2013 2008 R2 uses IIS7.5 not 6, unless you're running it in compatibility mode?
JimmyTown Posted May 16, 2013 Posted May 16, 2013 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.
Hulbert99 Posted May 17, 2013 Author Posted May 17, 2013 No unfortunately not. All available updates installed + optional and still same issue
JimmyTown Posted May 21, 2013 Posted May 21, 2013 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.
Hulbert99 Posted May 22, 2013 Author Posted May 22, 2013 Tried changing it to Network Service but to no avail. What further info can I provide? I am stumped!
JimmyTown Posted May 22, 2013 Posted May 22, 2013 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.
Hulbert99 Posted May 22, 2013 Author Posted May 22, 2013 Was internally developed by the previous IT tech. Ill give that a go thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now