Questions tagged [windows-server-2003]

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003.

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003. An updated version, Windows Server 2003 R2, was released to manufacturing on 6 December 2005. Its successor, Windows Server 2008, was released on 4 February 2008.

According to Microsoft, Windows Server 2003 is more scalable and delivers better performance than its predecessor, Windows 2000.

On 13 July 2010, Windows Server 2003's mainstream support expired and the extended support phase began. During the extended support Phase, Microsoft continues to provide security updates; however, free technical support, warranty claims, and design changes are no longer being offered. Extended support is expected to last until 14 July 2015.

1223 questions
5
votes
1 answer

SSL broken after modifying permissions on “Machine Keys” folder - Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error

I have an ASP.NET web app running on my STAGE server (Windows 2003 server with IIS 6). I've started using Google Analytics Core Reporting API in my application, and it worked great on my DEV box (Windows 7 / IIS 7.5) As I moved my code to STAGE…
roman m
  • 26,012
  • 31
  • 101
  • 133
5
votes
6 answers

Tomcat 6.0.18 service will not start on a windows server

I installed Tomcat 6.0.18 on a windows server 2003 box and it will not start as a service. I'm running it with jdk 1.6.0_07. It runs when I start it with tomcat6.exe. I got a vague error in the System Event Log on Windows. The Apache Tomcat 6…
ScArcher2
  • 85,501
  • 44
  • 121
  • 160
5
votes
3 answers

Difference between sc start ... and Start-Service ... in PowerShell 2

I have a few different services installed on the same machine. I'm writing a PowerShell 2 script to start and stop them. For some of the services, I can use Start-Service -displayname "the service" to successfully start it. On others, using the…
Brett
  • 4,066
  • 8
  • 36
  • 50
5
votes
1 answer

Which counters should I use in Windows Performance Monitor when logging performance during stress testing of a web app?

I am setting up windows performance monitor to log activity on a web server while running MS Web application stress tool. Which counters should I choose to give me the best picture of where I have bottlenecks, slow performance and response…
4
votes
1 answer

Issue certificate for a PKCS#10 CSR without Cert template. 0x80094801 MS W2K3 enterprise CA

We have a MS Enterprise 2003 CA. I am trying to issue a certificate for a PKCS#10 CSR which is generated without a certificate template. I am getting the following error The request contains no certificate template information. 0x80094801…
4
votes
3 answers

The underlying connection was closed: An unexpected error occurred on a receive

When I try my program on my win2k8 machine it runs fine but on win 2k3 it gives me this error that error message here's the code that' generating the error WebClient wc = new WebClient();…
chat
4
votes
3 answers

Why is /eurl.axd/Gibberish being tacked onto the end of my pages?

I've been working to get our site moved to a public beta server, and after we configured IIS to match the internal testing server I noticed this problem. The application still works but it has this ugly stuff on the end. What is causing this to…
Doug Chamberlain
  • 11,192
  • 9
  • 51
  • 91
4
votes
1 answer

Cloning git repository from Windows with CopSSH and MSysGit

I'm having trouble setting up a Git server on a computer running Windows 2003 Server. I installed CopSSH on the server, and can successfully connect to the server with SSH. Then, I installed MSysGit on the server (Just the compiled executables).…
ThatOtherPerson
  • 834
  • 6
  • 18
4
votes
4 answers

Should DFS be used to sync wwwroot?

I'm wondering if it's a good idea to use DFS to sync content across a web farm? Does anyone have any experience of this? We've used Robocopy in the past but found it a little patchy and clunky. Essentially we want to avoid having to make ten changes…
4
votes
4 answers

No clue.. Overflow, Microsoft VBScript runtime error '800a0006'

I'm receiving suddenly this error on a Win2003 Server Web Application: Microsoft VBScript runtime error '800a0006' Overflow: 'Appname' A bunch of updates where performed on this server but I have rolled them back all. The page is old ASP code and…
Codex73
  • 5,690
  • 11
  • 56
  • 76
4
votes
2 answers

Occasional call takes 5 seconds in ASP.NET IIS hosted WCF app

We have an application where a low response time is crucial. Everything is working fine except for a few time per week where 1 random call takes around 5000ms to complete vs 200ms for other calls. A call is made a few seconds before so it is not…
4
votes
2 answers

stop ALL scheduled tasks

does anyone know if there is a tool or something i can do in C# that will stop ALL scheduled tasks on a windows 2003 server machine?
Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062
4
votes
4 answers

Could not allocate enough heap space to Java

We have an application which was running fine for one year. It is a web application, running under Tomcat 5.5 + JDK 1.5 under Microsoft Cluster on Windows Server 2003 Enterprise Edition Service Pack 2. The server has 11Gb of RAM (I know that it is…
4
votes
3 answers

Process suddenly crashes with no errors

I have a somewhat large server process written in .net-3.5, that is, running in a VMWare vCenter Server that keeps crashing without any errors being reported. The process is created by a Windows Service on 32 bit Windows Server 2003, and is…
Todd
  • 620
  • 4
  • 13
4
votes
0 answers

Configure application extension mapping via command line or script

Is there any way to add an IIS 6 application extension mapping via the command line? And in particular I'd like to automate the configuration of the wildcard application map such that the Verify that file exists option is unchecked. Is there any…
khaled
  • 41
  • 2