什么是单间和微软的ASP.NET实现的不同?微软、单间、不同、ASP

2023-09-07 09:37:42 作者:不甘堕落

我即将推出,将使用单声道Linux服务器上运行的ASP.NET web站点。首先,我愿做一些测试我自己的机器。我听说过许多关于单信息,但是这是我第一次真正使用它的一个项目。

到目前为止,我只部署IIS服务器上我的应用程序。我想获得有关这两个之间的区别的一些信息,但大部分单左右的StackOverflow的问题是有点过时了。

所以,这里是我的具体问题:

在不支持在ASP.NET 4.0的部分? 我可以使用NHibernate的与MySQL使用Mono? 我可以使用ASP.NET MVC使用Mono?它是它的一部分,或者它的装配需要在我的bin目录? 我可以使用MEF使用Mono?它是它的一部分,或者它的装配需要在我的bin目录? 是否有可能扩展名的URL映射到Mono的ASP.NET在Apache?

在此先感谢您的回答!

编辑:

我知道,单声道的avaliable版本可能的Linux发行版之间的差异,但通常可以在其中任何一个安装最新版本。因此,这个问题是关于最新的单声道版本。

解决方案   

不支持在ASP.NET 4.0的部分?

有关ASP.NET 4.0的API完全支持在版本计划2.8 。

  

我可以使用NHibernate的与MySQL使用Mono?

Yes你可以的。

  

我可以使用ASP.NET MVC使用Mono?它是它的一部分,或者它的装配需要在我的bin目录?

ASP.NET MVC 2包含在单2.6.7和不需要的组件,您的bin文件夹。

  

我可以使用MEF使用Mono?它是它的一部分,或者它的装配需要在我的bin目录?

MEF也应包括在2.6.7版本中,但我无法证实它,因为我只试了ASP.NET MVC 2。

  

是否有可能扩展名的URL映射到Mono的ASP.NET在Apache?

不知道这件事。

I'm about to launch an ASP.NET web site which will be running on a Linux server using Mono. First I would like to do some testing on my own machine. I have heard lots of info about Mono, but this is the first time I actually use it for a project.

微软又有新动作 .NET能否打破易被反编译的 诅咒

So far, I have only deployed my applications on IIS servers. I would like to get some information about the differences between the two, but most of the questions about Mono on StackOverflow are a bit dated.

So, here are my specific questions:

Which parts of ASP.NET 4.0 are not supported? Can I use NHibernate with MySQL with Mono? Can I use ASP.NET MVC with Mono? Is it a part of it, or its assembly needs to be in my bin directory? Can I use MEF with Mono? Is it a part of it, or its assembly needs to be in my bin directory? Is it possible to map extensionless URLs to Mono's ASP.NET on Apache?

Thanks in advance for your answers!

EDIT:

I know that the avaliable version of Mono may differ between Linux distributions, but it is usually possible to install the latest version on any of them. Thus, the question is about the latest available Mono version.

解决方案

Which parts of ASP.NET 4.0 are not supported?

Full support for ASP.NET 4.0 API is planned in version 2.8.

Can I use NHibernate with MySQL with Mono?

Yes you can.

Can I use ASP.NET MVC with Mono? Is it a part of it, or its assembly needs to be in my bin directory?

ASP.NET MVC 2 is included in Mono 2.6.7 and you don't need the assembly in your bin folder.

Can I use MEF with Mono? Is it a part of it, or its assembly needs to be in my bin directory?

MEF should also be included in version 2.6.7, however I can't confirm it since I only tried ASP.NET MVC 2.

Is it possible to map extensionless URLs to Mono's ASP.NET on Apache?

No idea about this.