Create webservice (ashx) using Portal Engine

Alan Wu asked on April 22, 2014 10:27

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

Correct Answer

Brenden Kehren answered on April 22, 2014 13:23

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.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.