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
1 answer

Migrating a Classic ASP app from 2003/IIS7 to 2012/IIS8

I'm all but completely new to ASP/.NET. We've got some pressure to move an app because it's currently on a non ipv6 compatible system (the 2003/IIS7). I've got ASP pages getting processed fine, but it would seem any of the more involved apps…
UnsettlingTrend
  • 452
  • 1
  • 5
  • 20
0
votes
1 answer

File.WriteAllText() not working in Server 2012 with IIS8

Code: string xml = sr.ReadToEnd(); string fileName = Server.MapPath("/") + "XML\\" + DateTime.Now.Ticks + ".xml"; EventLog.WriteEntry("HCC", "Writing to " + fileName); File.WriteAllText(fileName, xml); The EventLog entry gets written with the…
Andrew
  • 4,443
  • 5
  • 33
  • 75
0
votes
2 answers

How to block websites from AD DC Windows Server 2012

How to block websites from Active Directory Domain Controller Windows Server 2012 request form our company.. to block YouTube.com from Domain controller ( which is windows server 2012) from morning 9am to evening 5pm. how can i achieve this…
0
votes
1 answer

Is there a way to deploy Ruby on Rails on a Windows Server?

We've been trying many different ways to deploy Ruby on Rails on a Windows Server but to no avail. Can someone teach us or at least send me a link of instruction how to deploy on a windows server. By the way we use MS SQL and Rails 4 Thanks!
0
votes
1 answer

Methods to deduce which VM is doing massive reads from san

We are running a 4 node 2012 R2 Datacenter Hyper-V cluster. SAN is configured as CSV. Last Friday and a couple times on the past, we have received alerts that our platforms are crawling. Log in, application availability, scom performance alerts…
0
votes
1 answer

Issue with ASP.Net application on IIS8

I am working on windows server 2012. I have added my VS2012 web application build on framework 4.5 on IIS8. Initially after adding the application when i ran it I got error "The requested content appears to be script and will not be served by the…
user1254053
  • 755
  • 3
  • 19
  • 55
0
votes
1 answer

Classic asp emails are going to spam instead of inbox

I have moved my classic asp websites from vps to dedicated server(windows server 2012). All the emails are going to spam instead of inbox(gmail and hotmail), emails are not at all receiving at yahoo. I have properly configured smtp on windows…
ramya
  • 2,350
  • 6
  • 31
  • 57
0
votes
1 answer

Power consumed by GUI MS Server 2012 versus MS Server 2012 Core

How much performance increase would you get from running MS Server 2012 Core versus MS Server 2012 with a GUI. I know it's impossible to give an exact percentile, but would you notice as much as a 20% increase in performance for example. How much…
Eish
  • 1,051
  • 1
  • 9
  • 16
0
votes
1 answer

How to remove old administrator from WSo2 EMM system

I have launched a new WSo2 EMM system on windows server 2012. I added in a test administrator to try this out though now I would like to remove the test account. I can remove any user I would like though I cant seem to remove an this admin…
0
votes
0 answers

Get CPU RAM HDD load from Windows registry

I Is it possible to get this values from windows registry: Total CPU load and for each core RAM utilization HDD Utilization Network upload and download speed Number of services on the system. I suppose that this information is stored somewhere…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
1 answer

MVC 4 POST fails to bind model with IIS 8 in Windows Server 2012

I am migrating a MVC 4 web application that used to run under IIS 7 (Windows Server 2008 R2), to IIS 8 (Windows Server 2012). I have a situation where a plain GET returns our initial unsecured page, but a POST with username and password fails,…
Stark
  • 457
  • 1
  • 5
  • 18
0
votes
1 answer

c# crystal reports printtoprinter delay on windows server 2012?

Prints reports quickly on windows 7 prof to same networked printer. From windows server 2012, up to 5 minute delay before it prints. Same issue here but was never answered: Why is the Crystal Reports PrintToPrinter method so slow
0
votes
0 answers

process.startInfo fails on windows 2012 64-bit

i have a small application to configure IIS using Process.StartInfo. The application works fine in Windows 2008 R2 64-bit and all the 32-bit machines. I dont see much differensce even if i use Runas. The application is run as local admin on the…
0
votes
1 answer

.net 1.1 on server 2008r2

I have handful of applications that use .net 1.1 framework. We are upgrading our server's to 2008r2 64 bit or maybe even 2012 64 bit. Our client side apps will run on citrix that will also be on a 2008r2 64 bit or 2012 64bit box. Now, I'm I correct…
0
votes
0 answers

Running a PowerShell script as a scheduled task produces different results

I am running Windows Server 2012 used as an admin server. Here I have it setup to run PowerShell scrips as scheduled tasks to do various tasks on remote servers using Windows Remote Management aka Remote PowerShell. The following script is one of 4…
Marc Kean
  • 493
  • 2
  • 8
  • 19