I can see the site Library Gubkin University http://elib.gubkin.ru and its source code with Chrome, Firefox, Webkit test,etc, but when using the code in VB, it appears error 403 forbidden Why and what can I do to be able to view the source code using VB?
I use the same code that I found on this site
Dim sourceString As String = New System.Net.WebClient().DownloadString("SomeWebPage")
from How to get the source code of a html page using VB.net?
Thanks for your help!