directory-permissions

Can’t get IIS to serve .js files from a specified directory

I'm running IIS 5 on a Windows 2000 machine. I have an application setup in my "scripts" directory in my website, because it runs some compiled DLL's. The application is set to run scripts and executables. For some reason, when I try and access any .js files in that directory, I get "The system cannot find the file specified.". I trie...

C# WMI runs an exe on a remote computer that then runs another exe on the same computer that then calls Directory.CreateDirectory on a network path and fails. What am I missing?

Using C# WMI I start an exe on another computer and this exe starts another exe using the C# Process class. The last exe tries to call Directory.CreateDirectory using a network path (aka \\comp1\d$\dir). Directory.CreateDirectory throws this exception: Access to the path '\\\\blah\blah\blah' is denied. at System.IO.__Error.WinIOError(...

IE 8 Errors for Group Permissions for access

Hello, The company I work for is about to begin testing for a transition from IE6 to IE8. One of our main concerns is about using permissions to control intranet access to internal sites,etc. This was a problem we encountered during testing for IE7 and scrapped it all together. However, IE6 has more than its foot in the grave, its hea...

Permissions with Zend Server CE, daemon:daemon does not have enough permissions on OSX

Strangely enough the server can't resize images any more because it doesn't have enough write permissions. When I check the permissions of the directory I want to write my resized images to I see: username staff After excecuting echo exec('whoami'); and checking the httpd.conf I saw the user and group for the server was daemon:daemon ...

SVN - User directory permissions

I'm using SVN (CollabNet Subversion Edge) and Tortoise SVN to manage a website being edited by multiple people. I'd like to limit access by some users to some directories (to prevent them seeing database credentials etc). They only require read access to one directory. Is it possible to do this in SVN? Thanks! Edit They are running...