Ask a Question related to ASP.NET Security, Design and Development.
-
Erik Jensen #1
Please help with permission denied on IIS6
I am developing an application on windows server 2003 which is a domain controler. When I run ASP.NET FileStream open and try and open a file which does exist in file system i get:
Access to the path "c:\inetpub\wwwroot\files\myfile.exe" is denied.
this computer is a domain controler and I have added the user NETWORKSERVICE to the directory with read permissions
I would like to use a non web-shared directory for the file read
Do I have to reconfigure the webserver in machine.config to use a different domain account because I tried once and got a "runtime error"
Or could this be something else simple
Thanks
Erik Jensen Guest
-
Permission Denied...
I'm not sure how many people have run into this problem, but it's one that is extremely annoying. When a user submits a file to me (or anyone else),... -
ocx permission denied
I've updated an ocx (using VB6) that is currently being used in an asp 3.0 application. I created an internet package(using VB6) containing the... -
Access is Denied when I try sending email at ASP.net on IIS6
Hi all, I just migrated my website to the IIS 6.0. Everything is the same and everything is running perfect except I got this error message... -
permission denied WHY?
Hi! I wrote this script and executed on my server, with php 4.1.2 <?php $fp = fopen('test.txt', 'w'); fwrite($fp, "Bla bla"); fclose($fp); ... -
Permission Denied (in FTP)
Hello, I'm having some slight issues. I have a script which creates a directory and then copies a blank file into it 4 times each with different...



Reply With Quote

