PROBLEM SOLVED!!! Operating System: Windows XP Pro/Software Package: Visual Studio/Software: Visual Interdev 6
Original Error Message: “Unable to set server into correct debugging state automatically” when trying to debug an asp application locally using Visual Interdev 6.
One important change is to set DCOM Identity on Catalog Class to “Interactive User”. This is preferred in the case local debugging.
Just FYI, these are the steps that happen behind the scenes as part of automatic debugging.
Mainly they are:
1. Set the application protection for the Virtual Dir/Application in IIS to “High Isolation”
2. Enables the debugging flags for the application in IIS
3. Creates a COM+ package corresponding to the application being debugged and the identity is set to the user when you enter credentials to start debugging. It is possible for the COM+ package to sometimes become corrupted. In which case you'd delete that instance from the COM+ applications.
Be sure to set the identity on the COM+ package to your Domain account, debugging should worked just fine. Also, take a look at the White Paper below which has walk thrus & most of the known issues with debugging:
http://msdn.microsoft.com/library/te...idebugging.htm