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…
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)- A10% (5)
- B85% (44)
- C4% (2)
- D2% (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
Community Discussion
No community discussion yet for this question.