nerdexam
Microsoft

70-573 · Question #174

You create a sandboxed solution that contains a Web Part. You need to debug the Web Part by using Microsoft Visual Studio 2010. To which process should you attach the debugger?

The correct answer is B. spucworkerprocess.exe. MNEMONIC RULE: "Sandbox worker needs no proxy" To provide additional protection, the solution's assembly is not loaded into the main IIS process Instead, it is loaded into a separate process (SPUCWorkerProcess.exe). Sandboxed Solution Considerations If the project type lets you…

Developing SharePoint Solutions

Question

You create a sandboxed solution that contains a Web Part. You need to debug the Web Part by using Microsoft Visual Studio 2010. To which process should you attach the debugger?

Options

  • Aowstimer.exe
  • Bspucworkerprocess.exe
  • Cw3wp.exe
  • Dspucworkerprocessproxy.exe

How the community answered

(52 responses)
  • A
    10% (5)
  • B
    85% (44)
  • C
    4% (2)
  • D
    2% (1)

Explanation

MNEMONIC RULE: "Sandbox worker needs no proxy" To provide additional protection, the solution's assembly is not loaded into the main IIS process Instead, it is loaded into a separate process (SPUCWorkerProcess.exe). Sandboxed Solution Considerations If the project type lets you change the Sandboxed Solution property and its value is set to true, then thedebugger attaches to a different process (SPUCWorkerProcess.exe). Debugging SharePoint Solutions

Topics

#sandboxed solutions#debugging#spucworkerprocess#Visual Studio

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice