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
0
votes
0 answers

Why is my self hosted Web API service throwing an exception on Windows 2012?

I have an app. I'm working on which self-hosts WebApi. It can run as either a command-line app, or as a Windows service. It's compiled using the .NET 4.5 runtimes. When I run it on my Windows 7 dev. machine, it works fine. When I deploy and run as a…
0
votes
1 answer

SWFUpload working fine but not on Windows Server 2012

I have been developing this functionality for multiple upload using SWFUpload and after singnificant R&D it worked like charms. We even tested and deployed it on Windows Server 2008 and it worked fine even there. But now we have to migrate entire…
0
votes
1 answer

edit hosts file to test an intranet site

I am hosting a Production site on a new production server, currently the site is running on old production server. After completing the deployment on new server, i want to test it before it can go live(DNS switching from old server to new…
donstack
  • 2,557
  • 3
  • 29
  • 44
0
votes
1 answer

SQL Server 2012 primary key auto increment skipped 10.000

I have a Windows Server 2012 with SQL Server 2012 and IIS running 4 Silverlight (4) applications. From one day, one of the Silverlight applications skipped 10.000 numbers. Here is a picture of the datagrid to show what the result is: Does…
0
votes
2 answers

i can't add files to my repository subversion, it throws an internal error (code 500)

Hello all and thanks in advance, I hope somebody can help me, because i have a problem with subversion when i try to add files to my repository, it throws an internal error (code 500). My machine runs a Windows server 2012, i have installed XAMPP…
ekirne
  • 11
  • 2
0
votes
1 answer

Windows Server 2012: trying to copy files via command line, getting permission denied

I'm trying to programmatically copy major folders from C: to E:, for the purpose of automatically backing these folders up. It seems to me, as Administrator, I should have full access like root does on Linux, especially for only reading files. This…
pw222
  • 815
  • 1
  • 6
  • 11
0
votes
1 answer

Update an excel sheet on Windows server 2012 with C#

I am writing an application where we need to update an existing Excel sheet through our system. I was able to do so on my local machine with OleDbConnection but when i deploy the application on server it gives me "operation must use an updateable…
arpan shah
  • 277
  • 2
  • 18
0
votes
1 answer

Redirected folders: Missing files during a domain change. Where are they?

I need start by explaining the scenario and then I'll ask the questions. Sunday evening all redirected folders are copied and placed on a NAS to be accessed Monday morning to restore user files. Monday morning every employee shows up to work to find…
dalearyous
  • 169
  • 1
  • 4
  • 15
0
votes
1 answer

Implementing Resource Based Constrained Delegation

I'm looking to implement Resource Based Constrained Delegation in C++, which is new to Windows Server 2012. Edit: Code for an IIS module that does this would also be great. Rather than being the classic KCD where an account is allowed to delegate…
Meir
  • 12,285
  • 19
  • 58
  • 70
0
votes
2 answers

how to run webdriver-manager on windows server 2012 r2?

I am trying to run 'webdriver-manager start ' selenium on a windows server 2012 r2 box but getting this error: Selenium standalone has exited with code 1 In windows 7 it works fine?
0
votes
1 answer

Is it possible to install Remote Server Administrative Tools on a Windows Server 2012?

I understand that RSAT is used to manage domain controllers remotely from a computer that is not a domain controller,I found links to download RSAT for Windows 8, 7 or Vista, but nothing to download it on a windows server. I need to use it on a…
user3340627
  • 3,023
  • 6
  • 35
  • 80
0
votes
1 answer

ReportViewer error on new server

Since we moved to a new server we get the following error: We made an exact copy of all files of the site from the previous server (Server 2003 with IIS) and put it on the new server (Server 2012 with IIS). The application has been written in…
Dave
  • 434
  • 5
  • 22
0
votes
2 answers

Enable Confluence to run on Port 80 in windows server 2012

I am having difficulty getting Confluence running on windows server 2012 on port 80. (the machine in hosted in Azure which is why I need to run it on port 80 (i dont have access to other ports from where I am trying to use this)). I believe…
Frank Visaggio
  • 3,642
  • 9
  • 34
  • 71
0
votes
1 answer

Linking Oracle with SQL Server on Windows Server 2012

We have been using SQL Server's linked server capabilities successfully for over a year to connect to Oracle. We've been doing this under Windows Server 2008. Today, we moved the same setup to an SQL server that was installed on a Windows 2012…
Midas
  • 564
  • 6
  • 21
0
votes
1 answer

Is it possible to cancel AJAX request sent to a Windows server 2012 / IIS8

If you make, say, 10 ajax requests to server, and they are queued up in the server and are being processed one by one, it is possible to somehow tell the server (from the front end UI) to not process some of them?
Greg Bala
  • 3,563
  • 7
  • 33
  • 43