BUG: Client-Side Breakpoints in Active Server Pages Are Not Hit with Internet Explorer 5 Installed (233035)
The information in this article applies to:
- Microsoft Internet Explorer 5.0 for Windows NT 4.0
- Microsoft Visual InterDev 6.0
This article was previously published under Q233035 SYMPTOMS
If Internet Explorer 5.0 is installed, when automatically debugging an Active Server Pages (ASP) page that has client-side breakpoints, the client-side breakpoints are not hit. Both breakpoints set in server-side code in ASP pages and breakpoints set in client-side code in HTML pages are hit.
CAUSE
In order to hit embedded client-side breakpoints, two things need to be set:
- The Web application must have debugging turned on in the Internet Service Manager.
- The ASPCLIENTDEBUG cookie must be set for the Web folder.
Visual InterDev is setting the cookie in the "<username>\Cookies" folder but Internet Information Server is looking for the cookie in the "default user\Cookies" folder.
RESOLUTION
There are multiple workarounds for this issue:
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For a list of related debugging articles, see the following Microsoft Knowledge Base article:
244272 INFO: Visual InterDev 6.0 Debugging Resources
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbDebug kbDSupport kbScript KB233035 |
---|
|