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

Stdin to powershell script

I have a service running that can invoke an external process to modify a text stream before it is returned to the service. The text stream is handed from the service to the external process on stdout and the modified result is read from the service…
Stefan
  • 75
  • 3
  • 5
6
votes
1 answer

App_Global.asax.compiled and App_Global.asax.dll missing? WebApi .NET 4.5 project

During our adventures of building a 'simple' API using WebAPI we've had our fair share of issues as any project does, however I am unable to find any such resource that can explain the following behavior: Details : Visual Studio 2013 with Update…
6
votes
3 answers

Azure VM: Can't access/ping port 80

I am new to the Azure platform so hopefully this is an easy question: I am currently setting up a Sharepoint web farm through Azure. My current architecture looks like this: A WIN2008 VM serving as my Domain Controller. I have the domain setup and…
6
votes
2 answers

Task Scheduler failed to start

Last weekend I came across Launch Failure in the windows task scheduler. The details are as below - > Log Name: Microsoft-Windows-TaskScheduler/Operational Source: > Microsoft-Windows-TaskScheduler Date: 6/24/2012 1:14:16 PM >…
bkk
  • 523
  • 1
  • 5
  • 16
6
votes
2 answers

ldap_mod_replace() [function.ldap-mod-replace]: Modify: Server is unwilling to perform

Getting an error: Server is unwilling to perform while changing unicodePwd in AD through PHP. However, I'm able to search, add, remove and modify any attributes of the users. Using Administrator account to bind and admin has full rights to change…
Victor Mason
  • 61
  • 1
  • 1
  • 4
5
votes
1 answer

500 Server Error on Classic ASP - Cannot get more details

Windows 2008 R2 Standard x64, with IIS 7.5 When trying to load any ASP page (in IE right on the server), I instantly receive a "HTTP/1.1 500 Server Error". I have un-ticked "show friendly error messages" in IE. IIS Logs…
Doctuh D.
  • 395
  • 1
  • 7
  • 18
5
votes
1 answer

The following exception was thrown by the web event provider 'EventLogProvider'

I can't get a new ASP.NET 4.0 application to work on IIS 7, in Windows 2008 R2. All I can see in my event log is the below error. I can't seem to find any information about what it means, can anybody help? Log Name: Application Source: …
Sam
  • 669
  • 1
  • 13
  • 26
5
votes
2 answers

Virtualbox - Can't start Windows Server 2008 r2. Loops "Window's Is Loading Files..."

I have a vdi file that is using Windows Server 2008 R2. Each time I try to start it, I get this message: https://i.stack.imgur.com/azKpG.png It would then display a "Windows is loading files..." page and repeatedly loops the…
tray
  • 251
  • 1
  • 5
  • 14
5
votes
3 answers

Proper use of Message Queue on 2008R2

I am not a programmer but I am trying to help them out by giving them some guidance. We no longer have any in house expertise on msmq. We are trying to use this to integrate some functions with a scheduling application. The scheduling app fires…
ddjammin
  • 123
  • 3
  • 11
5
votes
2 answers

Get-ScheduledTask command does not work in Windows Server 2008 R2

I am trying to find a scheduled task with having certain pattern in it's name, in my case the scheduled task should have this pattern "ServiceNow" in its name. For this I am using Get-ScheduledTask command, but this command fails in Windows Server…
beginner
  • 163
  • 2
  • 2
  • 12
5
votes
3 answers

dotnet.exe won't run because api-ms-win-crt-runtime-l1-1-0.dll is missing

I need to host an ASP.NET Core 2.0 app in IIS on Windows Server 2008 R2 SP1. I'm following the Docs guide on how to Host ASP.NET Core on Windows with IIS. After installation, I still can't run dotnet.exe. It calls for a DLL named…
Gustaf Liljegren
  • 311
  • 4
  • 15
5
votes
3 answers

Windows .bat file to schedule git add, commit and push to Github

I need to schedule a task in Windows Server 2008 R2 to automatically push files from a folder to Github Enterprise (I don't think the "Enterprise" part will make it different than regular Github, except that ssh authentication is required). Here's…
Hack-R
  • 22,422
  • 14
  • 75
  • 131
5
votes
1 answer

How many files can a windows server 2008 r2 directory safely hold?

How many files can a windows server 2008 r2 directory safely hold? I'm thinking in terms of a website that has image galleries. Say there is one directory that holds all the thumbnails and a different directory that holds the full size images. How…
quakkels
  • 11,676
  • 24
  • 92
  • 149
5
votes
0 answers

Can't access HTTPS but can access HTTP for our website on server.

We can't access the https:// version of our company website. (http:// is accessible). We have looked at the certification, it is valid and working correctly. We have looked into the Bindings, it looks good. On IE the error is: "This page can’t…
dan1
  • 435
  • 2
  • 6
  • 9
5
votes
2 answers

"500 - Internal server error." on IIS app 4.0

I made a simple asp.net web application that does nothing. It works using .net framework 2.0 (as do all the other applications on the server), but when I change it to .net framework 4.0 I get a "500 - Internal server error". To change to 4.0, I…
xpda
  • 15,585
  • 8
  • 51
  • 82