Hi all
I am trying to create a webservice (ashx or something similar) using Portal Engine. Basically this service is used to receiving POST request, getting POST data and do some processing afterwards. So I am wondering if there's a way to create such a file without actually create a file in the Kentico project.
Thanks Alan
ASHX is a handler, ASMX is a webservice. Both would need to have physical files created within the file system. An alternative could be to use the Kentico REST module.
Please, sign in to be able to submit a new answer.