问题标签 [windows-server-2012-r2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-mvc-4 - IIS 8 (MVC 4)
当我将 MVC 4 项目发布到 Windows Server 2012 的 Web 服务器时,我遇到了这个问题。我尝试清理/重建,但仍然没有做出任何改变!
任何想法都会有所帮助!
提前致谢!
amazon-web-services - Server 2012 R2 上的负载平衡 WCF 服务问题
我们最近将我们的服务器升级到 Server 2012 R2 和 IIS 8.5,现在我们的 WCF 服务在负载平衡时出现问题。如果其中一台服务器不在负载均衡器中,我们可以调用 WCF 服务。当我们在负载均衡器中拥有两台服务器时,我们会收到安全协商失败或端点地址异常。
WCF 服务以前在使用 IIS 7.5 的 Server 2008 和 Server 2012 上进行负载平衡。我们的 WCF 服务没有任何改变,但在 Server 2012 R2 中,我们不断收到上述错误。我们还确保我们在以前的服务器环境中设置的所有设置对于 2012 R2 环境和 IIS 8.5 都是相同的。
我们没有启用粘性会话,也从来不需要启用它来对 WCF 服务进行负载平衡。我们已经为 Server 2012 R2 打开了它们,但这并没有解决我们遇到的问题,并且已经再次将其关闭。
我们是否遗漏了一些需要在 Server 2012 R2 和 IIS 8.5 中设置的内容?
java - 尝试查找 Java 8 Update 25 的 MSI 产品代码以使用 WSUS Package Publisher
我正在尝试通过 WSUS Package Publisher 创建第 3 方自定义更新,但是我无法获取 Java 的 MSI 代码,因为没有 MSI 安装程序可以使用 MSIReader。如果有人知道我如何找到这段代码,那将不胜感激。作为一名系统管理员,它设法让我在工作中看起来很糟糕。
干杯,Glympse。
amazon-ec2 - 扩展磁盘空间 EC2
我有一个在 Amazon EC2 上运行的 Windows 服务器,我需要扩展可用的磁盘空间,所以我遵循了这个指南: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume。 html
我从 30GB 改成了 250GB,但是当我现在使用远程桌面登录服务器时,它仍然说 C 盘只有 30GB。是我忘记了什么,还是无法增加空间?
asp.net - Windows Server 2012 上的 WCF 部署
我制作了一个 WCF 服务应用程序和一个 MVC4 Web 应用程序。我的服务使用我的 Web 成员提供程序功能来验证用户,我的提供程序使用实体框架来促进这种验证。当我在本地运行多个项目作为启动并使用我的应用程序和服务时,它工作得很好。现在我已经按照以下步骤在 Windows 2012 服务器上部署了这个 Web 服务: 在 Windows 服务器 2012 上启用 Wcf。但问题是我收到以下错误:
我什至添加system.web.razor
了对 Web 服务的引用,但问题仍然存在。任何帮助,将不胜感激。
asp.net - 没有为 Windows Server 2012R2 中的 ApplicationPoolIdentityUsers 创建 HKEY_USERS 注册表项
我有一个 ASP.NET 应用程序,我正在 Windows 8.1 机器上开发并部署到 Windows Server 2012R2 机器上。这个应用程序通过调用来启动一个命令行可执行文件Diagnostics.Process.Start()
。此命令行可执行文件会在首次为相应用户运行时在 HKEY_CURRENT_USER 下的注册表中写入一些默认条目。这些稍后通过调用访问Registry.CurrentUser.OpenSubKey()
。
在 8.1 机器上在其各自的 ApplicationPoolIdentity 用户下运行 Web 应用程序时,它运行良好,但在 WS2012 机器上却不行。经过进一步调查,似乎 8.1 正在HKEY_USERS
为这些 IIS 虚拟帐户创建条目,而 WS2012 则没有。NetworkService、DefaultAppPool 等在注册表中有条目,但虚拟帐户没有,所以如果我不在 WS2012 框(例如 NetworkService)上的现有用户下运行应用程序池,它就无法写入/读取注册表项,因此它无法提取设置。
为什么是这样?如何允许 Windows Server 2012 为 ApplicationPoolIdentity 用户帐户创建注册表项?
wordpress - 在 windows server 2012 上通过互联网访问 wordpress?
我已经在 windows server 2012 上安装了 wordpress,使用 web 平台安装程序 5。
该站点在 localhost 上运行良好,但我的问题是,在尝试通过 Internet 连接站点时,没有加载任何 CSS 和其他内容。我只看到一些文本和 html 链接,它们不能正常工作。我的网站外观如下:
coldfusion - IIS 8.5 强制不正确的 Content-Length 标头
我们有一个动态生成 PDF 文件并强制下载文件的应用程序。此代码在 Windows Server 2008 上运行没有问题。据我所知,IIS 似乎将 Content-Length 的值强制为 749,而它应该是 83233。我尝试在应用程序代码和 IIS 中设置该值完全忽略它。
- 已安装 Microsoft 的 URL 重写,但该站点没有条目
- 我已禁用静态和动态内容的压缩
- 通过应用程序代码,我尝试设置 Content-Length 标头并将 X-Content-Length 标头设置为相同的值。这就是我确定该值被 IIS 覆盖的方式
- 当我通过 ColdFusion 的内置 Web 服务器点击相同的 URL 时,下载工作没有问题。这就是为什么我知道这是 IIS 或 IIS 和 ColdFusion 之间的连接器的问题。
这是来自服务器的响应标头
这是代码
sql-server - 如果服务停止 SQL Server 2014 Express,则自动重新启动
我刚刚安装了 SQL Server 2014 Express,昨晚服务停止并且没有重新启动。在线搜索我发现只有 SQL Server Agent 上的选项,如果服务停止则自动重新启动,这在 SQL Server Express 版本上不可用。
如果服务失败或停止,有什么方法可以设置自动重启?
我在 Windows Server 2012 R2 服务器上。
sql-server - SQL Server 2014 express terminating unexpectedly
In the server logs I'm seeing this error:
SQL Server is terminating because of fatal exception c0000006. This error may be caused by an unhandled Win32 or C++ exception or by an access violation encountered during exception handling. Check the SQL error log for any related stack dumps or messages. This exception forces SQL Server to shutdown. To recover from this error restart the server (unless SQLAgent is configured to auto restart).
Restarting the server recovers it, but it has happened a couple of times in a week and each time it stopped for many hours before it restarted automatically (I've had to set up the auto restart in the services because SQL Server Agent is not present in the Express edition)