Tagged Questions
0
votes
0answers
25 views
How to read a folder's sharing permissions from C#
I need to determine if a particular folder has been shared with the user HomeGroupUser$ with read-only permissions. The following code is incomplete since I am a WMI newbie have not found posts with ...
0
votes
2answers
60 views
C# write and read appsettings and log files best practice (UAC Program Files x86)
I have the following scenario:
1. A running Windows Service that collects some data (files) that should be stored in a central place. To know which files have to be stored I like to have a ...
0
votes
0answers
9 views
No Modify Permissions After Application Installation
I have an application and within the directory the application resides is an App_Data folder. Within the App_Data folder resides a front-end Access file containing stored queries. This front-end file ...
0
votes
2answers
112 views
How to set correct file permissions for ASP.NET on IIS
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code : 0x80070005
Config Error : ...
0
votes
0answers
29 views
Custom code access permission throws SecurityException with message “Failure decoding embedded permission set object.”
We have a pretty elaborate authorization system which requires the use of a custom permission somewhat similar to PrincipalPermission. I followed all suggestions on MSDN and looked at the code of ...
0
votes
0answers
21 views
Windows User Permission influences SQL query outcome from MS Access
I have a baffling situation with a Windows .NET 3.5 desktop application that retrieves data from an MS Access (.mdb) file and displays it in reports. We have this software installed with more than 50 ...
1
vote
1answer
72 views
How to prevent the Facebook Application to ask any permission?
I have a facebook App and it works.
But when users go to the app page it try to do access users base information. It asks
permission(just first time). Be able to see anyone without any question.
I ...
0
votes
0answers
136 views
Constructor of EventWaitHandle fails with “A required privilege is not held by the client.”
When I create EventWaitHandle with specified EventWaitHandleSecurity the constructor throws the exception:
Unhandled Exception: System.IO.IOException: A required privilege is not held by the ...
0
votes
1answer
98 views
use IIS 7 Manager to set permissions
I followed the steps in here but do not know how to setup permissions, i need to create a directory and unzip a zip file into it and get access denied on the CreateDirectory line:
string zipCurFile = ...
1
vote
1answer
46 views
Write a log in .NET - permissions issue
I need in a .NET Windows Application to write some log text and then display that text to the user.
I have no specific requirements on WHERE to create the log file.
Initially I wrote the log file in ...
1
vote
1answer
169 views
How to assign access rights “Everyone” to a directory
I encounter a problem to assign access rights to "Everyone" on a directory folder "wwwroot" on windows from my little programm in C#.
Here's how I do it.
//I also try with 'S-1-1-0'/'Everyone' but ...
0
votes
1answer
158 views
Failed to update database “*.mdf” because read only EntityFramework
I have a C# .NET Framework 4.0 desktop application with Entity Framework as DAL.
When a try to save a data into DBContext on anybodies machine but mine, I recieved an exception
Failed to update ...
0
votes
0answers
13 views
System.Configuration.Provider.ProviderException: Property 'userAccountControl' not found [duplicate]
Possible Duplicate:
Property ‘userAccountControl’ not found
I'm using IIS 7.5 with an MVC 3 application which connect to Active Directory.
The application is suppose to make CRUD operation ...
0
votes
1answer
371 views
asp net app 403 - Forbidden: Access is denied. from a remote client. Windows Server 2008
I have just deployed a Asp.Net MVC 4 application to a brand new web server here in my company. It is running Windows Server 2008, SQL Server 2008 and IIS7.5
I configured the application in IIS
...
0
votes
1answer
64 views
Permission- / Roleframework in .NET
I've a 3-tier application (client, server, dbms) and I'm looking for an Permission- /roleframework. I know a Role- / Permissionframework in Java EE with GlassFish. The framework that I'm looking for, ...
0
votes
3answers
391 views
How to give Create, Read and Modify permissions to all users for a file created by my application in C:\ProgramData?
My application basically creates an XML file in C:\ProgramData\MyAppFolder and dumps config settings in it.
I need to allow even standard users to have permission to add or delete settings to these ...
0
votes
2answers
83 views
ACL: How to check, or uncheck options
I add group in ACL for my folder, but I can't check/unchek options for it.
String account = @"HYPROSTROY\Все сотрудники";
FileSystemRights rights = FileSystemRights.FullControl;
// I have tried and ...
0
votes
1answer
102 views
Set permissions for directory and child items
My program to copy some directory, with subdirectories and files from server to local computer. I need, each local user can to modify it (edit/delete/remove/rename). But now it can do owner only. How ...
0
votes
1answer
507 views
IIS8 permissions on mapped network drive in domain
On my PC (Windows 8) I logon as a domain user, there is no local user on my PC. I installed IIS8, Visual Studio 2012 etc to develop .NET webapplications.
I have setup IIS with default settings; .NET ...
4
votes
1answer
323 views
0
votes
0answers
61 views
.NET setup files on client environment doesn't work as expected
I have developed a simple application in Visual Studio 2010 to be used on the client's environment.
To distribute it I have created a deployment package using Visual Studio's Setup Project wizard. It ...
1
vote
1answer
58 views
MVC3 Permissions based checkboxs list
I try to find a way to show / hide actions.
i want to let the system admin choose the specific permissions for the user.
for example:
read
write
create
send message
forward message
etc...
each page ...
0
votes
0answers
121 views
ASP.NET Creating User Files As Read-Only - How to change this behavior?
I'm hoping someone could help me address a file permissions issue. I'm having a permissions problem with an ASP.NET Web Application.
When I create a file it creates the file with the Read-Only ...
0
votes
1answer
141 views
How to setup .Net application to write to Windows share
I have a .Net 4.0 App on an IIS 7 machine that needs to write a file out to a Windows share on a seperate server. I have IIS setup to impersonate and made sure my user account has write permission to ...
2
votes
2answers
229 views
Setting folder permissions across domain
I have an application that is used to perform a number of operations for segregating users on a domain such as creating Active Directory sturctures, users and groups as well as assigning users to ...
1
vote
1answer
876 views
Can ASP.Net application run Local Exe files on Button Click
I have an ASP.Net application deployed on the server. I want to know whether it will be able to access my local system exe files on button click.
I read a lot of articles regarding this on the ...
3
votes
0answers
329 views
Asynchronous WMI Event handling in .NET
I am trying to run some processes remotely using WMI and the wait for the process to finish. Currently the event watcher is semi-synchronous using WaitForNextEvent which also has a timeout in case the ...
0
votes
0answers
579 views
.NET 4.0 - “SecurityAction.RequestMinimum is obsolete”
In my code I am recieving warnings about these two lines:
[assembly:SecurityPermissionAttribute(SecurityAction.RequestMinimum, UnmanagedCode=true)]
...
0
votes
2answers
144 views
Cant Access Registry even with Elevated Permission
I am making a Service Program where it will change the start up type of certain service.
My Current code does not even let me open the registry for writing, even when I "Run As Admin".
Code:
...
1
vote
2answers
887 views
DirectorySecurity sets Special Permissions while FileSecurity does not
Examine the following two blocks of code:
System.Security.AccessControl.DirectorySecurity dsec = System.IO.Directory.GetAccessControl(str);
System.Security.Principal.NTAccount group= new ...
0
votes
1answer
128 views
How are “absolute” and “self-relative” security descriptors manipulated in C#?
I'm toying with code from here that uses RawSecurityDescriptor class to read a security descriptor from Windows registry, alter it and then store the altered descriptor back. That's basically the same ...
0
votes
3answers
1k views
iis 7.5 - allow only one domain name user to view site
I would like to have only 1 domain name user view my site (username1).
So far I cant get this to work correctly. Either everyone has access or no one has access.
Webconfig:
<authentication ...
2
votes
1answer
544 views
Hiding the Content tab from a user in Umbraco
I am looking into creating a custom app/tab in Umbraco, as an addition to the current ones (Content, Media etc..). The tab I am creating is called Articles and simply lists nodes of the article ...
0
votes
1answer
512 views
C# Random Exception when Getting / Setting Registry ACL “SeSecurityPrivilege”
I've been getting a completely random exception, I can run the same set of code 1000 times (each "run" is a full end-end of the program and thus starts as its own process from commandline and then ...
0
votes
1answer
1k views
IIS 7 Grant folder access
I get the following error:
ASP.NET is not authorized to access the requested resource. Consider granting access
rights to the resource to the ASP.NET request identity. ASP.NET has a base process
...
0
votes
0answers
114 views
NTFS and Share permissions using managed code
I have written unmanaged code to give NTFS and Share permissions for a specific user on a specific folder. I want to convert the same to managed code using P/Invoke.
I came across with ...
1
vote
1answer
209 views
Dynamic Web Form Based on Rights and Permissions
Need to design several ASP.Net Web Forms that change based on User Type and Permission Levels.
There are seven User Types defined in the database (ClientType Table, ID = 0-7).
All Fields in the ...
1
vote
1answer
68 views
SQLite database with installed program - Permissions
I'm not sure how to properly handle following scenario:
My program installs with installer
I create SQLite database in application folder (when program starts)
In some configurations I get "Attemt ...
1
vote
0answers
285 views
Cannot open MSDTC service on computer. Access is denied
I'm trying to verify that my user has access to control the MSDTC service so that it can be started if turned off. Actually, the first step would be to just verify that it has been started and it ...
1
vote
1answer
124 views
Suggestions for Detailed Application Permissions Architecture
I've got an application that needs an overhaul of it's permissioning system.
This application has 2 types of "entities" that need securing:
Users
Companies
Users are simple, they just have roles ...
4
votes
2answers
234 views
Enums to define permission sets in c#
Instead of splitting each permission into individual columns or sql server table we are rethinking of using Flag attribute to Enum for use with bit wise operations. Our application defines end points ...
3
votes
2answers
1k views
How do I deploy an IIS ASP .NET application with full trust?
We have an industrial system, which can be interfaced using some C++ DLLs given to us. I wrote a .NET wrapper to control the industrial system, then bundled this .NET wrapper into an ASP .NET web ...
0
votes
1answer
414 views
ASP.NET intranet web site writing text files to a network folder
I have an intranet application that needs to write a text file. That text file needs to live on a network share folder. I am accessing it via the UNC name "\\fileserver\subfolder\TEST.txt" and am of ...
3
votes
1answer
720 views
How to see whether “include inheritable permissions” is unchecked for a file or folder?
I'm writing a little utility in C# to make sure a specified folder and all of its contents have appropriate access rights (I want to give the Authenticated Users group full access). The following code ...
1
vote
2answers
370 views
MVC3 changes not saving when controlled disabled
I'm trying to disable MVC3 controls dynamically based on the user's permission. It works fine and automatically sets to a default value when changes are made. But when saving after clicking the submit ...
2
votes
0answers
181 views
Access to certain fields on put/get methods in WCF Data Service
At first technologies which I'm using:
Data model: Entity framework
Service: WCF Data Service
I've just wrote WCF Data Service application. I added custom authentication/authorization actions to ...
0
votes
1answer
272 views
Set permissions on ApplicationPoolIdentity for adding performance counters?
Hi,
I have a WCF(TCP/IIS7) application that needs to add performance counters on startup, this is a bit of my code for that :
category = PerformanceCounterCategory.Create("Orbit5Service", "MyApp ...
1
vote
1answer
1k views
How do I programmatically delete ASP.NET Temp Internet Files
First off, I'm not asking how to find the path or use the IO classes, etc.
The issue I have is often when restarting my site in development from Visual Studio (2010) (Win7), it's still clinging onto ...
7
votes
2answers
530 views
Assert Permissions in C#
I'm busy trying to understand the security stuff in c# and I'm struggling to see how Assert works. I'm using .net 3.5.
I made a sample app to try figure this out.
Calling method:
...
1
vote
1answer
278 views
Unable to update file attributes: Access denied
The following code, running as administrator from local hard drive, using the .Net Framework 2.0, sometimes raises an UnauthorizedAccessException on the second line:
IO.File.SetAttributes(File, ...


