windows-server-2012-r2

SQL Server 2008 R2 on Server 2012 R2 web site connection issue

泄露秘密 提交于 2019-12-24 07:45:42
问题 I have been using this connection string with no problem on a number of databases and MS operating systems. Windows Server 2003, 2008 R2 and 2012 R2 Eval, all Express versions. I am now trying to deploy to a new Windows Server 2012 R2 installation and I am getting some errors. I have the SQL Server 2008 R2 installation on the Windows Server 2012 R2 machine. My con string: connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\myDB.mdf;Integrated Security=True;User

Mail of PHP, DNS request timed out, and FQDN

不想你离开。 提交于 2019-12-24 03:45:27
问题 I want to make mail() of PHP work in my Windows Server 2012 R2 . To this end, I first installed SMTP by following this page. One thing that confuses me is the Full-qualified domain name . WIN-RFELH8GM0KN is what it proposes by default. My server hosts several websites, does anyone know which website I should specify here? I did not change this, as a consequence, mail www.google.com in nslookup returns DNS request timed out. So is it an error? Of cause, my test.php does not send the mail: <

Why hadoop_home is not set correctly

一个人想着一个人 提交于 2019-12-24 03:06:12
问题 I install hadoop 2.3 for windows folling this instruction: https://www.youtube.com/watch?v=VhxWig96dME And I can get it work very well on my windows 8 on my Macbook. However when I repeat the same steps on my windows server, and when I run command line: hadoop it shows this error: HADOOP_HOME is not set correctly I check again very carefully and find that HADOOP_HOME is set very precisely (as in instruction and in my previous setup on laptop). So what could be the problem and how to fix it ?

Bonobo Git Server Configruation: HTTP Error 500.19 - Internal Server Error at line 71

狂风中的少年 提交于 2019-12-24 00:53:14
问题 I have tried to configure Bonobo Git Server. I have followed the included instructions, and after trying to visit the server for the first time, I get the following error: There is a similar question; however, it gives an error at one line prior and the solution the author answered (though not accepted) did not seem to affect the error occurring in my circumstances. I am running Bonobo Git Server on Windows Server 2012R2 under IIS 8.5 using Azure. IIS is correctly configured in that I can

Powershell New-PSSession Access Denied - Administrator Account

[亡魂溺海] 提交于 2019-12-23 12:32:13
问题 I try to use powershell PSSession cmdlets, but I'm struggling with Access Denied Error. What I try to do is using Administrator Account I run command New-PSSession (or Enter-PSSession ) and unfortunately I receive Access Denied Error. I follow all the instructions correctly I believe, cause on the other server I can run those commands with no troubles. In addition I'd like to inform that test-wsman return me an response. I'm using Built-In Administrator Account and already checked Set

Missing Microsoft Excel as option in SQL Server data import tool

为君一笑 提交于 2019-12-23 12:15:55
问题 I'm running SQL Server 2012 on a 64bit Windows Server 2012 R2. I don't have MS Office installed. I now notice that when I start Start->Program Files->Microsoft SQL Server 2012->Import and Export Data (64-bit) the MS Excel file option is missing from the datasource dropdown. How can I get that option without having to install Excel or Office on my server? 回答1: Had to install this driver: https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255 After that it works :) 来源: https:/

I can't access my website from outside Windows Server 2012 using IIS and IISNode

怎甘沉沦 提交于 2019-12-23 12:01:30
问题 I bought a new dedicated server. I have a MEAN Stack application (Node.js, Angular, MongoDB, Express) and wanted to take advantage of using IIS to publish my webapp. I followed this guide to install iisnode and make a litle node.js server working. I did it and succesfully tried http://iisnode.local in my browser inside the server. Ont he other hand, if I try http://(theIPoftheserver)/iisnode.local am I am getting the following error: I need to do something for the server to be accesible from

Nuget restore fails for ASP.NET Core 2.0 project on build server

谁说胖子不能爱 提交于 2019-12-22 03:21:45
问题 I am trying to build an ASP.NET Core 2.0 application for .NET Framework 4.6.2 (not .NET Core) with TeamCity on Windows Server 2012R2. The following components are installed in the server: Microsoft .Net Core SDK - 2.0.0.0 Microsoft .Net Framework (4.5.2, 4.6, 4.6.2) Microsoft Build Tools (2013, 2015, 2017) Windows SDK 10.0 ... TeamCity uses nuget version 4.1 and the solution file to restore dependent packages (see full log below for details). Error: [22:57:51] [22:57:51]Errors in C:\path\to

IIS 8.5: Virtual Account for App Pool (IIS AppPool\{Application Pool Name} is not available

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-21 07:55:50
问题 I am running IIS 8.5 on a Windows 2012 R2 Core box. I created a new application pool called "MyNewAppPool". I have a website instance, called "MyNewWebsite.com" running in the "MyNewAppPool" application pool. The Identity used for "MyNewAppPool" is "ApplicationPoolIdentity". It is my understanding that I can assign security permissions for application pools in IIS 8.5 by using the auto-generated local virtual accounts, which will be named "IIS AppPool\{Application Pool Name}". So, in Windows

Why are blank pages being served with “200 OK” for asp.net errors in IIS 8.5 (Win 2012 R2)?

感情迁移 提交于 2019-12-18 14:57:03
问题 I've set up a new Windows 2012 R2 server running IIS 8.5. We noticed that when an error occurs (eg the ASP.NET State Service was not running) that instead of outputting a 500 status code error screen, the request actually returns a totally blank page (only headers - with no content). We obviously need to see the errors and serving 200 OK for an error could be very problematic for indexers like Google etc or any wesite monitoring tools (which would not notify us that the site had gone offline)