Which Server handles Request
-
Hello Friends, I have a doubt. I have developed a web application. I have 3 servers to handle the requests for web page, IIS server, Apache server and a database server. My question is, how can i know which server is handling my request or will handle my request for a particular web page? Thanks and Regards, Nagendra.
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.
-
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.
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.
-
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.
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.
-
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.
-
It should be only IIS.
cheers, Abhijit CodeProject MVP
-
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.
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?
-
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?
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.
-
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?
Ok, thanks all of you for updating my knowledge.
-
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.
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[^]
-
Ok, thanks all of you for updating my knowledge.
-
Apache is a web server,it will handle requests only following HTTP protocol.
modified on Thursday, March 5, 2009 8:03 AM
-
Apache is a web server,it will handle requests only following HTTP protocol.
modified on Thursday, March 5, 2009 8:03 AM
So cant we use it with asp.net?
-
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[^]
That will not work with latest versions of ASP.NET.
Navaneeth How to use google | Ask smart questions
-
That will not work with latest versions of ASP.NET.
Navaneeth How to use google | Ask smart questions
Yeap, but that doesnt mean, it is not possible.
-
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.
By checking the server logs.
Regards Julian Mummery
Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**
**