Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hyperlinks to access outlook items Pin
asasov5-May-08 2:31
asasov5-May-08 2:31 
GeneralRe: Hyperlinks to access outlook items Pin
Anthony Mushrow5-May-08 2:37
professionalAnthony Mushrow5-May-08 2:37 
GeneralRe: Hyperlinks to access outlook items Pin
asasov5-May-08 2:40
asasov5-May-08 2:40 
QuestionAsynCallback Pin
AlexPizzano5-May-08 1:28
AlexPizzano5-May-08 1:28 
QuestionHow to access the rights and authorised users of a shared folder (in C# web based application)? Pin
Deepali Dhingra5-May-08 0:48
professionalDeepali Dhingra5-May-08 0:48 
AnswerRe: How to access the rights and authorised users of a shared folder (in C# web based application)? Pin
Peter Josefsson Sweden5-May-08 3:01
Peter Josefsson Sweden5-May-08 3:01 
GeneralRe: How to access the rights and authorised users of a shared folder (in C# web based application)? Pin
Deepali Dhingra6-May-08 19:27
professionalDeepali Dhingra6-May-08 19:27 
GeneralRe: How to access the rights and authorised users of a shared folder (in C# web based application)? Pin
Peter Josefsson Sweden6-May-08 22:04
Peter Josefsson Sweden6-May-08 22:04 
Thanks for the appreciation!

On a second note - my experience (20+ years of working with sysadmin tasks in various OSes) is that permissions should never be granted to users or organizational groups (groups that are based on peoples role's). The one way of achieving zero maintenance for folder/share permissions is:

1. Create a group (machine or domain local depending on scope of the resource) for the resource. Name it so that the resource and appropriate access is described, such as "Product presentations (modify)". Only create groups for permissions that are actually needed - otherwise, you'll end up swamped with unnecessary groups...

2. Grant the appropriate NTFS permissions to that group (as well as full control to SYSTEM and Administrators). Grant file share permissions accordingly (except for SYSTEM - not applicable at share level).

3. From then on - manage permissions by adding/removing users and/or user role groups to/from the resource group.

Not only will you never need to fiddle with file system and/or share permissions once they have been created, but you will also be able to delegate (assuming you use domain local groups) permissions management to someone who doesn't have access to the file system/share permissions. Also, it is somewhat simpler to script/automate group membership management than permissions management. You'll also never more need to see "account unknown" in an ACL after users have been deleted (if you use machine local groups and add domain users to them, you will see them in the group memberships instead - but not if you stick to domain groups).

Later,

--
Peter

QuestionWhile editing a cell that is newly created in GridView throws Index out of range error Pin
vytheese4-May-08 23:19
professionalvytheese4-May-08 23:19 
AnswerRe: While editing a cell that is newly created in GridView throws Index out of range error Pin
Luc Pattyn4-May-08 23:33
sitebuilderLuc Pattyn4-May-08 23:33 
GeneralRe: While editing a cell that is newly created in GridView throws Index out of range error Pin
vytheese5-May-08 0:13
professionalvytheese5-May-08 0:13 
QuestionProblem with Modal Form Pin
MehmetFurkan4-May-08 22:21
MehmetFurkan4-May-08 22:21 
AnswerRe: Problem with Modal Form Pin
Anindya Chatterjee4-May-08 22:39
Anindya Chatterjee4-May-08 22:39 
AnswerRe: Problem with Modal Form Pin
Luc Pattyn4-May-08 23:14
sitebuilderLuc Pattyn4-May-08 23:14 
QuestionException : RowNotInTableException was unhandled by user code Pin
cocoonwls4-May-08 22:04
cocoonwls4-May-08 22:04 
QuestionHow to intercept Rapidshare file download in WebBrowser control? Pin
Anindya Chatterjee4-May-08 21:39
Anindya Chatterjee4-May-08 21:39 
AnswerRe: How to intercept Rapidshare file download in WebBrowser control? Pin
Vikram A Punathambekar4-May-08 23:14
Vikram A Punathambekar4-May-08 23:14 
GeneralRe: How to intercept Rapidshare file download in WebBrowser control? Pin
Anindya Chatterjee4-May-08 23:36
Anindya Chatterjee4-May-08 23:36 
GeneralRe: How to intercept Rapidshare file download in WebBrowser control? Pin
Vikram A Punathambekar5-May-08 0:07
Vikram A Punathambekar5-May-08 0:07 
QuestionThis application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Pin
Member 39190494-May-08 21:05
Member 39190494-May-08 21:05 
AnswerRe: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Pin
Christian Graus4-May-08 21:10
protectorChristian Graus4-May-08 21:10 
GeneralRe: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Pin
Member 39190494-May-08 21:33
Member 39190494-May-08 21:33 
GeneralRe: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Pin
Christian Graus4-May-08 22:55
protectorChristian Graus4-May-08 22:55 
GeneralRe: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Pin
S. Senthil Kumar5-May-08 4:40
S. Senthil Kumar5-May-08 4:40 
GeneralRe: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Pin
Member 39190495-May-08 17:00
Member 39190495-May-08 17:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.