windows-server-2003

IIS 6 - Only certain directories are being logged

I have 3 websites on a Windows 2003 server with IIS 6. They all have the same logging options set up. (As far as I can tell) However, one of the sites is only logging 2 .NET applications, and is not logging anything else on the site, even though there are thousands of files. The other 2 sites on the server seem to be logging everything a...

ASP.Net Strange Guids

An ASP.Net application we have recently developed is creating what I believe to be non standard Guids. The Guids are being created using the .Net framework method Guid.NewGuid(). Here are some examples of the guids created: 00000000-0000-0000-210f-0160000000f6 00000000-0000-0000-c02b-0160030000fc 00000000-0000-0000-ca2b-0160030000fc 000...

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 bottlenecks, slow performance and response etc? cheers ...

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 by default: postgres, template0, and template1. Being security-minded, my initial reaction is to delete or change default configurations. H...

32-bit crypt component running on 64-bit server with 32-bit IIS app!

I've got a Classic ASP application running on 64-bit Windows Server 2003 in 32-bit emulation on IIS. I'm bringing a COM component over from a 32-bit server and wondered how I would install that to be accessible from the Classic ASP app. I can choose between a 64-bit and a 32-bit version of the component. Do I: install the 32-bit ...

PHP - I need to run a .cmd file from within PHP and display the results

I need to run a .cmd batch file from within a php script. The PHP will be accessed via an authenticated session within a browser. When I run the .cmd file from the desktop of the server, it spits out some output to cmd.exe. I'd like to route this output back to the php page. Is this doable? Thanks in advance for your time. ...

Starvation of threads with Windows 2003 SP2

To our great surprise we found recently this. With SP1 for Windows 2003 Microsoft changed a way critical sections behave. Earlier threads wanting to access them were served in FIFO manner. Right now they are served in pure "random" way. In our case we had something like this: // I now it's kind of ugly design but works void Class:RunIn...

How to prevent illegal file and folder name creation in Windows Server 2003 or Windows Server 2008

Preventing illegal file and Folder name creation on a Windows 2003/2008 file server is the goal. We know from articles like http://stackoverflow.com/questions/62771/how-check-if-given-string-is-legal-allowed-file-name-under-windows that for some reason the file system allows creation of illegal file/folder chacters and paths that exceed ...

Word Ifilter installed on Windows 2k3 Server?

Does anyone know if the iFilters for MS Word are installed by default on a vanilla Win 2k3 server? ...

Splitting a Server Hosted Access Database

I am looking into building an access database that will replace a very frightening combination of excel spreadsheets that are linked together. The files for the current spreadsheet system are located on our Windows Storage Server, which has a mapped drive to the directory they use. Multiple users access this system as it host inventory, ...

Using Psexec with Windows Server 2003

I'm trying to run a psexec command to a remote Windows Server 2003 machine. I run the following command: psexec \machinename perfmon.msc -u machineadmin -p adminpassword -i -s The -i and -s flags will allow me to run the GUI for perfmon.msc on the remote machine's desktop interactively. I get the following error when I try to run the ...

Windows Server 2003 - Leave running when idle

Hi there, I'm currently moving a website to a new server, whilst doing so i've noticed the option to set com+ application components running when idle. This option is currently set to true on all components, but it sounds to me like there would be some sort of trade off (page load time vs strain on server). Does anybody know what the ...

SQL server : disk in raid or split DB and OS on different disk ?

Hello, We are going to change our server with a new one with 2 scsi hard disk. My colleague proposed to install the OS windows 2003 on one disk and put the Databases with sql server 2008 (3 of 100 MB and 1 of 2 GB) on the other one. I was thinking that it would be much more performant to use Raid 0 but i don't have enough knowledge to...

retreive certificate using subject id; USER Vs Machine

Hello, I have installed a certificate with Subject "UW008" in the MY store (CERT_SYSTEM_STORE_CURRENT_USER). When i run my test application, logged in as an Administrator, my test application is able to find the certificate with the corresponding subject ID. When i tried to access the same application from across a network(with same ad...

Load Balancing IIS. Serving images and simple html from one server and asp.net pages from another

Hello, we are using windows 2003 server with dual CPU and IIS gets overflown with requests and not able to handle them but at the same time it uses less than 20% of the CPU and less than 40% of ram. When server is not able to serve any requests not only its not possible to browse the site but its not even serving images which are used o...

Why won't InstallShield 2009 detect .NET 3.5 SP 1?

On Windows Server 2003 Standard Edition, a customer installed .NET 3.5 SP 1. Whenever we run our installer built with InstallShield 2009, the installer complains that the target machine does not have the .NET 3.5 SP 1 dependency. The customer has uninstalled and reinstalled .NET 3.5 SP 1 a couple of times, rebooting each time, but our in...

How does one install OpenGrok on Windows Server 2003?

From searching around the net (and SO) for how to full text search an SVN repo, I discovered OpenGrok. I'm at a bit of a loss as to how to get this thing set up though. Can anyone provide any pointers on how to get this set up to host on a Windows 2003 server? Also, I understand it is possible to trigger OpenGrok to re-index upon check...

Can I develop websites on Xampp and publish on windows based server? (PHP/IIS 6/7/Apache)

hi, I usually develop websites on the WAMP/XAMPP and host it on Linux servers. All works fine. But to meet some of the client requirements, we need to host a new project on to a Windows based server running IIS (I guess its IIS7, if not IIS6). I don't have access to a windows server on my local. So how I can develop with having an und...

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 written in C++ and is running on Server 2003. Options I've researched: gmtime() and localtime() are not always correct for past dates bec...

How to automate testing connectivity to Windows 2003 server?

Hi all - I am writing an app to test RDP connectivity to a bank of VM Windows 2003 servers. The typical failure mode is for some code running on the server to get itself in a loop, preventing RDP connections -- and most any other type of connection, as well. When this happens, you can still ping the server and it seems to be fine, but...