Link to home
Start Free TrialLog in
Avatar of mawingpui
mawingpuiFlag for Hong Kong

asked on

Classic ASP Compiler

Hi Experts,

Based on your experience,
do you know any Compiler for ASP???
any IDE for ASP (like Visual Studio) ???

Many Thanks!!!
ASKER CERTIFIED SOLUTION
Avatar of Om Prakash
Om Prakash
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mawingpui

ASKER

maybe I should say VBScript Compiler...
Because when I run the test.asp, it may come up with errors..
I want to prevent any typos mistakes... so i need to compiler before put it on the web server. (Just like Build / Play(F5) in Visual Studio.net)

 

' variable count is not declare
For i = 0 to count
   Response.Write(i)
Next

' Function not exist
Set myobj = new Store()

Open in new window

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial