Does anyone know of a syntax checker for classic ASP ?
Posted
by Edelcom
on Stack Overflow
See other posts from Stack Overflow
or by Edelcom
Published on 2010-01-25T08:09:06Z
Indexed on
2010/03/09
11:06 UTC
Read the original article
Hit count: 268
As part of my my web development system I have written a text editor witch (among other formats like CSS and HTML) has got ASP syntax highlighting.
Does anyone know of an ASP syntax checker program of (preferably) DLL that I could call from within this editor, so that I could present my users with a list of errors (like I already do with an HTML validator).
I would like to check for the ASP syntax before using the code on a web page. Now, depending on the type and the place of the error, it can take days or weeks before some error pops up.
© Stack Overflow or respective owner