G Guest Apr 25, 2004 #1 I need to retrieve/modify the content of a file located on a webserver. Also is there a way to retrieve data from a remote database with C#?
I need to retrieve/modify the content of a file located on a webserver. Also is there a way to retrieve data from a remote database with C#?
V Vladimir Scherbina Apr 25, 2004 #2 metabahn said: I need to retrieve/modify the content of a file located on a webserver. Click to expand... for retrieving files from server take a look at System.Web namespace it contains all neccessary classes to solve your task. Also is there a way to retrieve data from a remote database with C#? Click to expand... yes it is.
metabahn said: I need to retrieve/modify the content of a file located on a webserver. Click to expand... for retrieving files from server take a look at System.Web namespace it contains all neccessary classes to solve your task. Also is there a way to retrieve data from a remote database with C#? Click to expand... yes it is.
G Guest Apr 25, 2004 #3 Isn't the System.Web namespace part of ASP? Sorry, I'm new to this .NET stuff so I'm a little lost with some things.
Isn't the System.Web namespace part of ASP? Sorry, I'm new to this .NET stuff so I'm a little lost with some things.
G -glenn- Apr 26, 2004 #4 metabahn said: Isn't the System.Web namespace part of ASP? Sorry, I'm new to this .NET stuff so I'm a little lost with some things. Click to expand... No, it's part of the .NET Base Class Library. The types in the System.Web namespace are not limited to just ASP.NET apps.
metabahn said: Isn't the System.Web namespace part of ASP? Sorry, I'm new to this .NET stuff so I'm a little lost with some things. Click to expand... No, it's part of the .NET Base Class Library. The types in the System.Web namespace are not limited to just ASP.NET apps.