What's the difference between web service and web application?

K

KC Eric

Hi all, in VS.net 2003, in the New Project page, I saw ASP.Net Web Service
and ASP.Net Web Application.

What's their difference?

When should I use which one?

Thanks!

KC
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top