Question
1
Replies
18
Views
Tech Mahindra Ltd
Posted: September 9, 2019
Last activity: September 9, 2019
Closed
Info about Web Adapters
Hi,
I have used web adapter many times and I always see these things in the object explorer.
What are they called and I also observe they all have UseKeys property as true.
Can anyone explain how are these dlls help for the Web adapter/ Windows adapter interrogations.
Regards,
Sravan
These are called "Factories". They are added automatically and allow the adapter to load the appropriate dlls to be able to interact with the detected technologies. In your example; ActiveX, MSHTML, and WinInet. If you load a site with Java, you may also see a Java factory. You really don't ever need to alter them except under the direction of support. UseKeys is enabled to allow them to attach to different instances of each technology as they are loaded into the browser.