Is it possible on the server with Apache to normally open aspx
1 answer
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.
- Do not tell me where to get it - cas
- And under windows - cas
- What for? IIS is in all modern versions of windows. - mantigatos
- 2003 I and IIS do not want to use me on apache like - cas
|