ASP.NET Website or Web service?
Posted
by
fireBand
on Stack Overflow
See other posts from Stack Overflow
or by fireBand
Published on 2010-12-31T04:50:03Z
Indexed on
2010/12/31
4:54 UTC
Read the original article
Hit count: 214
Hi,
I am trying to implement a service to download a image file. The code does nothing but upload a file to the response with each client request.
There are no SOAP messages involved but I am planning to implement it as ASP.NET web service. It can also be implement as ASP.NET website but since it has no view (forms, html etc) I planned to implement a web-service.
Is this a better approach? Does ASP.NET Website offer better performance that a Web-service?
Which one would be better is this situation?
Thanks in advance.
© Stack Overflow or respective owner