Re: [DOTNET] Returning Stream from Remoting under IIS

2002-05-02 Thread Greg Reinacker
The first thing that comes to mind is to check to see if the ASPNET user on the server have access to read (or write, depending on what you're trying to do) the file you're trying to open... Greg Reinacker Reinacker & Associates, Inc. http://www.rassoc.com -Original Message- From: dotne

[DOTNET] Returning Stream from Remoting under IIS

2002-05-02 Thread Tewari, Vijay
I am attempting to return a stream object from a remote object (using remoting but hosted under IIS). I basically give a filename from the client and expect to get a stream on that file. I fully aware that this is as bad idea from security but this is a proof of concept and not a "REAL" solution.