c# - Who's the one making the HTTP request in this ASP.net code? -


title states question.

doc.load("http://weather.yahooapis.com/forecastrss?w=468739&u=c"); //parsing code goes here 

i'm positive it's server request, loads document , parses opposite client using page. however, coworker says contrary. need know due proxy authentication issues.

thanks lot!

who execute code? asp.net page hosted on server? it's server!

if executing code silverlight or that, client.


Comments