I'm working on a web application in VB.net that requires a user to list the app's site as trusted in IE in order to use.
I know that programmatically adding itself to a user's trusted sites list is dangerous, and illogical, so I was trying to find out if it was possible to check the user's browser settings to see if a website is on their trusted sites list.
That way, if a user has not added the website to their list, I would be able to generate a popup that can show instructions on how to do so manually, or at least display a direct link to a separate webpage with instructions.