I apologize if my question has been asked already, but I was unable to format my search in a way that lead to relavent results.
Is it possible to do website scripting in C# without using ASP.NET?
I would like to retain the Apache HTTP server and simply use C# instead of PHP for a project I'm going to be doing. I currently don't have access to a Windows based server and have no interest in switching to one. I was hoping that there might be some way of using C# as the scripting language in a similar fashion to the way PHP is used in the LAMP stack.