windows-server-2012 Questions

1

Solved

I upgraded our Windows Server from 2008 to 2012 and the SQL Server from 2008 to 2014. I have a process that uses the BCP command to export data from the database. The command is below: bcp "exec d...
Homeric asked 5/2, 2016 at 17:22

3

As documented in several questions (Alternative for the Registering ASP.NET 4.5 on Windows Server 2012; Server 2012 IIS 8 MVC app shows default IIS home page or 403 / 404 errors; WCF on IIS8; *.svc...
Electric asked 13/5, 2013 at 14:38

3

After deploying our ASP.NET (mostly forms with AJAX) applications to one particular production machine, the recompiling process (where w3wp.exe calls CSC.exe for each aspx or ascx file) continues f...
Agger asked 13/11, 2015 at 0:9

1

Solved

I have an ASP classic application that I'm migrating from a Windows 2000 to Windows 2012 Server. It uses the following code to import xls files Set objConn = Server.CreateObject("ADODB.Connection...
Juli asked 22/9, 2015 at 22:26

2

Solved

I have a Windows service set up to manage custom .Net tasks. Organization is: -Windows Service monitors a schedule and starts a worker .exe as needed. -Worker .exe (lightweight winform app) uses ...
Semaphore asked 3/9, 2015 at 19:46

3

Solved

UPDATE: Things I tried - see answer below for solution I installed a fresh MVC3 site and it served up the resources properly. That eliminated the machine.config settings as a problem. I then when...
Presbyterial asked 5/9, 2013 at 17:14

2

I connect from Windows 7 to Ubuntu 14.04 LTS via VirtualBox, then from Ubuntu I connect to Windows Server 2012 via Remmina. I've configured Remmina to connect with shared folder but I don't know h...

3

Solved

Is it possible to install ASP.net 1.1 on Windows Server 2012? Have some legacy applications that would be too time consuming/expensive to port at the moment. I was able to go through a convoluted ...
Subcartilaginous asked 22/8, 2013 at 15:50

1

Solved

We are trying to connect to the facebook api from a asp .net MVC 4.6 app using a standard webrequest. Everything works fine on all but one of our servers. The server in question is running windows ...
Throe asked 1/6, 2015 at 14:29

2

Solved

I am attempting to establish a PowerShell session to run several Exchange commands against an Exchange server on the localhost. I keep getting the following error: New-PSSession : [<HOSTNAME&gt...

1

On a Windows 8.1 system where UAC is turned off and the current user is a member of the local administrators (not the local "administrator" account) calling "IsUserAnAdmin" returns "false". In Wind...
Cracknel asked 29/4, 2015 at 9:31

1

I have installed Elasticsearch on my server (Windows Server 2012). When I run several query request as an stress test, just half of CPU cores are utilized. Why?

1

Solved

I have a Windows Server 2012 R2 with IIS 8.5, and another server with MSSQL 2012. I must install PHP in IIS and connect to MSSQL, and I don't have Internet available for Web PI. I managed to insta...
Prepositor asked 26/1, 2015 at 13:3

1

Solved

I am trying to setup an instance of nuget.server which is password protected not only for pushing packages, but also for pulling/downloading packages. I did not see a way to do this with nuget by ...

2

Solved

I have a remote Windows 2012 server running IIS 8 from which I am hosting a web application. My local development box is running Visual Studio 2012. Currently I am publishing my app as a web deploy...
Conferee asked 21/11, 2013 at 10:46

3

Solved

We are migrating from a dedicated server with a local virtual SMTP server to Windows Azure. As far as I can tell Windows Azure does not allow a local SMTP server to be setup in IIS. The SMTP Server...
Patriotism asked 2/12, 2013 at 21:30

1

Solved

I have been searching for a way to create new web farms add add servers to it with PowerShell. I stumbled on this link http://www.iis.net/learn/web-hosting/microsoft-web-farm-framework-20-for-iis...

1

Solved

I'm having a hard time trying to find where it is located the IIS Security features in Windows Server 2012. The common steps : 1.Open the Control Panel 2.Search for Programs and Features 3.Select...
Oconnor asked 16/7, 2014 at 20:23

1

How can I use Windows Indexing service in Windows server 2012? I had used window indexing in windows server 2003 and windows server 2008. I am unable to find window indexing in window server 2012. ...
Longitudinal asked 17/6, 2014 at 11:17

1

I just did an in-place upgrade of Windows Server 2008 R2 to Windows Server 2012 and now my WCF Self-Hosted service starts but terminates immediately with the following error: Service cannot be s...
Pharmacopsychosis asked 18/6, 2014 at 17:35

2

Solved

"OpenSSL 1.01 — the one production version affected — had been shipping since March 12, 2012" Does this (above) mean that a Windows 2012 R2 server we ordered a month ago, now running HTT...
Rowlett asked 8/4, 2014 at 21:42

1

Solved

I am currently using the following script to copy all files with a certain prefix to a target directory: for /f "delims==" %%k in ('dir "d:\Search Path\File Prefix*.*" /s /b') do copy "%%k" "d:\Ta...
Dodger asked 11/3, 2014 at 10:21

1

Solved

I am trying to use new WMI-class in Windows 8 MSFT_NetAdapter instead of Win32_NetworkAdapter using System; using System.Management; namespace TestAdapters { class Program { static void Main(s...
Postobit asked 20/1, 2014 at 14:7

2

Solved

I am trying to build a SignalR application in Visual Studio 2012. My problem is that it works well under Visual Studio debug (using Visual Studio 2012 on Windows 7), but when I try to deploy the ap...
Damondamour asked 3/6, 2013 at 15:37

3

We want to install Git in our dedicated server to mange our code version and code revision. Our dedicated server has Windows server 2012. We thought about GitLab, but it is not supported in w...
Kagu asked 19/8, 2013 at 9:1

© 2022 - 2024 — McMap. All rights reserved.