We use the IHTMLElementCollection in an ASP.NET 2.0 application.
Sometimes- not always - it gives us a UnauthorizedAccessException. I think it only happens on our server, and not locally.
I tried searching in searchdotnet.com, and found only 2 results, but in both of them the use of IHTMLElementCollection was the solution to that exception, not the cause...
What could make the IHTMLElementCollection generate that exception?