asp.net - Debug VBScript from MSScriptControl.ScriptControlClass, Change DefaultAppPool registry -


i have asp.net application use msscriptcontrol.scriptcontrolclass execute vbscripts. however, breakpoints ('stop') ignored when eval() function runs script. i'd see jitdebugger triggered, allow me use microsoft script debugger debug script. has had similar issues?

edit: after investigation found due our iis settings (we using windows authentication) asp.net worker process runs defaultapppool , not have same privileges or registry set logged on user. guess question "how change regsitry keys defaultapppool user?"

edit2: asked question in separate thread , got answer: how change registry keys defaultapppool?

the answers "debugging script in ms script control" list relevant options , registry values.

if hints not help, try isolate culprit systematic checks. can debug

  1. a console script without script control
  2. a console script using code via script control
  3. an asp without script control

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -