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

Start executable that uses python

I'm new to programming and C#, I am attempting to write a program that detects errors or server crashes from my battlefield 2 server, it will then shut the server down (if the server is not already down) and start it back up but I have ran in to a…
IZZO
  • 1
  • 1
0
votes
1 answer

Can we write a SINGLE query for retrieving PROPERTIES from TWO CLASSES in WMIC?

I want to retrieve the data from multiple classes in single query in WMIC. I know that it wont be possible in WMI. But somewhere i feel it can be possible in wmic. also i am able to retrieve and push multiple classes data in single html file by…
0
votes
1 answer

How can I create a new site in IIS6 using a deployed package from VS2010?

I'm a novice in this, I just created an ASP.NET web app with Visual Studio 2010, I took the folder with all the files and put it on Windows Server 2003 IIS6, I added a new site, and gave all the proper permissions and the site worked, OK, now I need…
0
votes
1 answer

C# ComVisible DLL not registering

I'm working for someone running a windows 2003 server. They want me to make a SMTP sink which can categorize what database and table we want to send messages to. They don't have exchange on this server, only the default virtual SMTP server. I've…
AlexLordThorsen
  • 8,057
  • 5
  • 48
  • 103
0
votes
1 answer

Mysql server has gone away - MySQL error 2006:

When trying to edit table data in one of databases, I can't apply the change because of the error "MySQL error 2006: mysql server has gone away"` This problem is intermittent. So I did some research on this and I came across this post. (note:…
MSchumacher
  • 167
  • 1
  • 5
  • 13
0
votes
1 answer

How to track session in iis logs with classic asp app on windows server 2003

I'd like to use my IIS logs to track sessions in my app, but don't have a session key being pushed along the querystring in my pages. What's the easiest way to start tracking that in the log - put a querystring value in the iis logs, or is there a…
Caveatrob
  • 12,667
  • 32
  • 107
  • 187
0
votes
1 answer

.htaccess redirect to subdirectory on Verio windows server

I've been trying to get a website up an running on my work's servers using Verio windows server 2003 gold and they've been quite useless when it comes to helping me out. All I'm trying to do is set up a Wordpress installation, which they apparently…
Colby Fayock
  • 145
  • 10
0
votes
1 answer

Watched Tables / Email Queue - What's going on?

I'm taking over a project and am having trouble tracking down a particular mechanism. I have a database with several tables and triggers. One of those tables is called MailQueue. I have a ticket tracking web app that uses this database, and certain…
Chiramisu
  • 4,687
  • 7
  • 47
  • 77
0
votes
1 answer

SVN successful commit not showing on website

Background I have an installation of VisualSVN on a server. under this, I have a basic repository (no branches/trunks or tags). I used svn in it's most basic format as I was the only developer on it. The project itself is an IIS ASP.NET 3.5 website…
kolin
  • 2,326
  • 1
  • 28
  • 46
0
votes
2 answers

Windows Server 2003 User Logon Audit

How to find what all users have logged on my Windows Server 2003. What is the property/setting/service that should be enabled to log all the logons to my server? Is there a way to display an alert mail or message (a script or something) whenever a…
Varun S
  • 587
  • 4
  • 12
  • 25
0
votes
2 answers

PowerShell v2 Server 2003 - Cannot Find Path - Path definitely exists

Usually I can find an answer to PowerShell questions by researching forums and adapting. However, after searching high and low, I cannot find an answer. I am logged in as a domain administrator working on two enterprise servers in a test domain.…
0
votes
1 answer

Does restoring a backup of IIS6 restore the GAC?

I was wondering: if I have some DLLs in the GAC - will they get restored if I restore a backup of IIS6 on a fresh Windows 2003 box? Or will I need to backup/rebuild the GAC separately from IIS?
joshcomley
  • 28,099
  • 24
  • 107
  • 147
0
votes
1 answer

SQLConnection.open() fails in PowerShell jobs on Server 2003

The following code seems works for me on W7, Serve2008 but fails fails on Server 2003 when the scriptblock is run as job. $scriptblock = [scriptblock]::Create(' $DestinationConnectionString_sql = "Data Source=;Initial…
bernd_k
  • 11,558
  • 7
  • 45
  • 64
0
votes
1 answer

Is my code broken? Ftp script under windows

I wrote some scripts which ftp files from a server to the local machine. The scripts have different behaviour under difference mode. If I run it interactively, the ftp is fine: ftp> mget *abc*.reviewed 200 Type set to A. 200 PORT command…
lamwaiman1988
  • 3,729
  • 15
  • 55
  • 87
0
votes
2 answers

StateServer deployment in windows server 2003

We implemented the Session StateServer concept in web application. Its working fine in local pC(Windows XP). The same build we deployed in windows server 2003.the build is not working consistently Any one please tell us.
Stateserver