Re: File authorization
From: Philip Q [MVP] (wisemonk_at_mvps.org)
Date: 03/28/04
- Previous message: Paul Glavich [MVP - ASP.NET]: "Re: apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail"
- In reply to: Balint Toth: "File authorization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 28 Mar 2004 22:19:01 +1200
Balint Toth wrote:
> I made a web service which comminicates with a smartphone.
> On the server the web service writes some files, and the client should
> download them. But the files the webservice wrote have no read/write rights,
> so the client is denied to download them.
>
> How can I add read authority to a file I created? Maybe some IIS settings (I
> add all right to the directory in which the file is created)?
>
>
The easy way would be to set these permissions on the containing folder
of the files and then force these permissions to inherit the objects within.
-- Philip Q Microsoft MVP [ASP.NET]
- Previous message: Paul Glavich [MVP - ASP.NET]: "Re: apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail"
- In reply to: Balint Toth: "File authorization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|