随笔 - 4  文章 - 0 评论 - 22 trackbacks - 0

最新评论

共2页: 1 2 下一页 
Re:Windows 7 和Windows 2008R2中的IIS7.5 陌上微眠 2010-11-18 14:44  
[img]http://images.cnblogs.com/cnblogs_com/zenghui/270588/r_%e6%8d%95%e8%8e%b7.PNG[/img]
Re:Windows 7 和Windows 2008R2中的IIS7.5 陌上微眠 2010-11-18 14:43  
大侠,我的网页不能浏览。 HTTP 错误 404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 网上好多答案,但是都不能用[img]http://www.cnblogs.com/zenghui/gallery/image/96477.html[/img]
@FFFTT
我对于老拿捆绑说事的做法越来越不满了。
re: Windows 7 和Windows 2008R2中的IIS7.5 Angel Lucifer 2009-01-20 12:02  
@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.
我对IIS捆绑操作系统的做法越来越不满了。
re: Windows 7 和Windows 2008R2中的IIS7.5 geff zhang 2009-01-20 09:30  
CLR4.0
一直只有CLR 2.0,CLR微软并没有打算升级吧
re: Windows 7 和Windows 2008R2中的IIS7.5 Jeffrey Zhao 2009-01-20 09:30  
@Angel Lucifer
Server Core能支持ASP.NET了?nb的么……
re: Windows 7 和Windows 2008R2中的IIS7.5 Angel Lucifer 2009-01-20 09:26  
我觉得最大的改进莫过于 Server Core 支持 ASP.NET 应用,呵呵。

看起来,已经可以跟定制版本的 Linux 一较高下了。
re: Windows 7 和Windows 2008R2中的IIS7.5 Windie Chai(笑煞天) 2009-01-20 08:30  
用了好久Win7了,也没有注意到IIS,哈哈。
re: Windows 7 和Windows 2008R2中的IIS7.5 Windie Chai(笑煞天) 2009-01-20 08:30  
用了好久Win7了,也没有注意到IIS,哈哈。
re: Windows 7 和Windows 2008R2中的IIS7.5 沙发抢夺者 2009-01-20 02:12  
我来抢沙发的
@天堂口
可以
可以安装中文输入法么?
@天堂口
可以的,没有问题,我装的搜狗五笔很好用,搜狗拼音应该也可以的
问一下,这个英文版的可以安装中文输入法吗,比如搜狗拼音输入法等等……
re: 关于DllImportAttribute 类型 airwolf2026 2008-07-16 20:24  
不错可能光看msdn还一头雾水.这个看了还不错.
re: 关于DllImportAttribute 类型 Zigzag 2008-07-16 09:20  
解决了我多年来的困惑,以前只知道它的一个字段来着。
3kx。
re: 关于DllImportAttribute 类型 Shiherpoo 2008-07-16 09:10  
没用过,学习一下!
re: 关于DllImportAttribute 类型 雅阁布 2008-07-16 08:28  
学习一下!!!
re: 关于DllImportAttribute 类型 Angel Lucifer 2008-07-16 05:50  
补充下楼主的文章,:-)

Interop 只有在必要的时候才需要使用,比如你要用到的 Native API 没有被 CLR 封装的时候。

Interop 的主要缺点在于它的性能损失和可能会带来 Native 开发的缺陷。

因为 CLR 使用 C++ 封装 Native API,其 InternalCall 的开销比我们自行 Interop 要小,安全性上也有较好的保证。
共2页: 1 2 下一页