Results 1 to 2 of 2

Thread: Whats the difference between asp.net app and webservice app?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2002
    Posts
    1,602

    Whats the difference between asp.net app and webservice app?

    We are having some arguments here at work, about the difference in the excuting environment of webservices and asp.net apps. My point is that both these are being executed by aspnet worker process and the difference is how the data is transmitted to the client... HTML-XML-SOAP..


    can anyone enlighten *us* about the techhnical differences (except that they inherit from different classes)...


    kind regards
    Henrik

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Both use the aspnet engine. All Web Services are are a special isapi handler for the call to asmx files, just like the isapi handler for aspx files. That's really it from my understanding.

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