When I am using VS 2012 the following code work. The page is displayed when testing in VS 2012, but when I publish the application the page is NOT displayed. I do not get a error message, but the page is not displayed. Any help will be appreciated.
Try
Process.Start("http://www.smbudget.com/SMB_Documentation")
Catch ex As Exception
lblmessage.Text ="*** Error attempting to display doc page " & ex.Message & ex.GetType.ToString
End Try
Go to the complete details ...