Hi friends,
Can you explain, what are the diffences between WebApplications and Webservices?
Thanks in Adavnce
Karthika Palaniswamy.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Oct 24, 2009, 7:12 AM
Here is Crystal Clear Difference Between Both of Them
if it helps you please check "Do you like this answer" please :)
jingePosted Oct 24, 2009, 5:51 AM
Please check it out!
http://www.dotnetspider.com/resources/1520-Difference-between-web-site-web-application.aspx
Deepak BhatiaPosted Oct 24, 2009, 5:49 AM
jingePosted Oct 24, 2009, 5:49 AM
WebApplications, as it's name tells, it's an application. It contains everything that application includes. Like presentations, resources, and dependencies. For example, asp.net and php and jsp application are WebApplications.
WebServices is just a set of methods could be in the other servers or deployed in the same server as the web application. In you application, if you want some service(method), you just can add reference to some webservice, and cosume it's methods provided by its interface.
If you think my answer helps, please mark it.
Thank you.