Tagged Questions

8
votes
9answers
881 views

Where are the best locations to write an error log in windows?

Howdy, Where would you write an ErrorLog.txt file in Windows? Keep in mind the path would need to be open to basic users for file write permissions. I know the eventlog is a …
7
votes
8answers
452 views

How do I check whether File.Delete() will succeed without trying it, in C#?

Hi, In C#, System.IO.File.Delete(filePath) will either delete the specified file, or raise an exception. If the current user doesn't have permission to delete the file, it'll rais …
7
votes
6answers
624 views

What to do when bit mask (flags) enum gets too large.

I have a very large set of permissions in my application that I represent with a Flags enumeration. It is quickly approaching the practical upper bound of the long data type. And …
7
votes
6answers
866 views

How can I use a new Perl module without install permissions?

Here is my situation: I know almost nothing about Perl but it is the only language available on a porting machine. I only have permissions to write in my local work area and not th …
6
votes
2answers
126 views

What are the minimum permissions a user needs to install and run a ClickOnce app based on .NET 3.5?

Googling reveals many technical details and framework/OS prerequisites, but it seems to be hard to find a source that lists the permissions that are required for installing and run …
6
votes
2answers
484 views

What application trust level is need for ASP.NET MVC framework?

Hi, i am trying to deploy simple asp.net mvc frameworkd application in may shared hosting and i get erro like this: Security Exception Description: The application attempted to p …
6
votes
2answers
220 views

Simulating Shared Hosting Trust Levels

I want to simulate the trust levels of a shared hosting environment on my development machine so that there are no nasty surprises when I come to deploy my solution. I added this …
5
votes
3answers
139 views

C# Remove All Directory Permissions

In C# (2.0) How do I remove all permissions to a directory, so I can limit the access. I will be adding access back to a limited set of users.
5
votes
4answers
330 views

Why can I ‘touch’ a write-protected file?

Why is it possible to touch a write-protected file? Shouldn't the following give an error? $ touch test.txt $ chmod a-w test.txt $ ls -l test.txt -r--r--r-- 1 name group 0 Jun 1 …
5
votes
4answers
570 views

How to recursively chmod on subdirectories?

I want to recursively chmod all of the subdirectories below my calcium directory: chmod a+wx calcium How do I change the above command to do this? I believe I'm using bash shel …
5
votes
1answer
2k views

programatically add user permission to a list in sharepoint

how do i programatically add user permission to a list in sharepoint. i want to add the permission "Contribute" to a user or group for a certain list. im using c# Thanks..
5
votes
2answers
689 views

How to limit the number of users that can access a SharePoint site collection?

We're implementing a hosted Windows SharePoint Services 3.0 system and I need to limit the number of users that a customer can give access to a site collection. A customer should b …
5
votes
5answers
2k views

Will Django be a good choice for a permissions based web-app?

I've been exploring the details of Django for about a week now and like what I see. However I've come upon some.. negativity in relation to fine-grained control of permissions to t …
5
votes
5answers
2k views

Best Role-Based Access Control (RBAC) database model

What is the best database schema to track role-based access controls for a web application? I am using Rails, but the RBAC plugin linked by Google looks unmaintained (only 300 com …
5
votes
7answers
2k views

Can I listen on a port (using HttpListener or other .NET code) on Vista without requiring administrator priveleges?

I'm using HttpListener to allow a user to set up a proxy on a user-defined port. When I start the HttpListener, I get an exception if the application isn't running under administra …

1 2 3 4 5 38 next
15 30 50 per page