That's technically true, but unlike any framework that actually runs on linux asp.net stuff can only run on microsoft's kestrel webserver, which requires being behind a reverse proxy.
There is no reason it cannot run as an apache fastcgi module. They are currently working on getting it to run in the W3WP working process on IIS/Windows.
geezerjay|7 years ago
That's technically true, but unlike any framework that actually runs on linux asp.net stuff can only run on microsoft's kestrel webserver, which requires being behind a reverse proxy.
sebazzz|7 years ago