G
Guest
New to .Net but not VB. If someone could point me in the general direction of where to look. Need to develop an application running on a server that can accept a HTTP Get, create a text file dynamically, and return the text file via HTTP. Do I need to be using HttpWebRequest and HttpWebResponse? Does anyone know of any samples showing this? Thanks.