MauricePaint
IS-IT--Management
Hello, Can you help me please?
I have installed Visual Interdev 6 over Windows XP Pro, and V. Interdev Server and changed DCOM configuration (Catalog Class Machine Debugger), but I don't debug a simple ASP page.
When I press Run (f5) debugger ask me for a valid user, after apparently interdev set to debug mode and internet explorer 6 is open but the code is executed directly without debugger and skips server-side breakpoints. I try unistall the server and apply win xp pro service pack 1, but the result is the same.
My simple ASP code to debug is:
<%
for i=1 to 20
response.write "Hello World!" '<-- Breakpoint
next
%>
thanx.
I have installed Visual Interdev 6 over Windows XP Pro, and V. Interdev Server and changed DCOM configuration (Catalog Class Machine Debugger), but I don't debug a simple ASP page.
When I press Run (f5) debugger ask me for a valid user, after apparently interdev set to debug mode and internet explorer 6 is open but the code is executed directly without debugger and skips server-side breakpoints. I try unistall the server and apply win xp pro service pack 1, but the result is the same.
My simple ASP code to debug is:
<%
for i=1 to 20
response.write "Hello World!" '<-- Breakpoint
next
%>
thanx.