-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run on Windows IIS7 #16
Comments
Fix needed on non POSIX filesystems. |
Can you tell me the hint shown on this error?. I've patched permissions' check function to show directory permissions. |
Now receiving this: "/ Config" directory permissions are incorrect |
Permissions be 750, that means that user has full rights, group have read and execution, and others none. |
Permissions should be 750, that means that user has full rights, group have read and execution, and others none. |
How is this accomplished in a Windows environment? |
This application is running on a Windows environment. how else would I check config permissions? |
Setting permissions is a "good practice" but on Windows environment it's a big mess to accomplish it, so you can let only the IIS user to read/write the "config" directory. The only sensitive data that it contains is the DB's user/pass |
No matter how permissions are set, this error persists:
"/config" directory permissions are incorrect
Would it be possible to provide the correct security settings for the /config directory when running on Windows?
The text was updated successfully, but these errors were encountered: