Tagged Questions
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.
34
votes
14answers
20k views
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 it the best way to so this? Is there some .NET API to do it?
13
votes
3answers
3k views
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 ...
10
votes
4answers
4k views
Should SQL Server be on the same machine as your IIS installation?
I'm listening to podcast #19 and Joel and Jeff are arguing about running SQL Server on the same machine as your IIS installation. I have to say that it sounds like Jeff folded to Joel, but then again ...
10
votes
4answers
37k views
How to easy determine if a port is open on an 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?
10
votes
6answers
20k views
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 ...
8
votes
2answers
1k views
Max Outgoing Socket Connections in .NET/Windows Server
I have a slightly unusual situation where I'm needing to maintain CLIENT tcp connections to another server for thousands of mobile users on my servers (basically the mobile devices connect to my ...
8
votes
4answers
9k views
Configuring Ruby On Rails App in a subdirectory under Apache
I've got apache2.2 on windows. I'm trying to serve both subversion (/svn) and redmine (/redmine). I have svn running fine with this config:
<Location /svn>
DAV svn
SVNParentPath ...
8
votes
2answers
1k views
how to allow files starting with period and no extension in windows 2003 server? [closed]
How can I create this file in a directory in windows 2003 SP2:
.hgignore
I get error: You must type a file name.
7
votes
3answers
2k views
iis: Integrated Windows authentication still pops up account info login
I have a website running on a Windows 2003 server on IIS 6, serving pages for a LAN where everybody is working with a domain account. On other machines this works fine, no-one has to login to the ...
7
votes
2answers
7k views
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
Any ideas why this exception is occurring? My application is running on a load ...
7
votes
12answers
24k views
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 ...
7
votes
6answers
18k views
How do you tell IIS 6 to set the .NET version to 2.0 (not 1.1) When New sites are created?
We create new sites in IIS 6 (Windows Server 2003) using IIS Manager. When these sites are created in IIS 6, the ASP.NET version defaults to ASP.NET 1.1. We would like it to default to ASP.NET 2.0. ...
6
votes
4answers
415 views
Installing Microsoft Office 2007 on a Server Core Machine
I have a windows service (currently running under Windows 2003 Server) that needs to interact with a few word documents using automation. This Service needs to move to a new server.
Is it possible to ...
6
votes
2answers
958 views
Performance counter created but not working until windows restart
I have a strange problem creating new counters in existing group. I have a windows service, which does some work and allow me to monitor its state via performance counter. I have performance counters ...
6
votes
4answers
606 views
Delphi 7: Any differences between compiling under Win XP or Windows Server 2003?
I have a legacy application to maintain. Currently, releases are built from one particular developper workstation, that is a bad, bad habit.
I asked for a virtualized build server to automate the ...
6
votes
7answers
7k views
How can I prevent a server from becoming locked after a Remote Desktop session
As part of our databuild run a 3rd party program (3D Studio Max) to export a number of assets. Unfortunately if a user is not currently logged in, or the machine is locked, then Max does not run ...
5
votes
1answer
204 views
Parse logs on Windows Server 2003 to find user actions
Platform: Windows 2003 with Perl
I am looking into how to cut the user Id out of the IIS log file. Then find out what that user did. Uploaded file, CWD.. things like that. There is [uniqu_ID]User ...
5
votes
1answer
254 views
How do I control the screensaver (friendly/display) name shown in the drop down list? - Windows Server 2003 / Windows 2000
So I asked a question with the same title earlier and got an answer that works for the most part. My issue now is that the string table in the Win32 resource file is not working on Windows Server 2003 ...
5
votes
5answers
1k views
Sed creates un-deleteable files in Windows
I'm trying to run the following command in Windows Server 2003 but sed creates a pile of files that I can't delete from the command line inside the current directory.
for /R %f in (*.*) do ...
5
votes
2answers
209 views
Is it safe to delete the 3 default databases created during a PostgreSQL install?
I installed a default installation of PostgreSQL 8.4 on Windows 2003 Server, using the one-click installer provided. Running psql -l for the first time, I noticed there are three databases installed ...
5
votes
2answers
5k views
Load balancing error with WCF service - NLB
UPDATE 3:
I created a Visual Studio 2008 test project and tried to create a service reference to shared site WCF service reference and received the following error:
There was an error downloading
...
4
votes
3answers
133 views
Why is /eurl.axd/Gibberish being tacked onto the end of my pages?
I've been working to get our site moved to a public beta server, and after we configured IIS to match the internal testing server I noticed this problem. The application still works but it has this ...
4
votes
1answer
77 views
Cloning git repository from Windows with CopSSH and MSysGit
I'm having trouble setting up a Git server on a computer running Windows 2003 Server.
I installed CopSSH on the server, and can successfully connect to the server with SSH. Then, I installed MSysGit ...
4
votes
2answers
2k views
Creating a Memory Dump of a Process in Windows Server 2003?
Since windows Vista, we have the nice option to create a memory dump of a process directly from Task Manager. Sadly, Windows Server 2003 does not have this option yet :( I found ways to do a complete ...
4
votes
2answers
278 views
Are GUIDs generated on Windows 2003 safe to use as session IDs?
My web application operates only over SSL and sets a time limited cookie for each user after they successfully login with a username and password. The biggest weaknesses in the system are one ...
4
votes
2answers
497 views
Converting old and new local times to UTC under Windows XP/Server 2003
My application converts past and present dates from local time to UTC.
I need to ensure I will honor any future DST updates to Windows while still correctly handling past dates.
The application is ...
4
votes
1answer
569 views
Which counters should I use in Windows Performance Monitor when logging performance during stress testing of a web app?
I am setting up windows performance monitor to log activity on a web server while running MS Web application stress tool. Which counters should I choose to give me the best picture of where I have ...
4
votes
1answer
2k views
How to install msvcr71.dll correctly
how do i install msvcr71.dll on windows server 2003, which is needed by my software. I really don't want to copy this dll to system32 folder, because it may break this target system.
4
votes
3answers
4k views
How to make ASP.NET MVC work in IIS 6?
I have installed .NET Framework 3.5 SP1 and ASP.NET MVC CTP in a Windows Server 2003 R2 box, but my ASP.NET MVC site still doesn't work on that server. I was searching the internet and IIS for a ...
4
votes
8answers
17k views
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 Windows service using installutil.exe using such a script, or uninstall the service if it is ...
4
votes
4answers
4k views
Single Remote Desktop session in Server 2003
I have a headless server running Windows Server 2003, and administer it via VNC. It is set to auto login to a specific user account.
I want to change to using Remote Desktop/Terminal Services. ...
4
votes
6answers
582 views
Gotchas: Upgrading from single servers to web farms
Our company currently runs two Windows 2003 servers (a web server & a MSSQL 8 database server). We're planning to add another couple of servers for redundancy / availability purposes in a web farm ...
4
votes
2answers
11k views
How can I kill a process, using VBScript, started by a particular user
I have multiple users running attachemate on a Windows 2003 server. I want to kill attachemate.exe started by user_1 without killing attachemate.exe started by user_2.
I want to use VBScript.
4
votes
4answers
451 views
How do I cluster an upload folder with ASP.Net?
We have a situation where users are allowed to upload content, and then separately make some changes, then submit a form based on those changes.
This works fine in a single-server, non-failover ...
4
votes
3answers
360 views
Printers not available unless shared
We are using classic asp to call a C# dll and in the C# dll we are using System.Drawing.Printing.PrinterSettings.InstalledPrinters to get a list of availabe printers. If the printers are not shared ...
3
votes
3answers
85 views
does favicon 404 affect performance
We have been noticing a lot of 404 errors being thrown in our Coldfusion CFIDE server monitor, and it took us a while to find out that things like missing favicons are causing these errors.
We use a ...
3
votes
5answers
345 views
What's the easiest way to deploy an ASP.NET MVC 3 project to Windows Server 2003?
Is there some kind of deployment wizard I can run and have it install just the things it needs to run right onto the server end point? Do I have to build the project using VS2010 on the server? If I ...
3
votes
3answers
156 views
Process suddenly crashes with no errors
I have a somewhat large server process written in .net-3.5, that is, running in a VMWare vCenter Server that keeps crashing without any errors being reported. The process is created by a Windows ...
3
votes
3answers
605 views
What 's a fast Windows web server for PHP? [closed]
What is the fastest WebServer solution for PHP in a Windows Server (2003) environment?
The question is in regards to speed. Resource consumption is important but comes second. The important thing is ...
3
votes
1answer
284 views
Getting Working Processes within IIS App Pools
I am looking for a way to enumerate through the Virtual Directories (Windows Server 2003) in an App Pool and get diagnostic data (specifically WorkingSet, Private Bytes, and Virtual Bytes).
I've ...
3
votes
2answers
843 views
Check anti-virus status in C#
I need to check a group of servers to see whether the anti virus is up-to-date and running. Tricky thing is that they are spread over Windows 2003 and 2008 servers and I need to be able to check them ...
3
votes
4answers
763 views
Hudson+Git clone failure
We had Hudson set up with Git + OpenSSH on Windows Server 2003 Enterprise and it was working fine for a while.
Then suddenly, it started to hang during a clone at 12% always, we suspected maybe the ...
3
votes
2answers
969 views
Mixing .NET versions between website and virtual directories and the “server application unavailable” error Message
Backstory
Last month our development team created a new asp.net 3.5 application to place out on our production website. Once we had the work completed, we requested from the group that manages are ...
3
votes
2answers
2k views
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 ...
3
votes
4answers
5k views
Visual Studio Web Deploy to IIS 6
Has anyone successfully used the new Web Deploy feature of VS2010 to deploy a web site to IIS 6 running on Windows Server 2003?
When I try I get the following error:
Web deployment task failed. ...
3
votes
1answer
898 views
MSMQ on Win2008 R2 won’t receive messages from older clients
I'm battling a really weird problem here. I have a Windows 2008 R2 server with Message Queueing installed. On another machine, running Windows 2003 is a service that is set up to send messages to a ...
3
votes
3answers
304 views
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 ...
3
votes
3answers
4k views
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 ...
3
votes
3answers
120 views
system() not working in php using windows server 2003
hi
i have to extract the cabfile(.cab) on the server.
i am Finding such script which extract cab file but i didn't get it yet.
So now i am try to extract using cabarc.exe.
But i face the problem that ...
3
votes
1answer
458 views
FTP files in Windows Scripting Host?
What is the recommended way to transfer files via FTP and manage (rename, move, delete) files in an FTP server programmatically in a Windows Scripting Host script file (JavaScript/VBScript)? ...