Could somebody explain to me the difference between a web server and an application server?

Last post 10-02-2007 9:17 AM by xyz789. 5 replies.

Sort Posts:

  • Could somebody explain to me the difference between a web server and an application server?

    09-28-2007, 2:43 PM
    • Loading...
    • xyz789
    • Joined on 01-29-2007, 12:43 PM
    • Posts 105

    Hello,

     

    I have a really basic and simple question to ask.

     

    The web server is physically handled by IIS, right?  

     

    Is the application server also handled by IIS?

     

    I am just a little confused on the differences between a web server and an application server.

     

  • Re: Could somebody explain to me the difference between a web server and an application server?

    09-28-2007, 3:39 PM
    Answer
    • Loading...
    • Liming
    • Joined on 01-09-2006, 8:21 PM
    • Mclean, VA
    • Posts 984

    We don't  have application servers like in the Java world where Apache is the webserver and jboss/websphere/weblogic is the application server. IIS with .NET runtime installed is everything you need. Code your stuff, deploy to IIS directory and be done with it. Don't over think too much, it's simple really.

  • Re: Could somebody explain to me the difference between a web server and an application server?

    09-29-2007, 7:34 AM
    Hello xyz789,

    web server generally process only web request and host web services and web
    sites. It doesnt has too much intelligence as application server.

    App server is the next step over the web server, where a lot of different
    applications may be hosted

    x> Hello,
    x>
    x> I have a really basic and simple question to ask.
    x>
    x> The web server is physically handled by IIS, right?
    x>
    x> Is the application server also handled by IIS?
    x>
    x> I am just a little confused on the differences between a web server
    x> and an application server.
    x>
  • Re: Could somebody explain to me the difference between a web server and an application server?

    10-01-2007, 1:43 PM
    • Loading...
    • xyz789
    • Joined on 01-29-2007, 12:43 PM
    • Posts 105

    Thank you for the response, so .NET does or does not use these types of practices?

  • Re: Could somebody explain to me the difference between a web server and an application server?

    10-01-2007, 5:55 PM
    Answer

    .NET supports these practices, but there is a lack of "appication servers" support in windows world.

    U need to buid your own app server. Such things like "BizTalk Server" and WCF will help u with this

  • Re: Could somebody explain to me the difference between a web server and an application server?

    10-02-2007, 9:17 AM
    • Loading...
    • xyz789
    • Joined on 01-29-2007, 12:43 PM
    • Posts 105

    Thank you Michael for the advice, I will do more research regarding "BizTalk".

    xyz789

Page 1 of 1 (6 items)
Microsoft Communities
Page view counter