A
A
Andrey Tatarnikov2014-04-02 22:16:22
ASP.NET
Andrey Tatarnikov, 2014-04-02 22:16:22

What is better to choose for a simple web service?

It was necessary to implement a web service that will process a get request with a single parameter and return the result in xml.
The service uses a database and must be able to launch an executable from under a specific domain account on the host where the service lives.
Windows environment: iis, mssql.
On win, there is no development experience for the web, only console applications on c # .net.
Advise what to take so that there is less code and a simpler structure? Classic asp, mvc, razor?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Pavlov, 2014-04-02
@crackpot

Look towards ASP.NET Web API.

P
plasticmirror, 2014-04-03
@plasticmirror

if all that the code has to do is to process exactly one type of request and issue data in xml - isn't it easier to use HttpListener? why is IIS here?

O
OnYourLips, 2014-04-02
@OnYourLips

ASP.NET MVC I think there are no options.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question