what is difference between webservice and window service
-
Please use a search engine, such as Google or Yahoo, to get this answer. It'll take you all of 5 seconds to find the answer. All you have to type in is "What is a WebService", or "What is a Windows Service".
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
lipupal wrote:
what is difference between webservice and window service
I used your subject as the query and pasted it in Google...Here is what I got...http://www.google.com/search?q=what+is+difference+between+webservice+and+window+service&rls=com.microsoft:en-GB&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1&rlz=1I7GGLL_enNL295[^]
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
1)Webservice is a Platform Independent,where as windows service is a platform dependent. 2)Webservice should be called inorder to invoke.Windows service gets invoked automatically based on schedule. Sivaramakrishna popuri www.sivatechspot.blogspot.com