Need suggestion either Website or web service
-
Hi, I have a developed a mobile client application for which i wants to make a server application. I have my website which have a database to it and i wants that both server application and my website will share the same database. The main feature of the server application i to make continuous http request to a URL and capture the response and perform according to the response. But i dont know what to do in this regards, i am totally stucked to this please help me what to do. which kind of application i have to make either web application or web services & how i will integrate it to my website. Thanks in advance
-
Hi, I have a developed a mobile client application for which i wants to make a server application. I have my website which have a database to it and i wants that both server application and my website will share the same database. The main feature of the server application i to make continuous http request to a URL and capture the response and perform according to the response. But i dont know what to do in this regards, i am totally stucked to this please help me what to do. which kind of application i have to make either web application or web services & how i will integrate it to my website. Thanks in advance
Hi Rahul, If ur Server application only makes continous request to the URL and get the output , Make it as a WebService which you can call through ur Web Site using Web Reference .