On Fri, 03 May 2013 17:53:58 GMT, Suliman wrote:

I know that Apache can serve ASP.NET sites with mod_mono.
Would it's possible to implement such functionality in Vibed?

Based on a quick look at mod_mono, it looks like this would be easy to implement for vibe.d (it just forwards incoming requests to a separate mono based server), but there is nothing along those lines that I know of.

But in general I agree with Dicebot that it probably makes most sense to run both, the vibe.d site and the ASP.NET site behind a reverse proxy (e.g. Nginx for speed or Apache for simplicity if the ASP site already runs on Apache).