Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Debugging ASP


Message #1 by bill.knapp@t... on Sat, 9 Dec 2000 01:32:23 -0000
Here is one method of debugging pages in interdev:

1. Post the pages on a development server.
2. Do not have on 'error resume next' in your code until after you are
finished debugging.
3. Open the page.
4. If your page has an error on loading it will probably be "500 - Internal
server error".
5. Open that page in interdev.
6. Remove all code and only place <html></html> on the page.
7. Refresh the page in your browser.
8. Replace the <html></html> with your original code.
9. Refresh the page in the browser.
10. Your error along with the line it occurs should appear.



> Subject: RE: Debugging ASP
> From: Stephane_Dattenny@D...
> Date: Mon, 11 Dec 2000 02:08:30 -0600
> X-Message-Number: 1
>
> Hi
>
> To debug under Interdev, try the following things:
> - you must be administrator
> - try to install again: "V Interdev server" and "Remote Machine
Debugging".
> You will find these elements in the CD2 of Visual Studio.
> - try to see the event log on Windows (maybe you will find here the
answer).
> - look at msdn.microsoft.com in search section. They explain issue for VID
> debugging under Win2000 (try search with "interdev debug win2000"
>
> Best regards / Cordialement
>
> Stephane Dattenny
> Dell Computers - EMEA IT - VB and Web developer
> Phone: +33 (0)4 99 75 49 88
>
>
>
>
> -----Original Message-----
> From: bill.knapp@t...
> [mailto:bill.knapp@t...]
> Sent: 09 December 2000 19:44
> To: Interdev_Programming
> Subject: Debugging ASP
>
>
> I am using Visual InterDev 6.0 (SP4)50021-335-2607686-35734.  I am having
> great difficulty getting debugging to run properly.  I wonder if anyone
> else has had these problems.  Specifically I am getting the message:
>
> Unable to set server into correct debugging state automatically.  You may
> not be able to debug ASP pages.  Do you want to continue launching the
> Debugger?
>
> I choose "Yes" and it seems to run but I get strange behavior even on
> client side breakpoints.  If you choose "Help" I get no response.  I am
> running everything on a single machine with Win 2000 Server (SP1).  I have
> attempted to set the debugging option correctly. I have re-installed the
> operating system twice to insure that I have set up debugging for ASP
> pages properly.  Obviously I still have something wrong but I don't know
> what to try next.  Any ideas?

---
You are currently subscribed to interdev_programming as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-interdev_programming-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index