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

Http Redirection for certain requests

I am helping someone set up an old ASP site. We won't go into how bad the site is organized but it is what it is. What the owner needs is if a user requests the url with no page it needs to redirect to another folder location. thesiteurl.com would…
Tim
  • 1,249
  • 5
  • 28
  • 54
0
votes
1 answer

SSO handshake with Active directory

I've done a small TCP/IP server which acts quite like an ftp server. On the client side, I'm using an API to connect and to exchange data against the server. This server will be on an active-directory ecosystem, so the client. What kind of API…
0
votes
2 answers

IIS7-PHP how to increase the time before timeout error?

Good day. We have IIS7 and Windows Server 2008 R2 When we use php script in server we get error: Error in query mainres enterres preparation/execution. Array ( [0] => Array ( [0] => 08S01 [SQLSTATE] => 08S01 [1] =>…
user2881809
0
votes
1 answer

Run a program at every windows startup before logon screen

Hoping its a simple one. I need to run a vb.net program at Windows startup before the logon screen is even displayed. It will require no input and will be a console only program that checks a few system settings with values stored in a mysql…
0
votes
1 answer

WinServer 2008 R2 - ASP.NET Application not working when Server date is changed

I migrated my ASP.NET Web Application from WinServer 2012 to WinServer 2008 R2 because it was the only server I had available at the time. The WinServer2008 has installed IIS 6.1(build 7600) and SQL Server 2008 R2. When the users connect to the…
0
votes
1 answer

ImageResizer CloudFlare Plugin on Windows Server and Visual Studio 2012

I'm running image resizer and whondering, wheather there is an CloudFlare Plugin? I noticed, there is a CloudFront plugin, but we want to use CloudFlare. Is there any plugin or can I create my own in a easy way?
0
votes
1 answer

imageresizer vs2012 response code 404

I get an HTTP 404 after installing imageresizer on windows 2008 server r2 x64. I installed the needed packages (e.g. IIS, Visual Studio) and tried to create an project. I didn't knew which type I should choose, so I choosed "empty project". I…
0
votes
2 answers

CopyFile/CopyFileEx not working in Windows Server 2008 R2 SP1 x64

I have installed the OS in VirtualBox 4.3.8 I have compiled the Code that calls the CopyFile/CopyFileEx function in VC6, and VS2012 (for v10 and v11), but it refuses to work. I am running the app in console mode, as Administrator. It gives error 2:…
T.Coutlakis
  • 2,436
  • 1
  • 19
  • 19
0
votes
1 answer

Exchange 2010 is sending emails from accounts that do not exist?

All of a sudden, our exchange server has started sending out emails to .com.br addresses from accounts that do not exist in our organization. For…
0
votes
1 answer

Powershell: Conditional change value within file

I am working on a PS script that does the following for each machine where hostname is a line in a file Stop Service Check .ini file for port number CONDITIONALLY update port number based on existing value Start Service Where I am having a hard…
Wes
  • 290
  • 3
  • 18
0
votes
0 answers

php ldap_search Operations error

I want to use the following php script to retrieve AD Users (Windows 2008R2) who have the "proxyAddresses" attribute set:
Andreas Hinderberger
  • 1,505
  • 23
  • 41
0
votes
1 answer

where are the .htaccess file for windows server 2008 R2

Hi I have got a problem with my upload button due to the file size being to big. But I am trying to find the .htaccess file to see if I can change the max_upload_size. I have changed this within the php.ini file, but just wanted to make sure that…
user3387522
  • 127
  • 4
  • 19
0
votes
1 answer

Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard…
0
votes
1 answer

ASP.net Authentication Issue on Particular Folder

I have a website hosted in IIS 7.5.7600.16385, on a Windows Server 2008R2 machine, the website works fine except for one particular folder containing pages which display DevEx reports - whenever I try to access one of these pages, the browser…
0
votes
1 answer

How do I use web.config to redirect to a query string on Windows Server 2008 R2?

I've got a redirect I want to do using web.config on an IIS 7.5 server running Windows Server 2008 R2. I'd like to simply make a shortcut URL for another URL with a very long query string: www.example.com/redirect ->…
kevinmicke
  • 5,038
  • 2
  • 20
  • 22
1 2 3
99
100