Hello,
I assume I can use a basic ASP.NET aspx page as a web service to return data right? Is there any disadvantage to doing this? I plan to pass in some parameters each time and have it call a stored procedure and return data as I need. I can format it as json if I want also.
Just checking though…
Warren