Questions tagged [windows-server-2012]

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2.

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2. Windows Server 2012 is the first version of Windows Server to have no support for Itanium-based computers since Windows NT 4.0.

Microsoft has indicated that Windows Server 2012 does not support IA-32 or IA-64 processors. Upgrades from Windows Server 2008 and Windows Server 2008 R2 are supported, though upgrades from prior releases are not supported.

1747 questions
23
votes
4 answers

How to check GAC assembly details on Windows Server 2012?

How can you check GAC assembly details Windows Server 2012? I managed to register a DLL via Powershell, now I need to verify that it is really done.
Binu Bhasuran
  • 468
  • 1
  • 4
  • 9
19
votes
4 answers

How can I run Docker in a AWS Windows Server environment?

Thing I'd tried: Toolbox on Windows Server 2012 R2. Disabled Hyper-V to allow virtualbox. I cannot enable virtualization as it's on the physical bios. Installed Docker EE on Windows Server 2016 w/Containers EC2. Installed correctly. Daemon is…
19
votes
5 answers

Install Net 3.5 Framework on Windows Server 2012 without DVD

I am trying to enable Net 3.5 Framework on Windows Server 2012. However, all the instructions I find on the Internet say I must have DVD of Windows Server…
Glowie
  • 2,271
  • 21
  • 60
  • 104
17
votes
7 answers

Keyset does not exist / Identity invalid

Note: I've found several questions similar on here, but the one's that were resolved did not work for me. So I thought I'd open a new question. I rebooted our server 2012 box, which hosts our new .net applications. After doing so, I started…
loctrice
  • 2,454
  • 1
  • 23
  • 34
17
votes
1 answer

How can I use Windows Indexing service in Windows server 2012

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.
user3459511
  • 179
  • 1
  • 1
  • 4
16
votes
1 answer

Authentication-Protected nuget.server

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 default, so I password protected the folder in which…
Jake
  • 3,411
  • 4
  • 21
  • 37
16
votes
2 answers

How to create a service running a .exe file on Windows 2012 Server?

I have created .exe in .net and want to use as a service, run all time on my local machine. I am using windows server 2012. how to setup a service on my local computer. **You can use windows shell script for create service with commands ** The sc…
Pradeep atkari
  • 549
  • 1
  • 8
  • 14
15
votes
3 answers

Cannot connect to Localhost on server running IIS

I recently installed IIS on a Windows 2012 R2 server and can't seem to connect to localhost, the IP, server DNS, etc. I've tried the following and nothing seems to be helping: In CMD run netstat -ano to check that port :80 is listening (it…
Stan
  • 1,191
  • 2
  • 15
  • 27
15
votes
5 answers

Infinite redirect loop for Basic or Windows authentication?

I am working on a new ASP.NET application. On IIS8, if I disable Anonymous access and enable Basic or Windows authentication, it goes into an infinite redirect loop and lands at the following URL after the browser breaks the…
arao6
  • 3,316
  • 5
  • 30
  • 51
15
votes
2 answers

RIO (Registered I/O) sockets in .NET

Are there any plans by the .NET team to make the RIO sockets that were introduced in Windows 8/Server 2012 available in .NET? What are my options in the interim to utilize them from within .NET - extend the Socket class? Apart from the Windows API…
TJF
  • 2,248
  • 4
  • 28
  • 43
15
votes
3 answers

Git on the server(windows server 2012)

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 windows. Suggest me which one should I use, there is…
niren
  • 2,693
  • 8
  • 34
  • 58
15
votes
1 answer

Cannot read BCDStore info on Windows 2012 Server using WMI

We are using the following function to get the number of processors specified by the current boot configuration. This number is used purely for logging. The function below works fine on XP, Vista, 7, 2003 and 2008. It, however, fails on the Windows…
gabr
  • 26,580
  • 9
  • 75
  • 141
14
votes
2 answers

Windows Task Scheduler "Launch request ignored, instance already running"

I have a task which triggers every 5 min every day. But recently, I found the task always failed between only 8:00 am to 9:00 am but all the other tasks (some trigger every 1 min) do not have any problem. So I have no idea what's wrong. From log…
Taurus Dang
  • 551
  • 1
  • 4
  • 19
14
votes
2 answers

Why is this process crashing as soon as it is launched?

We have an IIS WCF service that launches another process (app.exe) as a different user. I have complete control over both applications (and this is a dev environment for now). The IIS app pool runs as me, a domain user (DOMAIN\nirvin), who is also a…
nateirvin
  • 1,173
  • 1
  • 10
  • 28
13
votes
2 answers

How handle Application Error Exception code: 0xc00000fd

I have an ASP.Net Web API application deployed via IIS. It is in Windows Authentication enable mode only because I want to detect Windows users who access the APIs. For a few days the application will work fine but occasionally it will fail. When…
Dhananjaya
  • 372
  • 1
  • 6
  • 22