现在的Server用Windows Server 2012 R2的越来越多了,在部署带Sp1的SharePoint2013的时候,走完预安装工具后,点击setup提示缺少.net4.5. 其实Windows Server 2012 R2打完所有更新补丁后,操作系统的.net版本已经是4.6.1了,因为.net4.6是os的组件的一部分,所以无法直接卸载,也不能单独去手工安装.net4.5安装包. 通过dotnetfx_cleanup_tool 卸载失败了. 2种解决办法: a. 修改注册表: 1…
Windows Server 2012 (R2) 默认没有安装 .NET Framework 3.5,但可以通过在线安装或指定备用源路径方式. 之前在这个 在Win Server 2012中安装.NET Framework 3.5的问题 中写的方法是需要Windows Server的ISO镜像介质的,而且需要同类型的镜像介质,如 Windows Server 2012 Standard 的系统必须使用 Windows Server 2012 Standard 的ISO镜像介质.但如果是云系统上需…
原文 在 Windows Server 2008 R2 上安装 IIS 7.5 默认情况下,Windows Server(R) 2008 R2 上不安装 IIS 7.5.可以使用服务器管理器中的“添加角色”向导或使用命令行来安装 IIS 7.5. 安装 Windows Server 2008 R2 时,您可以执行“服务器核心”安装,这种方式将以最小服务器安装形式来安装 Windows Server 2008 R2.例如,这种类型的安装不会安装传统的 Windows 界面,因此您必须通过命令提示符…
一.Windows Server 2008 R2 介绍 1.Windows Server 2008 R2 基本概念 2.Windows Server 2008 R2 家族系列 二.VMware虚拟机安装 Windows Server 2008 R2 1.准备Windows Server 2008 R2 镜像文件 下载地址:ed2k://|file|cn_windows_server_2008_r2_standard_enterprise_datacenter_web_x64_dvd_x15-50…
tip: 今天发布项目到windows server 2012 R2上面. 没有接触过,其实很简单,看图: 这是安装IIS成功后显示的总图: 二.点击Manage ,选择Add Roles and Features. 三.选择Role-based or feature-based installation. 四:选择Select a server from the server pool;下面是因为我安装IIS成功了,不一样也没有问题,next 五:看到黑色圈起来的IIS吗,点击的设置和IIS…