开发者

How to run ASP.NET 4.0 website on Apache server?

开发者 https://www.devze.com 2023-02-16 06:01 出处:网络
I understood that I need to use «mod_aspdotnet», but I can\'t find this modul开发者_开发百科e for ASP.NET 4.0: only for 2.0.

I understood that I need to use «mod_aspdotnet», but I can't find this modul开发者_开发百科e for ASP.NET 4.0: only for 2.0.

Please, help me.


Try to look at the Mono Project.

They have a module for the Apache server called «mod_mono».

Hope this helps.


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.


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:

ASP.NET - Mono

And More specifically here:

Mod mono - Mono

0

精彩评论

暂无评论...
验证码 换一张
取 消