-
read from and write to a file on a web server
I have a web application and want to be able read data and write data to a
file stored on the web server.
I can find code to do this for a regular application using filestream but
don't know how to do this with web application.
please help
-
Re: read from and write to a file on a web server
In article <3d095ddf$1@10.1.10.29> (from Dan <vb.@127.0.0.1>),
>
> I have a web application and want to be able read data and write data to a
> file stored on the web server.
Do you want to do it over the web (HTTP port 80)? Or do you just want
to be able to access the machine as a regular network share?
> I can find code to do this for a regular application using filestream but
> don't know how to do this with web application.
Oh, you want your web app (the ASPX or code-behind page) to write to the
webserver? Then you can just use regular filestream IO.
--
Patrick Steele
Microsoft .NET MVP
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|