如何使用 powershell 在 IIS 8.5 中设置经典 ASP 会话超时?
我已经看过使用Set-WebConfigurationProperty
但无法弄清楚如何正确使用它。
如何使用 powershell 在 IIS 8.5 中设置经典 ASP 会话超时?
我已经看过使用Set-WebConfigurationProperty
但无法弄清楚如何正确使用它。
使用脱机安装程序 ( https://www.microsoft.com/en-us/download/details.aspx?id=48137 ) 在 Windows Server 2012 R2 Core 机器上安装 .NET 4.6 时,返回以下错误:
Problem signature:
Problem Event Name: VSSetup
Problem Signature 01: Microsoft .NET Framework 4.6 Setup
Problem Signature 02: 4.6.00081
Problem Signature 03: 14.0.81.0
Problem Signature 04: 1
Problem Signature 05: unknown
Problem Signature 06: None_UI_Interactive_Crash
Problem Signature 07: 0xc000008c
Problem Signature 08: 0
Problem Signature 09: unknown
OS Version: 6.3.9600.2.0.0.272.7
Locale ID: 1033
我还尝试使用巧克力安装 .NET 4.6。以下错误输出到生成的日志:
[11/3/2015, 10:26:0]Launching Download and Install operations simultaneously.
[11/3/2015, 10:26:0] Action: Downloading and/or Verifying Items
[11/3/2015, 10:26:0]All buttons hidden in passive mode
[11/3/2015, 10:26:0]Verifying Digital Signatures: C:\9cc6764dbba6d31323a799ae35\SetupUtility.exe
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 1
[11/3/2015, 10:26:0] C:\9cc6764dbba6d31323a799ae35\SetupUtility.exe: Verifying signature for SetupUtility.exe
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 2
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 3
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 4
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 5
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 6
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 7
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 8
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 9
[11/3/2015, 10:26:0]LoadImage failed for rotation icon 10
我可以在 Windows Server 2012 R2 的完整(gui)版本上成功安装 .NET 4.6。
更新:从 Full Win Server 2012 R2 实例中删除 Windows 功能User-Interfaces-Infra后,会产生与 Core 实例相同的错误。
这两个服务器都作为 AWS 实例运行,并使用 Amazon 自己的 AMI。