Re: remotable object does not output file
From: Allen Anderson (allen_at_sparkysystems.com)
Date: 05/24/04
- Next message: Allen Anderson: "Re: Reconnecting events after server crash"
- Previous message: Allen Anderson: "Re: MS strategy for local RPC?"
- In reply to: Max: "remotable object does not output file"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 09:12:15 -0600
you can only write to disk with the permissions that the host process
has permissions to write. asp.net does not have every permission to
write anywhere if memory serves me correctly. You will probably need
to use impersonation to get the rights to write a file to the disk
anywhere you want.
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
On 23 May 2004 16:00:08 -0700, mi97ki@yahoo.com (Max) wrote:
>Hi,
>
>I have a remotable object hosted in IIS that loads a native DLL. The
>DLL is supposed to generate an output file. When the object is not
>hosted in IIS and implemented as a console application, there is no
>problem: the output is there. But not when it implemented as an
>assembly and hosted in IIS.
>
>Actually I tried to output a file from the remotable object itself
>(before loading the DLL) and I have the same problem: no output file.
>
>What could the problem be?
>Thanks!
- Next message: Allen Anderson: "Re: Reconnecting events after server crash"
- Previous message: Allen Anderson: "Re: MS strategy for local RPC?"
- In reply to: Max: "remotable object does not output file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|