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
641
votes
34 answers

How do I measure execution time of a command on the Windows command line?

Is there a built-in way to measure execution time of a command on the Windows command line?
Kuroki Kaze
  • 8,161
  • 4
  • 36
  • 48
522
votes
13 answers

How do I determine if a port is open on a Windows server?

I'm trying to install a site under an alternative port on a server, but the port may be closed by a firewall. Is there a way to ping out or in, on a specific port, to see if it is open?
Jason
  • 16,739
  • 23
  • 87
  • 137
183
votes
19 answers

How do I 'svn add' all unversioned files to SVN?

I'm looking for a good way to automatically 'svn add' all unversioned files in a working copy to my SVN repository. I have a live server that can create a few files that should be under source control. I would like to have a short script that I…
JerSchneid
  • 5,817
  • 4
  • 34
  • 37
148
votes
17 answers

How can a windows service programmatically restart itself?

I need to write robust code in .NET to enable a windows service (server 2003) to restart itself. What is the best way to so this? Is there some .NET API to do it?
Ron Harlev
  • 16,227
  • 24
  • 89
  • 132
89
votes
27 answers

Error message: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

I am trying to deploy my website on windows server 2003. Am i missing something or what is wrong from the following error message, how can I correct it? Thank I am having the error message: A connection was successfully established with the…
learning
  • 11,415
  • 35
  • 87
  • 154
56
votes
4 answers

What possibilities can cause "Service Unavailable 503" error?

we have a asp.net MVC application deployed to a server, and but when there is too many request to the server, the client will just get a "503 service unavailable" error. But if I deployed the application to another server ( lower hardware…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
56
votes
3 answers

Multiple -and -or in PowerShell Where-Object statement

PS H:\> Invoke-Command -computername SERVERNAME { Get-ChildItem -path E:\dfsroots\datastore2\public} | Where-Object {{ $_.e xtension-match "xls" -or $_.extension-match "xlk" } -and { $_.creationtime -ge "06/01/2014"}} Above is my code example. I'm…
50
votes
5 answers

how to get list of port which are in use on the server

How to get list of ports which are in use on the server?
hrishi
  • 1,531
  • 8
  • 28
  • 43
48
votes
9 answers

Apache and IIS side by side (both listening to port 80) on windows2003

What are some good ways to do this? Is it even possible to do cleanly? Ideally I'd like to use packet headers to decide which server should handle requests. However, if there is an easier/better way let me know.
Dane O'Connor
  • 75,180
  • 37
  • 119
  • 173
42
votes
10 answers

The name 'ViewBag' does not exist in the current context

I have a Windows 2003 R2 server. I have to run a .NET MVC3 website. I already installed all the Runtimes (1,2 and 4), i have installed all the MVCs frameworks (3 and 4) but this error doesn't go away. I have the web.config that is supposed to be in…
Pepito Fernandez
  • 2,352
  • 6
  • 32
  • 47
41
votes
1 answer

Batch file to restart a service. Windows

How can I restart a windows service using a .bat file? I am on windows server.
Tony
  • 10,088
  • 20
  • 85
  • 139
33
votes
6 answers

What might be causing the "The client disconnected" ASP.NET exception?

My .NET 3.5 application sporadically throws the following exception System.Web exception: The client disconnected Why is this exception occurring? My application is running on a load balanced Windows Server 2003 IIS 6.0 server.
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
30
votes
8 answers

Cannot get Remote Debugging working with VS2010

I have a server and a workstation on the same corporate domain. My user is a local administrator on both machines. I have Installed the VS2010 version of MSVSMON and set it to run as a service on the server under my user DOMAIN\greg.b (I gave myself…
Greg B
  • 14,597
  • 18
  • 87
  • 141
27
votes
12 answers

Windows command to get service status?

I need to know the status of a service at the end of my batch script which restarts services using "net stop thingie" and "net start thingie". In my most favorite ideal world, I would like to e-mail the state to myself, to read on cold winter…
Olivier Tremblay
  • 1,441
  • 2
  • 20
  • 37
24
votes
1 answer

Does .NET Framework 4.5 work on Windows Server 2003?

Can anyone tell me if Microsoft .NET Framework 4.5 is compatible with Windows Server 2003 or not?
AJ_NOVICE
  • 311
  • 1
  • 4
  • 11
1
2 3
81 82