Is ASP.NET web page okay as a webservice?

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

I don’t know much about ASP.NET, but if it responds as a standard webserver, our network.request() calls should work with it.

Any kind of web service will do. I am also using .NET as a backend for some apis. 

You just send ordinary network.request() with Corona.

I don’t know much about ASP.NET, but if it responds as a standard webserver, our network.request() calls should work with it.

Any kind of web service will do. I am also using .NET as a backend for some apis. 

You just send ordinary network.request() with Corona.