I understood that I need to use «mod_aspdotnet», but I can’t find this module for ASP.NET 4.0: only for 2.0.
Please, help me.
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
Try to look at the Mono Project.
They have a module for the Apache server called «mod_mono».
Hope this helps.
Method 2
Try the Mod.Mono instead of mod_aspdotnet:
This handles ASP.NET 4.0 (with the exception of Entity Framework).
See the compatibility for more information on what Mono is compatible with.
Method 3
Actually, you don’t want to use mod_aspdotnet.
You should be using mod_mono instead.
The Mono project is the authoritative project for running .NET code on non-Microsoft platforms. You can read up on it here:
And More specifically here:
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0