memtimintursun / aspjson

Automatically exported from code.google.com/p/aspjson
0 stars 0 forks source link

Create ASp classic Web service #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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