Is there a way for apache to “pass through” the request that the C # application needs to “process”, allowing it to return specific content. I want to handle an intense amount of asynchronous apache calls through javascript and pass those calls through C # (as asp.net does). Has anyone successfully done this before? Any idea where to start looking?
Update :
Additional Information. I want to be able to process thousands of simultaneous asynchronous requests as quickly as possible, to write an interpretation agent in some kind of C # threaded application. I could be wrong, but I do not think that iis with asp.net is configured for this kind of thing (proof of concept would be wonderful).
I feel that something like apache is best suited. If this means the transition from something else to C # is ok at first, I think, but I would like to be more direct.
c # apache webserver configure
Tested
source share