惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
H
Help Net Security
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
I
InfoQ
SecWiki News
SecWiki News
T
Tailwind CSS Blog
Spread Privacy
Spread Privacy
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Vulnerabilities – Threatpost
N
Netflix TechBlog - Medium
P
Palo Alto Networks Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
M
MIT News - Artificial intelligence
S
Schneier on Security
T
Threat Research - Cisco Blogs
F
Fortinet All Blogs
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The Cloudflare Blog
Recent Announcements
Recent Announcements
Security Latest
Security Latest
G
GRAHAM CLULEY
IT之家
IT之家
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
腾讯CDC
Google DeepMind News
Google DeepMind News
V
V2EX
S
Securelist
TaoSecurity Blog
TaoSecurity Blog
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - 叶小钗
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Project Zero
Project Zero
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
F
Full Disclosure

博客园 - columbus.yan

asp.net两层架构常用 - columbus.yan - 博客园 ASP.NET中备份恢复数据库 - columbus.yan - 博客园 SQL Server连接失败错误小结 一条指令搞定“关于内存不能READ“的问题 windows2003中安装.netframework1.1 解决数据库日志文件过满的又一方法 Windows XP 注册表修改大全 两步彻底解决数据库中的日志已满的情况 T-SQL使用技巧集锦5 T-SQL使用技巧集锦4 T-SQL使用技巧集锦3 T-SQL使用技巧集锦2 T-SQL使用技巧集锦1 在Asp.net中如何实现弹出提示对话框 C#中常用的经典文件操作方法 多条件查询存储过程 调用存储过程 经典存储过程例子 sql大全
windows server 2008 支持 .net framework 4.0
columbus.yan · 2016-05-09 · via 博客园 - columbus.yan

windows server 2008平台下需要安装sp1,或打KB958854补丁,IIS7.0才能支持.net framework 4.0。

否则,IIS7.0中的应用程序虽然被配置为.net 4.0下运行,却还是会采用.net 2.0运行,System.web.extensions标记不被识别。

参见:

《修补程序汇总是可用的 IIS 7.0 以支持.net Framework 4.0》:

修补程序汇总仅供 Internet Information Services (IIS) 7.0 以支持 Microsoft.NET 框架 4.0。此修补程序汇总解决的 IIS 7.0 上使用.net Framework 4.0,则会发生下列问题:

  • 在 IIS 管理器用户界面 (Inetmgr.exe) 不能用于管理.net Framework 2.0 应用程序和.net Framework 4.0 应用程序。
  • 您不能使用 WMI 管理.net Framework 4.0 配置。
  • 在工作进程 (W3wp.exe) 中未正确设置托管运行库版本。
  • IIS 配置系统不会确定正确的托管运行库版本。
  • IIS 7.0 命令行管理工具 (Appcmd.exe) 不能用于管理.net Framework 4.0 配置。
  • 在 IIS 管理器用户界面 (Inetmgr.exe) 显示为.net 框架 4.0 应用程序和网站在.net Framework 2.0 提供程序功能。