VS 2010/2012 Web browser problem https
I guys i'm having a big problem.. i'm "programming" a container of the most used site from my department (a sort of tabbed webbrowser) all is fine except a for a https site that cannot be display.
the point is: on jobs pc the https site works perfectly with every browser (mozzilla, ie, chrome) but not with my vb app based on webbrowser IE. What can i do?? thanks
Re: VS 2010/2012 Web browser problem https
Can you explain more, do you get an error? also post your code
Re: VS 2010/2012 Web browser problem https
hi erik as i say i'm not really programming.. i'm using the visual part filling the prperty box.
the poi is that the site won't load. it remains blank page.. all the other works..
i don't really know how to solve..
Re: VS 2010/2012 Web browser problem https
Well, if you're sure that you're using the full correct url, the site doesn't require some form of authorisation (cookie or the like), and isn't restricted in some way, there is nothing to do. If you can access it in IE, you can access it in the WebBrowser control, all things being equal. If you can't then there are factors in play of which we cannot know.
Re: VS 2010/2012 Web browser problem https
ok! thank you..
So i need to ask to my IT team about the authorization thanks