How to: Modify the Debug Configuration Settings of a SharePoint Workflow Project

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Applies to

The information in this topic applies only to the specified Visual Studio projects and versions of Microsoft Office.

Project type

  • SharePoint workflow

Microsoft Office version

  • SharePoint Server 2007

The SharePoint templates display only in projects that target .NET Framework 3.5 or earlier versions of the .NET Framework. For more information, see Features Available by Office Application and Project Type.

When you start the Visual Studio debugger, Visual Studio uses the debug configuration settings of the SharePoint workflow project to open the appropriate Microsoft Office SharePoint Server 2007 Web site and automatically associate the workflow template with the appropriate library or list.

You can modify these settings in the Properties window or by starting the New Office SharePoint Workflow wizard. For more information, see Debugging SharePoint Workflow Solutions.

To modify debug configuration settings in the Properties window

  1. Open or create a SharePoint 2007 Sequential Workflow or SharePoint 2007 State Machine Workflow project in Visual Studio. For more information, see How to: Create a SharePoint Workflow Project.

  2. In Solution Explorer, select the workflow project node.

  3. On the View menu, click Properties Window.

    The Properties window appears.

  4. In the Properties window, you can modify the SharePoint workflow debug configuration settings.

    Note

    Some of these settings require you to click an ellipsis button (ASP.NET Mobile Designer ellipse). This button starts the New Office SharePoint Workflow wizard. Complete the wizard to modify the setting.

To modify debug configuration settings by starting the New Office SharePoint Workflow wizard

  1. Open or create a SharePoint 2007 Sequential Workflow or SharePoint 2007 State Machine Workflow project in Visual Studio. For more information, see How to: Create a SharePoint Workflow Project.

  2. In Solution Explorer, select the workflow project node.

  3. On the Project menu, click SharePoint Debug Settings.

See Also

Tasks

Walkthrough: Creating and Debugging a SharePoint Workflow Solution

How to: Include Helper Files When you Debug a SharePoint Solution

Concepts

Debugging SharePoint Workflow Solutions

Troubleshooting SharePoint Workflow Solutions

Other Resources

SharePoint Workflow Solutions

SharePoint Workflow Project Templates

Office Development Samples and Walkthroughs