Results 1 to 4 of 4

Thread: Web Service vs Web Application

  1. #1

    Thread Starter
    Member otherones's Avatar
    Join Date
    Jun 2002
    Location
    Milk Factory
    Posts
    59

    Web Service vs Web Application

    What is the difference between a ASP.net web service and a ASP.net web applicaiton?
    CSC

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    a web application is what you know asp .net as.

    a web service is a set of functions you can call from anywhere like you would with a regualr local dll.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    Cander a web application is what you know asp .net as.

    a web service is a set of functions you can call from anywhere like you would with a regualr local dll.

    And
    That is accessed through the same protcol as html allowing access to information to seemlessly pass from inside of one firewall to inside of anohter.
    "All those who wonder are not lost" -j.r.r tolkien

  4. #4
    Member
    Join Date
    Dec 2000
    Location
    UK
    Posts
    39
    Technically the Web service itself can't be accessed just like a regular .NET assembly (DLL), however .NET comes with a tool that reads the WSDL for the Web Service and creates a proxy class for you which handles all the SOAP messages and exposes a method to enable you to call it like you would anyother assembly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width