REST service using classic ASP
-
Hi , Can we write a pure JSON REST service using classic ASP ?. My client requirement is to write it in classic ASP not .net. Could you please help. Regards Subin
-
Hi , Can we write a pure JSON REST service using classic ASP ?. My client requirement is to write it in classic ASP not .net. Could you please help. Regards Subin
Subin Mavunkal wrote:
My client requirement is to write it in classic ASP not .net.
Unless they've given you a very good reason for that requirement, my suggestion would be to find another client. :) "Classic" ASP is a dead technology. It's been dead for 12 years. Any client who demands that you write your code in a dead technology is not someone you want to deal with.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Hi , Can we write a pure JSON REST service using classic ASP ?. My client requirement is to write it in classic ASP not .net. Could you please help. Regards Subin
You could use jQuery to consume the web service. jQuery.ajax()[^] jQuery.getJSON()[^] Consuming JSON and XML Webservices from an HTML Page using jQuery[^]
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
-
Subin Mavunkal wrote:
My client requirement is to write it in classic ASP not .net.
Unless they've given you a very good reason for that requirement, my suggestion would be to find another client. :) "Classic" ASP is a dead technology. It's been dead for 12 years. Any client who demands that you write your code in a dead technology is not someone you want to deal with.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
:-D I was thinking the same. But I am just an employee here and the decision makers are non-technical guys :( :((