Top "Windows-server-2003" questions

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

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 …

.net windows windows-services windows-server-2003
ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)

I created a Windows 2003 R2 Virtual Machine running on VirtualBox and I installed Oracle (10201_database_win32). I assigned a static …

oracle10g windows-server-2003 virtualbox
ODBC Administrator Can't Find Oracle TNS Names File

With a new Oracle Installation when I go to Configuration Management Tools > Microsoft ODBC Administrator > System DSN > …

oracle oracle11g windows-server-2003 tnsnames
C# System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send

I'm getting this error on just one server running Windows Server 2003: System.Net.WebException: The underlying connection was closed: An …

c# windows-server-2003 system.net.webexception
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 …

asp.net-mvc-3 razor windows-server-2003
Batch Script to Install or Uninstall a .NET Windows Service

I have no experience writing batch scripts, but I was wondering if there was a way to install a .NET …

.net installation service batch-file windows-server-2003
Starting a windows service fails with error 1053

I have a windows service that is failing to start, giving an error "Error 1053: The service did not respond to …

windows-services .net-2.0 windows-server-2003
Is LDAP a TCP or a UDP protocol?

I have got some wireshark captures, and it shows that it is UDP. But in theory it says that it …

windows windows-server-2003
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?

.net windows-server-2003
Why is IIS not serving aspx pages?

I'm deploying an ASP.NET application to Windows Server 2003 under IIS IIS is serving html pages fine but I get …

asp.net iis iis-6 windows-server-2003