How would you get ASP.NET running in Apache web servers -
why would you even do this?
Answer Posted / p.ramakrishna
You need to create a CLRHost, which hosts the CLR (ASP.NET)
on top of Apache.
Since Apache is #1 webserver used by many companies, this
would allow more number of web site owners
to take advantage of ASP.NET and its richness.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the sequence in which ASP.NET events are processed?
Difference between application events and session events
How do I know asp.net mvc version? : Asp.Net MVC
What is cas?
What is the difference between web config and machine config files?
How does viewstate work?
Define secured sockets layer.
What is the mvc framework?
What is difference between view state and session state?
Is session stored in browser?
Differentiate between file-based dependency and key-based dependency.
What is the use of web.config and machine.config files?
What are the event handlers that we can have in global.asax file?
How do u optimize a query in asp.net?
To get the values in two different controls to match which control you use it?