Re: Parsing a local file

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.


.



Relevant Pages

  • Re: Force a page refresh
    ... Without some definite action from the browser on a client machine No. ... You can't "push" a web page from a server, it has to be "pulled" by a browser http request. ... when the page is visited but the viewer / client still has to either open or "refresh" the page. ...
    (microsoft.public.frontpage.client)
  • Re: Do we need Framework to run ASP.NET page
    ... So whatever the technology you'll use to render HTML markup, ... need more than a browser client side... ... I really meant running on the client machine. ... need to be installed on server in order to run/Process the .aspx page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: the most cost effective way to persist page level objects in server
    ... I am not sure I understood the phrase "as long as the client stay in the same page" ... Browser send request to the server. ... ViewState that is kept on a server so it's not sent to browser. ... And other approach like form hidden fields, query string not to mention is ...
    (microsoft.public.dotnet.framework.aspnet)
  • atlernative to query sting on url?
    ... to pass name/value pairs from one script to another, but the query string is ... I know I could switch off the address bar in the browser window - but users ... fields client side ... are sent by a 'post' method to the server. ...
    (alt.php)
  • Re: the most cost effective way to persist page level objects in server
    ... Indeed, when the user go to other pages, those server objects should be destroyed to save server sider resource. ... Browser send request to the server. ... Ocz I can use view state, but it is persisted though client, not in server ... And other approach like form hidden fields, query string not to mention is ...
    (microsoft.public.dotnet.framework.aspnet)