S
Seymen Ertas
Hi,
I don't know if this is the correct place to post this but i am having a
little problem with the OpenRead function of the WebClient.
Below is the code i am trying to get it to work:
WebClient Client = new WebClient();
Stream strm = Client.OpenRead("http://something.jsp?user=username");
If i simply put the url above into internet explorer i will get a valid page
that i can parse through however if i try to do this using the OpenRead
function i get an internal server error 500. Any ideas why this might happen
?
Thank You
I don't know if this is the correct place to post this but i am having a
little problem with the OpenRead function of the WebClient.
Below is the code i am trying to get it to work:
WebClient Client = new WebClient();
Stream strm = Client.OpenRead("http://something.jsp?user=username");
If i simply put the url above into internet explorer i will get a valid page
that i can parse through however if i try to do this using the OpenRead
function i get an internal server error 500. Any ideas why this might happen
?
Thank You