Hi ,
I want to create a web service using asp classic (asp/MYSQL) cuz i have my web
site based on asp classic , in order to use data on an android application .
Here is step to follow :
ASP "service"
<%
... '1. Read from database
jSonResult = ... '2. Prepare json
Response.ContentType = "application/json" '3. stream json to client
Response.Write jSonResult
%>
i need an example plz to create this asp page , and also To "produce" the JSON
output...
Original issue reported on code.google.com by Hasnae.I...@gmail.com on 2 Apr 2013 at 12:35
Original issue reported on code.google.com by
Hasnae.I...@gmail.com
on 2 Apr 2013 at 12:35