Hi Eric,
Web service is a programmable unit of software that can be accessed over the
Internet and used remotely. It can be used internally by a single application
or exposed externally over the Internet for use by multiple applications.
Web Services are services with standard interfaces that just expose a
behavior.
Where as Web Applications can be defined as all the Web pages (.aspx, .jsp,
and HTML files), handlers, modules, executable code, and other files (such as
images and configuration files) that can be invoked from a Web server.
Sounds complex....
Web Applications resides in a web server like IIS. Web Application is a
collection of all the web pages. These are the pages which will be displayed
when a request is made by the browser.
HTH,
Need any help, do post a msg back...
happy Coding