So I’ve been working this one issue where remoting calls from a .NET user control hosted in IE are taking horrendously long. After the 1st atrocious call things behave “normally”. I’ve dome a lot of digging on this issue and have found some very interesting information I’d like to share.
These are related to hosting .NET user controls in IE
If you are hosting a .NET user control on a web page and are seeing very poor performance followed by normal/expected performance try the following things:
System.Configuration.ConfigurationSettings.GetConfig("simple text");
string []a = Environment.GetCommandLineArgs();
I hope that resolves some of the issue you folks have been seeing. I know these types of errors appear to be mystifying and can lead to great frustration.