[img]http://images.cnblogs.com/cnblogs_com/zenghui/270588/r_%e6%8d%95%e8%8e%b7.PNG[/img]
大侠,我的网页不能浏览。
HTTP 错误 404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。
网上好多答案,但是都不能用[img]http://www.cnblogs.com/zenghui/gallery/image/96477.html[/img]
@FFFTT
我对于老拿捆绑说事的做法越来越不满了。
@Jeffrey Zhao
楼主给出的原文链接里面有这方面的内容。
下面是原文:
Rich Application Hosting on Server Core
With Windows Server 2008 R2, you can host ASP.NET applications on IIS installations running Server Core. ASP.NET/CLR did some work to refactor and make sure that the managed code environment for ASP.NET pages could work on Server and voila! We have support for not just images, media, PHP, and classic ASP pages on Server Core but also ASP.NET applications.
CLR4.0
一直只有CLR 2.0,CLR微软并没有打算升级吧
@Angel Lucifer
Server Core能支持ASP.NET了?nb的么……
我觉得最大的改进莫过于 Server Core 支持 ASP.NET 应用,呵呵。
看起来,已经可以跟定制版本的 Linux 一较高下了。
@天堂口
可以的,没有问题,我装的搜狗五笔很好用,搜狗拼音应该也可以的
问一下,这个英文版的可以安装中文输入法吗,比如搜狗拼音输入法等等……
解决了我多年来的困惑,以前只知道它的一个字段来着。
3kx。
re: 关于DllImportAttribute 类型 Angel Lucifer 2008-07-16 05:50
补充下楼主的文章,:-)
Interop 只有在必要的时候才需要使用,比如你要用到的 Native API 没有被 CLR 封装的时候。
Interop 的主要缺点在于它的性能损失和可能会带来 Native 开发的缺陷。
因为 CLR 使用 C++ 封装 Native API,其 InternalCall 的开销比我们自行 Interop 要小,安全性上也有较好的保证。