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
3
votes
3 answers

Exporting database on oracle

I have a DB on oracle on Windows Server 2003. How do I export it with all the data and put it into other Windows server?
Adomas
  • 671
  • 2
  • 7
  • 9
3
votes
0 answers

MFC Icons are displayed as black squares on remote desktops

I'm encountering the following problem. I wolud very much appreciate your help. Description of the problem MFC Desktop Application VisualStudio 2010 Icons are supposed to be displayed in a CListCtrl as a CImageList. It usually works fine except…
3
votes
1 answer

Team foundation and 64-bit windows, can't install?

So is it a certified answer that you can't install Team foundation on windows 2008 64-bit? Update Is it better just do install it on windows 2003 or 2008?
ASDFdotASPX
3
votes
3 answers

I'm getting blank pages instead of error messages using classic ASP, IIS6 and WinServer 2003 R2

We have an old system running on a WinServer2003 R2 - IIS6 and it was written using classic ASP. We need to trap all errors and for that, I configured IIS to redirect 404s and 500s to a custom page (custom errors config) that writes the info to a…
andrecarlucci
  • 5,927
  • 7
  • 52
  • 58
3
votes
2 answers

VisualSVN Error – Revision File lacks Trailing Newline

We have VisualSVN Server 2.1.3 installed on Windows Server 2003 and all client machines are using TortoiseSVN client for commits and other svn operation. Everything was working fine till yesterday. Yesterday, I committed a revision number 22181 in…
user1400290
  • 1,682
  • 5
  • 23
  • 43
3
votes
2 answers

my dotnet application doesn't run on windows server 2003

I've written a server programm lets call it progie , this progie working just like a clock on my windows 7 (my ms VS is installed on windows 7) after compiling the progie and transfer it to windows server 2003 I tried to run the progie but no…
Vahid Hashemi
  • 5,182
  • 10
  • 58
  • 88
3
votes
2 answers

how do I know if it is Windows server or unix?

how do I know on which platform is running my server: Unix or Windows server ? I have only access to ftp, is there any php code to know it ? thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
3
votes
3 answers

ASP.NET MVC: 404 - File or directory not found. The resource you are looking for

I recently deployed an ASP.NET MVC application on a Win server 2008, IIS 7 machine. It has MVC installed, and .NET framework 4.5 installed. Whenever I publish, and try to log in, I get this annoying error: 404 - File or directory not found. The…
Charles
  • 491
  • 3
  • 9
  • 20
3
votes
2 answers

How to set folder permissions with .NET?

Is it possible to use a small .NET page to set folder permissions on some folders on the server where it resides? What is the code or objects that can be used for this? I am on Windows Server 2003. Basically I want to hit the page with a GET or POST…
MetaGuru
  • 42,847
  • 67
  • 188
  • 294
3
votes
2 answers

Add enabled Computer to Active Directory OU

I am trying to programmatically add a computer to the Active Directory of my company. I was searching the internet for so long now, but i couldn't find a solution. My code: DirectoryEntry dirEntry = new…
samvdst
  • 618
  • 7
  • 22
3
votes
1 answer

'Run As...' doesn't correctly create user environment

My C# application crashes under some circumstances when run with a non-admin user. I'm experiencing a problem with Windows Server 2003 and I'm trying to find more information about it. It may be a problem on other Windows OS's. It seems that if I…
Scott Langham
  • 58,735
  • 39
  • 131
  • 204
3
votes
1 answer

Why does ActivePerl 64-bit crash when I call sqlplus from backticks?

We came upon an error with a Perl script that processes data into an Oracle database. A few details: Server: Windows Server 2003 R2 64-bit Oracle: 10.2.0.4 Perl: ActivePerl 5.10 64-bit, build 1005 So the perl script connects to an Oracle…
Milner
  • 638
  • 7
  • 19
3
votes
0 answers

What version of Windows Installer is installed by default in OS?

Help determine what version of Windows Installer is installed by default in operating systems? Help Please fill in the table below: Windows XP Windows Installer 2.0 Windows XP (SP1) Windows Installer 3.0 Windows XP…
3
votes
3 answers

How to detect the language version of Windows

Required is the true language version of the OS, not the user interface language or the current locale settings. Use case: software installation which has to apply security settings and user account creation. The scripts have to know certain system…
gyrolf
  • 3,772
  • 5
  • 26
  • 22
3
votes
2 answers

Leverage browser caching

I have a website and when I check page speed with Google plug-in, I receive: Leverage browser caching The following resources are missing a cache expiration Searching only returns information on using htaccess under Apache, but my site is…
air
  • 6,136
  • 26
  • 93
  • 125