Is it possible on the server with Apache to normally open aspx

    1 answer 1

    If by opening aspx you mean launching an ASP.NET application, then yes, it is possible.

    For this, the mod_mono component is mod_mono .

    UPD.

    Previously, mod_aspdotnet developed specifically for running ASP.NET under apache 2 on a windows-based platform. Unlike mod_mono it uses native runtime.

    Here you can find some manual for setup, here you can download mod_aspdotnet itself.