Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging ASP?
Message
From
20/05/1999 19:01:56
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
20/05/1999 15:17:17
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00221085
Message ID:
00221198
Views:
16
>Hi All,
>
>What is the best way to debug applications in VBScript / ASP????
>
>It's not as clean as SET STEP ON.....
>
>Any tips would be greatly appreciated.
>
>TIA
>Michael

The low-level answer is to use
RESPONSE.Write("Stuff")
all over your code so that you can see what has been executed, and also to check on variable values.

There is an ASP script debugger in IIS 4, but I haven't used it yet.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Reply
Map
View

Click here to load this message in the networking platform