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 difference between viewstate and hidden field in asp.net?
Explain the difference between web user control and web custom control?
Explain the server control events of asp.net ?
What is difference between inproc and outproc?
Which class is used to send an email message from an ASP.NET Web page?
How to use multiple scriptmanager controls in a web page?
What are the differences between primary foreign and unique keys?
How can you implement encapsulation in asp.net?
when a request is made in Life cycle of ASP.NET page .
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is the concept of view state in asp.net?
What are session cookies?
Explain how cookies work.
Explain the difference between asp & asp.net.
Which is better union or union all?