Ask a Question related to ASP.NET Security, Design and Development.
-
Steven Cohn #1
Strange Permissions problem
I have a web program which allows the user to select a file on his local
machine, and then copy it to the Web server. This works fine (using
PostedFile.SaveAs). But when the same program tries to Delete the file,
using file.delete, the server says access denied? Any idea how to fix
this?
Thanks
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Steven Cohn Guest
-
Strange MySQL permissions problem
I'm trying to setup a MySQL database (foo) and user (bar) that will be used to store the data for a PHPBB website. For security reasons, the... -
Permissions problem - FTP
Using Contribute 2 on Windows XP. I have a user that can publish some pages but not others. I gave him rights to edit all files in the site. I... -
Permissions Problem ???
We are experiencing a very weird problem with a new cfmx setup that appears to be a permissions problem. When we start CF as the nobody user, a site... -
[PHP] PHP permissions problem
> * Thus wrote Lowell Allen (la@lowellallen.com): I should have explained that the setup is a problem because the site uses a content management... -
PHP permissions problem
My commercial host is set up with the public root directory, "public_html", owned by user: userid, group: nobody. Directories I create within... -
Harry Simpson #2
Re: Strange Permissions problem
Steven,
I'm having the same problem trying to save the file to the a directory
inside the root of the web app. I can PostedFile.SaveAs
to the root directory of the server all day long like C:\UploadedFiles\ but
if i try to upload from a client to C:\inetpub\wwwroot\wepapp\UploadedFiles
i get permission denied. I've openned up every security setting i know off.
What am i missing??
TIA
Harry
"Steven Cohn" <scohn@idtdna.com> wrote in message
news:OqJUCOUfDHA.2236@TK2MSFTNGP12.phx.gbl...> I have a web program which allows the user to select a file on his local
> machine, and then copy it to the Web server. This works fine (using
> PostedFile.SaveAs). But when the same program tries to Delete the file,
> using file.delete, the server says access denied? Any idea how to fix
> this?
>
> Thanks
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Harry Simpson Guest



Reply With Quote

