We've got a CAD tool which offers automation and has two "inbuilt" interpreters, VBScript and JScript. Now we've got a performance problem and are looking for possible speedups. So far we did much of our programming in VBScript but I've just discovered
I have an aspx web pages which interacts with an asmx service. The calls to web service are done via Javascript. The asmx service method has the following parameters: public string RetrieveContact(string Id, int EntityTypeCode)