Click here to Skip to main content
15,917,176 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionquestion about using GET to get an image Pin
rob_ellis21-Aug-07 17:15
rob_ellis21-Aug-07 17:15 
QuestionAdding items to the Controlbox Pin
jamesrgoodwin21-Aug-07 6:24
jamesrgoodwin21-Aug-07 6:24 
AnswerRe: Adding items to the Controlbox Pin
Luc Pattyn21-Aug-07 12:31
sitebuilderLuc Pattyn21-Aug-07 12:31 
QuestionVista and the JIT Debugger Pin
#realJSOP21-Aug-07 5:08
professional#realJSOP21-Aug-07 5:08 
AnswerRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala22-Aug-07 8:59
Rama Krishna Vavilala22-Aug-07 8:59 
GeneralRe: Vista and the JIT Debugger Pin
#realJSOP23-Aug-07 8:31
professional#realJSOP23-Aug-07 8:31 
GeneralRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala23-Aug-07 8:34
Rama Krishna Vavilala23-Aug-07 8:34 
GeneralRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala23-Aug-07 9:33
Rama Krishna Vavilala23-Aug-07 9:33 
Ok Here are my findings:

1. If you are an administrator (meaning member of administrators group but running under UAC) the Debugger.Launch always works. It does not matter what account the service is running on.

2. If you are not an administrator you need to run the service under your account and you need to have SeDebugname privilege. An administrator can grant that privilege to a user by launching "Loacl Security Policy". It appears as "debug Programs" under "Users Rights Assignment".

3. If the service is not running under the same account as the you than the debugger cannot attach as it fails to inspect the processes identity. I think it can be done by injecting a dll and modifying some ACLs, something similar to this article: http://www.codeproject.com/macro/clrdebugenable.asp[^]. I will have to research further.

So I will say go with 2.


GeneralRe: Vista and the JIT Debugger Pin
#realJSOP23-Aug-07 23:51
professional#realJSOP23-Aug-07 23:51 
Question#Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 3:58
professional#realJSOP21-Aug-07 3:58 
AnswerRe: #Region - Am I Missing Something? Pin
Leslie Sanford21-Aug-07 4:35
Leslie Sanford21-Aug-07 4:35 
GeneralRe: #Region - Am I Missing Something? Pin
originSH21-Aug-07 4:56
originSH21-Aug-07 4:56 
GeneralRe: #Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 5:01
professional#realJSOP21-Aug-07 5:01 
GeneralRe: #Region - Am I Missing Something? Pin
originSH21-Aug-07 5:08
originSH21-Aug-07 5:08 
GeneralRe: #Region - Am I Missing Something? Pin
pbraun21-Aug-07 5:22
pbraun21-Aug-07 5:22 
GeneralRe: #Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 5:27
professional#realJSOP21-Aug-07 5:27 
GeneralRe: #Region - Am I Missing Something? Pin
Luc Pattyn21-Aug-07 5:36
sitebuilderLuc Pattyn21-Aug-07 5:36 
GeneralRe: #Region - Am I Missing Something? Pin
martin_hughes22-Aug-07 4:44
martin_hughes22-Aug-07 4:44 
GeneralRe: #Region - Am I Missing Something? Pin
Scott Dorman21-Aug-07 7:02
professionalScott Dorman21-Aug-07 7:02 
GeneralRe: #Region - Am I Missing Something? Pin
Vasudevan Deepak Kumar22-Aug-07 5:21
Vasudevan Deepak Kumar22-Aug-07 5:21 
AnswerRe: #Region - Am I Missing Something? Pin
PIEBALDconsult26-Aug-07 6:11
mvePIEBALDconsult26-Aug-07 6:11 
QuestionSwitch from Http to Https?????????? Pin
Nithin Krishna21-Aug-07 0:48
Nithin Krishna21-Aug-07 0:48 
AnswerRe: Switch from Http to Https?????????? Pin
Vasudevan Deepak Kumar21-Aug-07 1:33
Vasudevan Deepak Kumar21-Aug-07 1:33 
QuestionEmailing Pin
boyindie21-Aug-07 0:13
boyindie21-Aug-07 0:13 
AnswerRe: Emailing Pin
Vasudevan Deepak Kumar21-Aug-07 1:33
Vasudevan Deepak Kumar21-Aug-07 1:33 

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.