Re: Parsing a local file
- From: "Robbe Morris [C# MVP]" <info@xxxxxxxxxxxxxxxx>
- Date: Sat, 7 May 2005 11:32:44 -0400
Nothing to do with ASP.NET. You'd have to lower each of
their security settings in the browser to the lowest level possible.
Even then, the browser might not enable you to do this.
Why is it that you need to read/write a local file? Perhaps
you can achieve your goal another way.
--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net/home/listings.aspx
"Steve" <Steve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8CF6F0E9-1CDE-4CB2-B291-6C6BB2F22BE6@xxxxxxxxxxxxxxxx
>I do have control over the clients....i mean I can have the clients give
> access to aspnet to a specific folder, etc... would this help?
>
> "Steve" wrote:
>
>> I have a web app that needs to parse through a file that is located on
>> the
>> client machine. I get the file string from a query string & then parse
>> it.
>> It is working fine on my development box but when I put it out on the
>> test
>> server the application is looking for the file on the server & not on the
>> client machine.
>>
>> I am essentially taking the query string & using a stream reader to read
>> the
>> file.
>>
>> I'm sure i'm doing something whacky...so PLEASE set me straight!
>>
>> Steve.
.
- Follow-Ups:
- Re: Parsing a local file
- From: Steve
- Re: Parsing a local file
- References:
- Parsing a local file
- From: Steve
- RE: Parsing a local file
- From: Steve
- Parsing a local file
- Prev by Date: Object remoting
- Next by Date: Re: Parsing a local file
- Previous by thread: RE: Parsing a local file
- Next by thread: Re: Parsing a local file
- Index(es):
Relevant Pages
|