Questions tagged [windows-server-2008-r2]

Windows Server 2008 R2 is a server operating system produced by Microsoft.

Windows Server 2008 R2 is a server operating system produced by Microsoft. It was released to manufacturing (RTM) on July 22, 2009 and launched on October 22, 2009. It is built on Windows NT 6.1, the same kernel used with the client-oriented Windows 7.

It is the first 64-bit-only operating system released from Microsoft. Version enhancements include new functionality for Active Directory, new virtualization and management features, version 7.5 of Microsoft IIS Web Server and support for up to 256 logical processors.

There are seven editions:

  1. Foundation
  2. Standard
  3. Enterprise
  4. Datacenter
  5. Web
  6. HPC Server
  7. Itanium and Windows Storage Server 2008 R2 (Essentials Edition).

More Information On Windows Server 2008 R2

Reference

1824 questions
7
votes
3 answers

PHP scripts writes to file on localhost but not on IIS server

I've made a simple website that works fine on localhost. So I've put it on an IIS Windows 2008r2 server and now my PHP scripts don't write to my JSON files anymore. I've checked the server and PHP is installed on it so I don't really know what's…
thehindutimes
  • 321
  • 1
  • 6
  • 19
7
votes
1 answer

Cannot Read Configuration File Because it Exceeds the Maximum File Size

Cannot read configuration file because it exceeds the maximum file size. I'm getting above error because my rewritemap.config file size is more than 250KB (Windows 2008 R2 SP1 server with IIS 7.5
7
votes
2 answers

Stuck trying to bootstrap Windows server using Chef

I am a mac girl, working on connecting with knife-windows trough Opscode's managed Chef to my Rackspace Windows servers. (I know, it sounds exotic, but these Windows servers are a customer requirment). I tried to Chef for a spin but I am stuck in…
7
votes
2 answers

How to calculate and used memory of multiple instance of a single process using powershell?

I have following result while running below powershell command, PS C:\> Get-Process svchost Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName ------- ------ ----- ----- ----- ------ -- ----------- 546 34 …
7
votes
1 answer

Allocating more than 4GB memory in a 64 bit system

I'm running this code, compiled on 64 bits vc++ 2005, on Windows Server 2008 R2 with 32GB. There is an access violation inside the for loop. #include using namespace std; int main(int argc, char* argv[]) { double *x = new…
Jordi
  • 253
  • 2
  • 8
7
votes
2 answers

How do I fix a broken Powershell installation?

on a windows server 2008 r2 sp1 machine, i used chocolatey to install the AWSTools.Powershell package. this, in turn, installed powershell 3. now, powershell is hopelessly broken and i can't figure out any way of fixing it or uninstalling and…
Dave Rael
  • 1,759
  • 2
  • 16
  • 21
7
votes
3 answers

Accessing MSMQ via PowerShell

I have installed the MSMQ feature onto both server (win 2008 R2) and client machine (win 7) using the following Link. The Feature appears in the server manager and I am able to create a public or privet queue through the GUI. But when I come to try…
Richard
  • 6,812
  • 5
  • 45
  • 60
7
votes
2 answers

NLog does not write to a target file with filename containig dots

When starting my windows service with "NT AUTHORITY\NETWORK SERVICE" credentials I experience a strange issue with NLog: it simply does not log anything to the file target if the filename contains dots. I'm running windows service on my WinServer…
beastofman
  • 1,351
  • 1
  • 9
  • 12
7
votes
8 answers

Run PHP script in background on Apache start/restart(Windows Server)

I've installed Apache 2.4 with PHP 5.4 on Windows Server 2008 following instructions from this manual: Apache installing manual. Apache runs as a service now. My application requires a php websocket script to run in the background. I'm running it…
gxx
  • 73
  • 1
  • 4
7
votes
1 answer

IIS7: limit traffic for the server

How to limit traffic for the whole server with IIS7? There is a limit feature for a site, but it works only for a separate site: Also there is Bitrate Throtting plugin for IIS, but as I know it can be configured only for a separate user: Is there…
Vladimir
  • 1,630
  • 2
  • 18
  • 28
7
votes
1 answer

Deploying Self Hosted SignalR

I have created a pair of C# based console apps based on this SignalR Console app example. This works brilliantly on my local PC, and I have now copied the server app (plus all files from the bin/Release folder) onto my server. When I run the server…
Mottster
  • 137
  • 3
  • 9
7
votes
7 answers

Windows Server 2008 R2 or Windows 7

Which OS would you recommend for a development machine: Windows Server 2008 R2 or Windows 7 As of now, most "web developers" probably use Windows Server 2008 because of IIS and Vista SuckingBigTime. Does this change with Windows 7? Can we…
Mikeon
  • 10,499
  • 6
  • 27
  • 31
7
votes
2 answers

Win2008 R2 WER ( error reporting ) LocalDumps blocked by what?

I Just want to recover crash dumps of my own 32bit applications. I tried the following: I followed the steps at MSDN "Collecting User-Mode Dumps": http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx Somewhere on the…
7
votes
3 answers

PrivateKey trust permissions for local machine "Trusted roots" certificates

I have a certificate that has to be imported into Certificates/Trusted Root Certification Authorities and has a corresponding private key. To actually access the key from code you need to set private key permissions to grant full access to…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
7
votes
0 answers

Cannot Open Microsoft SQL Server Management Studio

I have a big problem. While am opening Microsoft SQL Server Management Studio it appears me an error: "Cannot find one or more components. Please reinstall the application" I was searching solutions in Internet but I didn't found anything…
HaOx
  • 1,839
  • 6
  • 26
  • 36