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
Why Unload event of MasterPage Calls first in ASP.net ?
How can exception be handled with out the use of try catch?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How do you declare static variable? What is its lifetime?
What is asp.net file?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is route in web api?
Why asp.net is used?
Explain in what order a destructors is called.
How would you get asp.net running in apache web servers?
Distinguish between Server-side and Client-side code?
What are server side controls?
Is it possible to apply themes to an asp.net application? If yes, then how?
Describe the application event handlers in ASP.NET?
What is paging in context of Memory?