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
2773
votes
50 answers

PowerShell says "execution of scripts is disabled on this system."

I am trying to run a cmd file that calls a PowerShell script from cmd.exe, but I am getting this error: Management_Install.ps1 cannot be loaded because the execution of scripts is disabled on this system. I ran this command: Set-ExecutionPolicy…
Conor
  • 27,759
  • 3
  • 15
  • 4
429
votes
4 answers

IIS AppPoolIdentity and file system write access permissions

Here's an issue with IIS 7.5 and ASP.NET that I've been researching and getting nowhere with. Any help would be greatly appreciated. My question is: using ASP.NET in IIS 7.5, how does IIS and/or the operating system allow the web application to…
rsbarro
  • 27,021
  • 9
  • 71
  • 75
92
votes
7 answers

TLS 1.2 in .NET Framework 4.0

I have a Windows server 2008 R2 server running a dozen .NET Framework 4.0 WebForms applications, and I need to disable TLS 1.0 and lower. When I do that, all secure connections fail and I was forced to re-enable TLS 1.0. Is there any way to use TLS…
betagreg
  • 1,031
  • 1
  • 8
  • 9
70
votes
10 answers

iFrame parser error after upgrading to .NET 4.5

We have recently upgraded all of our WebForms projects to .NET 4.5, and encountered a parser issue when loading pages with an iFrame element. We have corrected this by converting of the iFrame from HtmlGenericControl to HtmlIframe. This has…
gambisk
  • 982
  • 1
  • 6
  • 13
69
votes
8 answers

How prevent CPU usage 100% because of worker process in iis

My CPU usage is 100% most of the the time in Windows Server 2008-R2 with my own vps, vmware, quad core, and 4GB Ram. When I open windows Task Manager and go to the resource monitor I see that 100% usage is because of workerprocess.exe. I have 3…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
66
votes
1 answer

Environment Variable for AppData\Local / Access Downloaded custom assemblies

I am trying to setup my TFS2010 Build and I want to access the files that are downloaded via the "Version control path to custom assemblies". From what I can tell those files are downloaded to: C:\User\\AppData\Local\BuildAgent\
Vaccano
  • 78,325
  • 149
  • 468
  • 850
56
votes
9 answers

ASP.net Getting the error "Access to the path is denied." while trying to upload files to my Windows Server 2008 R2 Web server

I have an asp.net webapplication that uploads files to a specific folder on the Web server. locally everything works fine, but when I deploy the application to the Webserver, I begin getting the error "Access to the path "D:\Attachments\myfile.doc"…
Hassan Mokdad
  • 5,832
  • 18
  • 55
  • 90
53
votes
2 answers

run a script every 4 hours with task scheduler

I have windows 2008 task scheduler I set up a PHP script to run like this C:\php\php.exe -f etc... In windows task scheduler I can only schedule daily or hourly how can I configure it to run every 4 hours?
jim smith
  • 2,394
  • 5
  • 29
  • 35
38
votes
3 answers

Getting the user's Documents folder in Powershell

I want to use a PowerShell script to automate tasks related to the user when the user logs in. Sometimes a user will have moved his Documents folder from the default location. How can I determine the location of the user's Documents folder in…
Zulgrib
  • 609
  • 1
  • 7
  • 14
37
votes
2 answers

Disable IE security on Windows Server via PowerShell

it happens all the time, I spin up a vm with windows server and I can't access the internet because of IE security. Does anyone have a straight-forward PowerShell script for disabling IE security?
Chris Hayes
  • 3,876
  • 7
  • 42
  • 72
36
votes
3 answers

IIS7 Accessing Network Share

I am running IIS 7 on Windows Server 2008 R2 with PHP 5.4. One of my PHP scripts is trying to access a file on a protected network share using a UNC path. How can I change the IIS service account to an account that has permission to access the…
HydroPowerDeveloper
  • 3,302
  • 7
  • 31
  • 38
33
votes
9 answers

The configuration section 'system.servicemodel' cannot be read because it is missing a section declaration

I have somewhat of a problem. My old webserver (windows 2003) have been replaced, with a 2008 R2. I have been given an admin account on it, and can do whatever I want, but I am no expert on this area. I configured the roles to have application…
Nicolai
  • 2,835
  • 7
  • 42
  • 52
33
votes
2 answers

Is JCIFS incompatible with windows 2008 R2 domain controllers?

We are using JCIFS(1.3.15) to authenticate from a Windows 7 client which sends only NTLM v2 responses. We are getting the following error when we use a Windows 2008 R2 domain controller jcifs.smb.SmbException: The parameter is incorrect. at…
Sajo Mathew
  • 363
  • 1
  • 5
  • 9
33
votes
17 answers

Mongo error on I control hotfix

I have tried to start mongod.exe from my 2008 R2 server and im getting this error: I CONTROL Hotfix kb2731284 or a later update is not installed, will zero-out files. I didnt find any update or what is I CONTROL, someone have encounter with the…
Itsik Mauyhas
  • 3,824
  • 14
  • 69
  • 114
32
votes
7 answers

Task scheduler cannot open batch file when set to run whether user is logged on or not

OS: Windows Server 2008 R2 Enterprise I am unable to get the Task Scheduler to run .bat files while I am logged off. I have a a production .bat file I want to use, but for my troubleshooting purposes I am using…
MasterOfNone
  • 827
  • 1
  • 8
  • 12
1
2 3
99 100