Tagged Questions
1
vote
0answers
43 views
Gracefully terminate a request based service on server [closed]
In our web application, for each http-request there is a lot of computation that happens on back end. Output can vary from 10 sec - 1 Hour. In the mean time when it is computed, "Waiting.." is shown ...
1
vote
1answer
340 views
Setting up a server at home to host a Webservice created using .NET
I am presently working on localhost. I have created few web services(.asmx) using Visual Studio 2008 and .NET Framework 3.5.
At the same time I have a mobile application (client) that consumes these ...