windows-server-2003

Network Load Balancing in Windows Server 2003

I have two Server s with manually assigned IP as 192.168.0.100 and 192.168.0.101 . Each Server have one asp.net application hosted (same application). Now my requirement is whenever a user made a request to any one of the server and if the server is taking too much time or not available due to user load then this server must redirect th...

PHP5.3 hangs IIS6 on windows2003 64bit

I am setting up php 64bit on IIS6 (windows 2k3 ). The need is I want my existing website(classic asp) to include a wordpress blog (mu) with friendly url. So want to install it as a subdirectory to the IIS website. I have single IP allocated. Could not get the 32 bit php environment working as per IISADMIN Upon setting up for 64bit php...

SetConsoleCtrlHandler not working on Server 2003

I've written a daemon console app in c# that is run from Scheduled Tasks. I want to detect when the user right-clicks on the task and does "End Task" in order to do some logging and cleanup. I'm currently using SetConsoleCtrlHandler to register a callback and this works perfectly on my development XP machine. However, when it is run on ...

php glob() on another directory on Server 2003 (IIS 6)

Always returns an empty array despite giving the IUSR_ "List Folder Contents" permission (and "Read" and "Read & Execute" permissons) on the folder being 'globbed'. glob() on a child directory (within the directory I gave the permissions too) works fine. glob() also works on a specific file (which inherited the permissons) in the afore m...

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 install and invoke word documents in a Windows 2008 R2 Server Core Machine? ...

COMAdmin.COMAdminCatalog - how to get DCOM Config folder content?

Is it possible to access DCOM Config via COMAdmin.COMAdminCatalog? I can get a collection of applications and configure them but cannot figure out how to get a collection of the items in the DCOM Config folder in Component Services. Any suggestions? ...

Wordpress errors on windows IIS hostiing?

I have installed latest wordpress version on my WINDOWS 2003/IIS server, which has PHP support enabled. All goes well except few things: When I am trying to update a plugin automatically from wordpress dashboard, then it gives me this error "Could not remove the old plugin. Plugin upgrade failed." I tried to edit CSS of my theme, but w...

ASP.NET session issues on a production server

This is a pretty vague question as I've had no luck reproducing my issues outside of our production web server and am unsure if my two issues are even related. My application server is running Windows Server 2003 and is public-facing. The ASP.NET web application runs in .NET 3.5 and uses a (private) SQL Server (2008) on the LAN. The ser...

Configure IIS on Small Business Server 2003 to communicate with Apache in local network

hi, i have an IIS 6.x running on my windows 2003 sbs (Computer A), that is reachable from the internet von port 80 and the ssl port. I have a second machine (Computer B) running in my local network, where i have running an apache webserver with serveral application i want to make accessable from internet. i added iirf (Ionics Isapi ...

How to enable Windows 2003 as a WebDAV client ?

Hello, I have written a program that uses webDAV to download documents from a sharepoint server. It works well with client OS (XP, Vista, 7) but it doesn't on the 2003 server it's supposed to work. How can I enable WebDAV client (not server) on Windows server 2003 x86 ? ...

.Net Windows Service - NT Authority\System - Login Failed

We deploy software on a dedicated server. It's a Windows 2003 server with SQL Server 2005 and IIS. We have four .Net Windows Services that run on the server. At one client location two of the four services are failing to connect to the database following a reboot. The error for both is "Login failed for user 'NT Authority\System'"...

how i can make windows server 2003 see some directory from UNIX-AIX ?

how i can make windows server 2003 see some directory from UNIX-AIX ? i want share files between windows server 2003 and unix aix 6.1 ...

I have configurated my server to SMTP, But all mails get stuck in Queue

MY mails dosen't get send out, all mails get stuck in the queue folder, what does this mean, are there other ports I run thans besides 25? ...

Configuring web services on Windows Server 2003

We have recently moved from an online hosting provider to a local server and we are currently trying to set up a .net website with web services and are having difficulties. We have two websites running on IIS (in Windows Server 2003) - one that is the actual website where we gain input from the user and one which is running the web serv...

how i can pass argument to windows 2003 batch file and execute it from unix-aix and return value to unix-aix

how i can pass argument to windows 2003 batch file and execute it from unix-aix and return value to unix-aix ...

how i can execute windows batch file from UNIX-AIX ?

how i can execute windows batch file from UNIX-AIX i install copssh ??? ...

Cannot access GAC from C# code

I have a third-party .net DLL that I installed and registered, and appears in the GAC (c:\windows\assembly). I am able to successfully access the GAL in my development and my test environments, but not in production. My web service is written in C#.Net, .Net 2.0 framework. I can only assume that the problem occurs during the line wher...

how i can return more than one value from windows to unix-AIX ?

HI, i'm have to server:- 1-windows-server 2003 2-UNIX-AIX I execute something in windows server and now i want to return some value from windows to unix .... how i can do it i install copssh in windows server and openssh in unix server ...

does each subdomain on a Windows Server 2003 webserver need a dedicated IP address?

We have a remote webserver with two IP addresses. Can we put several web applications on this server organized like this? I am putting xttp instead of http because stackoverflow thinks I'm trying to add real links. xttp://www.ourdomain.com xttp://dogs.ourdomain.com xttps://securedogs.ourdomain.com xttps://securecats.ourdomain.com xttp:...

windows service causes root certificate update on system with no internet access

So I have a C# windows service that on some systems where there is no internet access won't start. It tries to start, but times out before the service is started. I'm unable to reproduce the issue in any development environment, but have seen it several times on other systems(usually w2k3). When I put my service into a debug mode th...