472,118 Members | 1,173 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,118 software developers and data experts.

How to debug classic ASP pages during AJAX calls in ASP.NET website

I have a legacy classic ASP website with lots of classic AJAX (many ASP files specially made for processing AJAX requests).

We are slowly migrating the website to ASP.NET 2.0 and developing under Visual Web Developer 2005/2008. I notice VWD doesn't debug ASP files. Since we are still migrating a very large website, we are mixing ASP.NET code with classic ASP (ASP.NET pages making AJAX calls to classic ASP pages).

In Visual Studio 2003.NET it supported full server-side debugging in all ASP pages. Now, how can I debug the AJAX classic ASP pages? I tried running Visual Studio 2003.NET and attaching it as a debugger to Internet Explorer, but no breakpoints were stopped at.

Please can someone help. How can we debug classic ASP pages during AJAX calls?
Aug 6 '09 #1
1 3375
Frinavale
9,735 Expert Mod 8TB
Use the browser's debugger tools to debug Ajax and JavaScript.

IE8 comes with a debugger built in.
FireFox has a plugin (that I love) called FireBug that you can use for it.
Safari has it's own debugging tools built into it as well (though they're a little harder to use than IE8 or Firebug)

I have no idea how you would debug classic ASP server side code though....how did you do this in the past?
Aug 6 '09 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by Creat ASP Page Automatic | last post: by
7 posts views Thread by matvdl | last post: by
6 posts views Thread by John | last post: by
8 posts views Thread by Victor | last post: by
12 posts views Thread by mcp6453 | last post: by
15 posts views Thread by erik.oosterwaal | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.