1
vote
2answers
48 views
Permission Denied error with Django while uploading a file
Hi guys,
I currently have a simple model defined, with a photoupload feature using django thumbnails plugin.
but when i try to upload it gives me the following error:
OSError a …
2
votes
5answers
159 views
Registry access in non-admin mode
I've several long-standing apps written in Delphi that persist their settings in the registry. I've used HKEY_LOCAL_MACHINE for 'hard' settings such as configuration preferences an …
0
votes
3answers
49 views
Is it possible to set permissions in Perforce such that a user cannot integrate into a certain area of the depot?
In a perforce depot I have an area containing stable branches, and an area containing unstable branches. I want to control a users ability to create new branches (using p4 integrat …
0
votes
3answers
38 views
Site members/visitors get access denied error page because of webpart.
Hello.
I`v developed custom webpart. I can add it to page and site owners can view page with no problems.
However Site visitors/users get redirected to access denied error page. …
1
vote
4answers
34 views
Elegent Web Permission Schemes
Hello Everyone,
I'm currently writing a web application that have about 6-12 pages. On each one of these pages, I want the user to be able to do some (or all) of the following act …
0
votes
2answers
27 views
new to mac.Permission issue with applications
Hellos good fellas! now i'm desparate. I feel like i'm turning round. when i believe solve something then i break something else.
started using this mac this week.In the process o …
1
vote
1answer
11 views
ASP.NET & IIS7 : losing access rights all of a sudden …
I'm working locally on an ASP.NET website under Windows 7, and I experience stange behaviours sometimes ...
I've been working several days with several Visual Studio opened, worki …
0
votes
2answers
24 views
VB.NET Module - Can I force the use of <Module_Name>.Public_Member_Name when accessing pub. Members?
I have a situation where I have several VB.NET Modules in the same Logical-Module of a large application.
I would like the update function of each module to be public, but I woul …
0
votes
1answer
35 views
Cygwin Shell Scripts
I'm not running cygwin, but I have the cygwin ash.exe in my %PATH% as sh.exe and have cygwin1.dll in %PATH%
I am trying to invoke some shell scripts (named with no extension) usin …
0
votes
3answers
46 views
in which database software / language is it possible to create a database accessible by multiple users except its two collumns to be accessed only by admin user .
in which database software / language is it possible to create a database accessible by multiple users except its two collumns to be accessed only by admin user. please give detail …
0
votes
4answers
33 views
Access denied when loading dependancy .dll .NET
Okay,
We have a .NET WinForms application that has several .NET dll's it depends on, running on an XP machine, that is connected to a network in a large domain.
A little story, t …
0
votes
2answers
53 views
Can anyone tell me why Apache will not work, for my Django?
I get this problem when I visit my domain.com. I have compared this with my other website with the SAME set-up (just different username!!!) For some reason that website works and …
0
votes
1answer
19 views
In Sql Server 2005, how do I setup permissions using schemas and db roles?
Here is my current setup:
Database Role - MyDbRole
Schema - MySchema
User - MyUser
MySchema is owned by MyDbRole.
MyUser is mapped to my database that contains MyDbRole and MySche …
0
votes
1answer
52 views
Performing permissions change ala chmod / attrib with Powershell
I would like to do the equivalent of chmod -w+r-x foo or attrib +R foo in Windows Powershell. Putzing around, I notice a fairly gnarly Set-Acl function that looks significantly fan …
1
vote
1answer
37 views
How to get permission to edit the file apache2.conf? [Ubuntu]
Hello there, I'm a beginner Ruby on Rails Programmer and I'm trying to install Apache2 + Passenger(That's for Rails Deployment).. and at the end of the installation process, Passen …
