Top "Access-rights" questions

Rights granted to a user for a particular entity instance.

How to solve “Microsoft Visual Studio (VS)” error “Unable to connect to the configured development Web server”

PROBLEM If you start using "Microsoft Internet Information Services Express (IIS)" from "Microsoft Visual Studio (VS)" you may get when …

visual-studio iis-express access-rights
Add "Everyone" privilege to folder using C#.NET

I have used the code below to allow Everyone access to a folder: System.Security.AccessControl.DirectorySecurity sec = System.IO.…

c# access-rights directory-security
listFiles() returns null when it shouldn't. It used to work properly until recently and hasn't been modified

public static void main(String[] args) throws InterruptedException { // TODO Auto-generated method stub while(true) { ArrayList<File> wallpapers = new …

java batch-file jar nullpointerexception access-rights
How do I change the group ownership of a file in Ubuntu?

I have a little question on how to change the group owner of a file. At the moment the group …

linux bash ubuntu access-rights
How to find my permissions in a SQL Server database?

I'm a user of a SQL Sever database, and I want to know my access rights / permissions in the database …

sql sql-server database user-permissions access-rights
IIS ApplicationPoolIdentity 503 error

I've recently ported to a different hosting company (VDS), and on the new server, installed IIS 7.5 Express, latest versions of …

iis windows-server-2008-r2 access-rights
Why is registry written in different location than expected?

I tried to write a registry subkey and its corresponding value to registry like this: const string subKey = @"SOFTWARE\Apple\…

c# registry regedit access-rights registry-virtualization
CouchDB-wide read-only access rights

I need to create a CouchDB user which can only read documents from any database but can't write any of …

couchdb user-roles access-rights
Problem setting file system access rule

In my app on local network, any user should create a directory on shared folder using this code. test1 is …

c# winforms directoryinfo local-network access-rights