BUG: Application Protection Setting Does Not Return to Medium After You Debug Automatically in Visual InterDev (292241)



The information in this article applies to:

  • Microsoft Visual InterDev 6.0
  • Microsoft Internet Information Services 5.0

This article was previously published under Q292241

SYMPTOMS

When you are debugging automatically in Visual InterDev, if a project on a Microsoft Windows 2000 Web Server has its Application Protection setting configured to Medium, the Application Protection setting does not return to Medium after you stop the debugger but instead changes to High.

CAUSE

During automatic debugging, Visual InterDev temporarily sets the Application Protection of the project directory in Internet Information Server (IIS) to High. If the Application Protection is initially set to Low or High, this setting is correctly returned when you finish the debugging session. However, if the Application Protection is initially set to Medium, the setting remains at High.

RESOLUTION

To work around this problem, manually change the Application Protection back to Medium as follows:
  1. From the Windows Start menu, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
  2. In the Internet Services Manager console, right-click the application directory for your project, and then click Properties.
  3. On the Directory tab, in the Application Settings drop-down list box, click Medium(Pooled).
  4. Click OK to save your changes.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:6/29/2004
Keywords:kbBug kbDebug kbpending KB292241