Hi Team,
For first IE11 instance system creates 2 process(one 32bit iexplore.exe and one 64bit iexplore.exe), for next new IE instance it creates only one process(32bit iexplore.exe). Is this a right behavior? I can see different behavior in my near workstation (2 process each instance one 32bit iexplore.exe and one 64bit iexplore.exe)
If it is not good then can you help me to correct this setting. We are using IE11(11.0.23 version).
I think this problem impacts to my web application, details as below:
Its a VC++ application. I an using SHELLEXECUTEINFO concept to launch web application in IE.
Problem is when there is already an instance running for IE11 then code creates a new instance to launch web application but it has only one process 32bit iexplore.exe. So lookwise it is a new instance but process tree shows its linked to the old 64bit IE instance.
Please help me with this.
Thank you
(Please note that, I had posted this question to IE11 forum as well, but no answer from their and they said to ask on some dev. forum)