Which Server handles 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 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**
**