Visual InterDev

Debug User Information Dialog Box

See Also      Tasks

Use this dialog box to specify user information when starting a debugger session for server script. You are prompted for a user name the first time you debug server script after opening a project.

To debug server script, you must be able to provide the name and password of a Windows NT® user who has administration privileges on the server. The application must also be configured to run in a separate process.

Microsoft® Visual InterDev™ will automatically configure the application to run in a separate process and will enable ASP debugging for the application for the duration of the debugging session. The user name you provide is used to establish the identity of the debug session on the server. It is also used to when communicating debug information back to the client computer.

For more details, see Debugging Server Script and Debugging Remotely.

Options

Name

Type a unique identifier for the debug user. Precede the user name with a domain name and backslash, as follows: domain\username.

Password

Type the identifying string for the debug user. This string displays as asterisks for added protection.