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

Where is the .NET 2.0 GAC under Windows Server 2003?

I'm looking for the GAC under Windows Server 2003 and I can only find the GAC for .Net 1.1 Where can I find this folder?
Matthew
  • 913
  • 1
  • 8
  • 19
3
votes
1 answer

How to Enable File System Access to Web Service?

I have a C#/.Net app that is essentially a thick client data collection app. Given a part number, it does some DB queries (to an external Orcale DB), some Sharepoint queries, and also searches some network drives for related info. Now I'm trying…
Randy Gamage
  • 1,801
  • 6
  • 22
  • 31
3
votes
0 answers

Unexpected Tomcat Shutdown

Tomcat: 6.0.20.0 OS: Windows Server2003 Architecture: x86 JVM: 1.5.0_19 We have a Tomcat instance that looks to be shutting down unexpectedly. The logs look like the following: [DATE] org.apache.coyote.http11.Http11Protocol pause INFO: Pausing…
3
votes
1 answer

Error in IIS/SQL Server: Not enough storage is available to process this command

I have asp.net 2 asp.net websites hosted on windows 2003 server. My database(sql server 2008 standard) is 4Gb (only 250MB are free). The server hard disc is 34Gb(with 6GB free). A few days ago I tried to access my website when sql server profiler is…
benams
  • 4,308
  • 9
  • 32
  • 74
3
votes
2 answers

IIS 6.0 Debugging methods

I need some help from you about debugging high CPU usage (w3wp.exe) on server (Windows Server 2003 R2). I used debugdiag to anaylze but the problem is that this piece of software is not detecting any kind of problem. Have you ever met any problem…
David Bonnici
  • 6,677
  • 12
  • 54
  • 72
3
votes
1 answer

How do I convert public RSA key (in text form) to private PPK key file?

I have been 'emailed' a "PUBLIC" AES 256 RSA Key (for example): "ssh-rsa AAASDHFhdfsdSDHF2SHdf932hSDF29SDFHSDF2SDFHSDF23SHDFewhw92sdfhSDFS29843SdhsdfZSDH= some@bunk" Now, I am being asked to use it for a WinSCP SFTP session connection. I see…
Peter
  • 5,251
  • 16
  • 63
  • 98
3
votes
3 answers

Error:access to '/svn/path/' forbidden - Not a case issue

I have a developer in another country who is accessing svn from there. Now we had an issue with the firewall, and he could not access the repository for a while. The firewall error should be fixed now, and it works again for others. This devs gets…
Darakir
  • 166
  • 2
  • 9
3
votes
3 answers

Can you have more than one ASP.NET State Server Service in a cluster?

We have a 4 server cluster running ASP.NET web application using ASP.NET State Server Service for session. On one of the 4 servers ASP.NET State Server Service is running and other servers are configured to look at this. Very often we have to patch…
Ashesh
  • 16,995
  • 3
  • 18
  • 8
3
votes
5 answers

Windows Service in .net cannot resolve tns service name

I have moved a component of our application from a webservice to a Windows Service. It connects to oracle perfectly from the webservice but refuses to see the Tns names from the Windows service. I have given full control to the ORAHOME dir to the…
David Evans
  • 181
  • 1
  • 9
3
votes
1 answer

Change IIS 6 Application pool without affecting Application Pools on entire server

I'm not sure if something odd is happening or if this is normal, but since framework 4 when I create a new site on our IISv6 install I used to get a message saying that changing to framework 4 would cause IIS to restart (but this has gone away since…
Luke Duddridge
  • 4,285
  • 35
  • 50
3
votes
1 answer

Smart card client certificate doesn't get registered in Personal store on Win 2003 x64 server

I'm accessing a smart card from c# through the Windows Certificate Store. This works well on many systems. On one system however, it doesn't. The smart card certificate is not added to the Personal Certificates. We need it to be in the certificate…
AronVanAmmers
  • 1,668
  • 20
  • 24
3
votes
3 answers

is it safe to install mySQL on windows server 2003 when MS SQL 2005 express already exists?

[edit] I should note that I need to do this on a live production server. The MS SQL Server is already attached to our website and supports a 3rd party ERP package. I want to set up a separate database that I can code against for some auxiliary…
3
votes
2 answers

Setting up a Git repository under Review-Board on Windows Server 2003

I need some help. I have a Windows Server 2003 computer that I'm setting up with Git and Review-Board. My Git repositories are managed by Gitolite. The setup is successful and everything is working fine (tested with multiple workstations). The…
3
votes
2 answers

Critical Section change in behavior in Windows 2003 SP1

Today I came across this in MSDN: "Starting with Windows Server 2003 with Service Pack 1 (SP1), threads waiting on a critical section do not acquire the critical section on a first-come, first-serve basis. This change increases…
dyasta
  • 2,056
  • 17
  • 23
3
votes
7 answers

How to Prevent the "Please tell Microsoft about this problem" Dialog Boxes

We have an error that we can't seem to find and don't have the need/resources to try and track it down. What we do need to do is just keep the freaking "Please tell Microsoft about this problem" dialog boxes from cluttering up the server. It is…
Keng
  • 52,011
  • 32
  • 81
  • 111