Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Which Server handles Request

Which Server handles Request

Scheduled Pinned Locked Moved ASP.NET
questionapachedatabasesysadminwindows-admin
16 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Graus

    You have three different servers ? Or they all have IIS, Apache and a database installed ? How are they configured ?

    Christian Graus Driven to the arms of OSX by Vista.

    N Offline
    N Offline
    nagendrathecoder
    wrote on last edited by
    #3

    Actually i was asked this question in an interview. I don't know how they are configured. I just want to know that suppose all 3 are installed then how can i know which one will handle my request.

    C Y N J 4 Replies Last reply
    0
    • N nagendrathecoder

      Actually i was asked this question in an interview. I don't know how they are configured. I just want to know that suppose all 3 are installed then how can i know which one will handle my request.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #4

      I'm sorry, you failed the job interview, by a long shot. You showed them that you have no idea how web development works. The database server will not handle any web requests. The Apache server cannot handle ASP.NET requests. The IIS server will therefore handle all ASP.NET pages.

      Christian Graus Driven to the arms of OSX by Vista.

      1 Reply Last reply
      0
      • N nagendrathecoder

        Actually i was asked this question in an interview. I don't know how they are configured. I just want to know that suppose all 3 are installed then how can i know which one will handle my request.

        Y Offline
        Y Offline
        Yusuf
        wrote on last edited by
        #5

        So, what was your answer?

        Yusuf

        A 1 Reply Last reply
        0
        • Y Yusuf

          So, what was your answer?

          Yusuf

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #6

          It should be only IIS.

          cheers, Abhijit CodeProject MVP

          1 Reply Last reply
          0
          • N nagendrathecoder

            Actually i was asked this question in an interview. I don't know how they are configured. I just want to know that suppose all 3 are installed then how can i know which one will handle my request.

            N Offline
            N Offline
            nagendrathecoder
            wrote on last edited by
            #7

            I know that database server can't handle web requests but i was confused with IIS and Apache web server. :( Can anyone tell me why Apache can't handle it?

            C N 2 Replies Last reply
            0
            • N nagendrathecoder

              I know that database server can't handle web requests but i was confused with IIS and Apache web server. :( Can anyone tell me why Apache can't handle it?

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #8

              Because it can't. Why can't Word do your taxes ? Because the people who wrote it, decided not to add that functionality.

              Christian Graus Driven to the arms of OSX by Vista.

              S 1 Reply Last reply
              0
              • N nagendrathecoder

                I know that database server can't handle web requests but i was confused with IIS and Apache web server. :( Can anyone tell me why Apache can't handle it?

                N Offline
                N Offline
                nagendrathecoder
                wrote on last edited by
                #9

                Ok, thanks all of you for updating my knowledge.

                S 1 Reply Last reply
                0
                • C Christian Graus

                  Because it can't. Why can't Word do your taxes ? Because the people who wrote it, decided not to add that functionality.

                  Christian Graus Driven to the arms of OSX by Vista.

                  S Offline
                  S Offline
                  Sherin Iranimose
                  wrote on last edited by
                  #10

                  Can't we use the Mod_AspDotNet module in appache? appche+asp.net[^] The team is retired but the old Mod_AspDotNet is available at Mod_AspDotNet[^]

                  N 1 Reply Last reply
                  0
                  • N nagendrathecoder

                    Ok, thanks all of you for updating my knowledge.

                    S Offline
                    S Offline
                    Sherin Iranimose
                    wrote on last edited by
                    #11

                    appache+asp.net[^]

                    R 1 Reply Last reply
                    0
                    • S Sherin Iranimose

                      appache+asp.net[^]

                      R Offline
                      R Offline
                      rakeshs312
                      wrote on last edited by
                      #12

                      Apache is a web server,it will handle requests only following HTTP protocol.

                      modified on Thursday, March 5, 2009 8:03 AM

                      S 1 Reply Last reply
                      0
                      • R rakeshs312

                        Apache is a web server,it will handle requests only following HTTP protocol.

                        modified on Thursday, March 5, 2009 8:03 AM

                        S Offline
                        S Offline
                        Sherin Iranimose
                        wrote on last edited by
                        #13

                        So cant we use it with asp.net?

                        1 Reply Last reply
                        0
                        • S Sherin Iranimose

                          Can't we use the Mod_AspDotNet module in appache? appche+asp.net[^] The team is retired but the old Mod_AspDotNet is available at Mod_AspDotNet[^]

                          N Offline
                          N Offline
                          N a v a n e e t h
                          wrote on last edited by
                          #14

                          That will not work with latest versions of ASP.NET.

                          Navaneeth How to use google | Ask smart questions

                          S 1 Reply Last reply
                          0
                          • N N a v a n e e t h

                            That will not work with latest versions of ASP.NET.

                            Navaneeth How to use google | Ask smart questions

                            S Offline
                            S Offline
                            Sherin Iranimose
                            wrote on last edited by
                            #15

                            Yeap, but that doesnt mean, it is not possible.

                            1 Reply Last reply
                            0
                            • N nagendrathecoder

                              Actually i was asked this question in an interview. I don't know how they are configured. I just want to know that suppose all 3 are installed then how can i know which one will handle my request.

                              J Offline
                              J Offline
                              JMummery
                              wrote on last edited by
                              #16

                              By checking the server logs.

                              Regards Julian Mummery
                              Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**


                              **

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups