Hello!
I am trying to develop a proof-of-concept HelloWorld kind of thing that is basically an interpreter of server pages. The challenge is to have the same codebase for the interpreter being called from an Apache module and an IIS handler.
So, calling this "thing" (written in C#) from an IIS 7.0 handler is easy (also C#) but to my knowledge an Apache module can only be written in C, so I'll have to call C# code from C - is this possible?
The idea was to have this interpreter of sorts work in both IIS and Apache, like PHP :D
Any thoughts? Thanks for your time and reply!
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









