Questions tagged [windows-server-2008]

Windows Server 2008 (sometimes abbreviated as "Win2K8") is one of Microsoft Windows' server line of operating systems. Released to manufacturing on February 4, 2008, and officially released on February 27, 2008, it is the successor to Windows Server 2003, released nearly five years earlier. A second release, named Windows Server 2008 R2, was released to manufacturing on July 22, 2009. Like Win Vista and Win 7, Win Server 2008 is based on Windows NT 6.x.

2765 questions
27
votes
6 answers

How to determine root cause for Communication link failure TCP Provider: The specified network name is no longer available?

Here is my latest effort at revising this question. But this time, I am trying to follow the good counsel given by Oded in his article Getting good answers on StackOverflow. I need to find out how I can determine the root cause for the following…
27
votes
8 answers

Browser is not prompting for a client certificate

Background: I am updating an internal application to a two-step authentication process. I want to add a client certificate authentication process (via a smart card) on top of a traditional username/password form. The application is written in C#,…
27
votes
6 answers

Is Windows Server 2008 "Server Core" appropriate for a SQL Server instance?

I'm setting up a dedicated SQL Server 2005 box on Windows Server 2008 this week, and would like to pare it down to be as barebones as possible while still being fully functional. To that end, the "Server Core" option sounds appealing, but I'm not…
Dave Ward
  • 59,815
  • 13
  • 117
  • 134
26
votes
5 answers

Windows authentication failing in IIS 7.5

I'm building a simple internal application for my company, and it requires Windows Authentication for security. All other authentication modes are disabled. I'm stuck in a situation where internet explorer prompts for credentials 3 times, then fails…
Ben Brandt
  • 2,851
  • 5
  • 34
  • 45
26
votes
5 answers

How to enable "World Wide Services (HTTP)" in the firewall using command line?

I'm trying to share my site in the local network. I want to use command line tool to perform this action. Manually: To enable http access through Windows Firewall on Windows 7. From the start menu begin typing "Allow a program through Windows…
NieAR
  • 1,385
  • 6
  • 20
  • 31
26
votes
4 answers

Automating Office via Windows Service on Server 2008

We have a Windows Service which runs on 2003 Server. It opens a source Word document using the Word Interop and then does some stuff with it. It also does likewise with Excel and PowerPoint files. Recently we've tried moving this service onto a…
Graeme
  • 1,657
  • 5
  • 28
  • 46
24
votes
4 answers

How to start git daemon on Windows

How do I start the git daemon on Windows in order to allow it to begin serving requests? Seems like msysgit is supposed to install it as a Windows Service or something but I don't see one.
A-Dubb
  • 1,670
  • 2
  • 17
  • 22
24
votes
4 answers

Stopping cookies being set from a domain (aka "cookieless domain") to increase site performance

I was reading in Google's documentation about improving site speed. One of their recommendations is serving static content (images, css, js, etc.) from a "cookieless domain": Static content, such as images, JS and CSS files, don't need to be …
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
23
votes
2 answers

'+' symbol problem in URL in IIS 7.x

We are sending an HTML encoded string in the Query string. It was working fine on IIS 6 (windows 2003). We have recently moved the website to Windows 2008 (IIS 7.x). Since the move any Query String that contains "+" sign i.e., "%2b" gives error on…
Kashif
  • 14,071
  • 18
  • 66
  • 98
23
votes
6 answers

Delete a Windows Service without the EXE

I have a windows service running on a server (that I would rather not reboot if I can). The EXE for this service is gone (beyond recovery) and I don't have a copy (it was a debugging version that has since been updated). Is there anyway to remove…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
22
votes
4 answers

Scheduling a task in Windows Server 2008 R2

I have scheduled a task to run a SSIS job using the Task Scheduler (TS). It is configured to run as a User who belongs to the Admin group. The security is "Run whether user is logged on or not" is checked "Dont store password" is checked "Run with…
user1168784
  • 223
  • 1
  • 2
  • 4
22
votes
6 answers

This client is too old to work with working copy

Everywhere I go on google I get the same answer to this problem but it is the wrong answer for me. Originally I installed Subversion 1.5.6 for windows (i run Windows Server 2008) on my server and i made a repository for a project. Then I used a…
Adamantine
  • 435
  • 2
  • 5
  • 13
21
votes
3 answers

MariaDB not allowing remote connections

As the screenshots show, I have the accounts setup to allow remote connections but as shown in the second screenshot I still cannot connect remotely.
ItsJamie
  • 231
  • 1
  • 3
  • 7
21
votes
5 answers

Command to rebuild applicationHost.config in IIS 7

Is there a way to rebuild the applicationHost.config file in IIS 7 with a Windows command? Or if you can help me fix the issue by modifying this file, that's fine too. When comparing this file to other servers, I'm noticing very important sections…
21
votes
5 answers

How do you get WatiN to work on Windows Server 2008 with IE8?

My problem is that I cannot get a simple WatiN test to reliably work on my development machine which is running Windows Server 2008 and IE8. I have seen a couple of good posts on this, but am still having problems. Here are the posts: MSDN Testing…
Kirk Liemohn
  • 7,733
  • 9
  • 46
  • 57