Reputation: 543
I have seen many articles in Internet to create a RESTful Web API by selecting the WebAPI project as project type. Is there any possibility that we can create the same using console application. If possible, how can it be hosted? How does an executable file gives us the URL to consume from the client application?
Upvotes: 5
Views: 12101
Reputation: 201
Yes, there is a possibility. but we need to flow some steps to achieve this.
Hosting: domain name or IP should be given where the service is hosted.
Upvotes: 7