windows-server-2008

When is load for IIS7 too much?

At a customer of ours, candidates take tests with our software. If their test is finished, some calculations are done on the server. Now, sometimes, 200 candidates can end their test at the same time, so 200 calculations are done concurrent. The calculations all seem to go fine, but some calls to the IIS7 server get back a http error... ...

IIS7 Application Pool Crash

I am running IIS 7.0 on Windows server 2008 R2 and created 1 Application Pool per site and I have 1 site which is causing the application pool to stop. These are the following errors in the Event Viewer: This shows several times: A process serving application pool 'Pilot.Mobile.SyncV2' terminated unexpectedly. The process id was '3620'...

Is is posible too run a mysql-cluster management node on a different OS?

Is it posible too run the Management node of the mysql-cluster on a different OS ( linux ) and 2-3 cluster servers on windows hosts? ...

running iis7.5 on 32-bit windows 2008 (not r2)

Does anyone know if it's possible to run IIS 7.5 on Windows 2008. From what I understand Windows Server 2008 R2 is an exclusively 64-bit OS. Can we upgrade IIS7 to IIS7.5 on Windows 2008 (not R2) ...

Installing SharePoint 2010 in Microsoft VPC (Windows 2008 Server) Vs Upgrading MOSS 2007 in same server?

I am aware of the upgrade options for SharePoint 2010 http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e8b66eb3-27c7-4a39-a2e1-3e7d18b12ee1 The above talks more of a Production Deployment. And i have seen so many Windows 7 VHD boot for SharePoint 2010. Would like to hear options for the MS VPC with Windows...

Trouble using PIL with Google Appengine SDK

I have a Windows Server 2008 R2 (64bits) machine on which I wanted to develop a google AppEngine app. So I installed Python 2.5.4 from python.org (because the Google SDK said I needed 2.5 and 2.5.6 didn't have any MSI's) Then I installed PIL from http://www.pythonware.com/products/pil/ I used version 1.1.7 for python 2.5 I used the 32-...

Migrate Windows Server 2003 to 2008 & Data Loss

I would like to know if I migrate from Windows Server 2003 to Windows Server 2008 (x64) do I have to reinstall all applications in new Operating System or I will be able to simply upgrade the OS without any data loss. ...

"Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." to SQL Server 2005

I'm trying to migrate a legacy application we have to Windows Server 2008 x64 and IIS7. It's written in Classic ASP and connects to a SQL Server 2005 database. However, when the page runs, I receive the error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. The connection string I'm...

Is it possible to install SQL Server 2005 (enterprise edition) on Windows Server 2008?

Is it possible to install SQL Server 2005 (Enterprise Edition) on Windows Server 2008? ...

Sending Mail using PHP on IIS 7 - Windows 2008 Server

Hi, I'm having trouble sending mail using PHP mail() on IIS 7 using Windows 2008 Server. The server is dedicated, thus I have full control over my machine. php.ini looks fine - ([mail function] is configured) I don't get any error from mail() (with the right parameters of course) btw - I got ASP and ASP.NET sending mails without any pro...

MoveFileEx with MOVEFILE_DELAY_UNTIL_REBOOT have no effect on Win2008

I'm using the MoveFileEx function of the Windows API on Windows 2008 with the MOVEFILE_DELAY_UNTIL_REBOOT option when trying to move a file: C:\a.txt to C:\b.txt. I can see, when using regedit.exe, that the entries are inserted in the correct registry location (System\CurrentControlSet\Control\Session Manager\AllowProtectedRenames) as pe...

How Do I Get The Resource DLL Code Samples In The Windows SDKs To Compile And Run?

I am currently trying to build a Resource DLL on on Windows Server 2003 and 2008. I am currently working with the Resource DLL code samples supplied with the Windows SDKs, and I can't get them to work. On Windows Server 2008 I succeeded compiling the Windows 7 SDK ClipBook Server sample, but couldn't get it to properly work in the clust...

Windows Server 2008 does not like my exe (KernelBase.dll)

Hello all, I have written an app to run on 64bit Windows Server 2008, it needs to go in the schedular as it needs to run every 15 minutes. For some reason the program crashes after being open for a few minutes (this is without it being in the schedular). The program runs fine on both my 32bit laptop and a colleagues 64 bit laptop, but fa...

DsMakeSpn Always Fails on Windows Server 2008

What could be the reason for consistent failure when calling DsMakeSpn? The error code is 87. Thanks in advance!! ...

Why does renaming reg.exe on Windows Server 2008 x64 causes it to fail to run?

Hi StackOverflow, I've got a neat question here. There's a utility called reg.exe thats been shipped with Windows for quite some time. Its very handy to import .reg files from scripts, modify values from scripts, etc, etc. So when making a copy of it for a script scenario ("Why not use the copy in system32?" -> Software Restriction Poli...

Asp.Net MVC missing style and defaults to logon page

I just setup an out of the box "W2K8 R2 Web" server and installed IIS 7 out of the box. Then I installed the .NET4 framework and ran "aspnet_regiis -i" command. I created a site using .NET 4.0 Integrated app pool. I created an MVC application using the default MVC project template, without modifying I compiled the project and deploy th...

Dns NS on windows server 2008.

Hi. I want to use my winserver 2008 to host my own pages. I got a couple of domains. So I want to setup my server to it. Now to the questions and thoughts. 1.Do I create NS1, NS2, NS3 on this one server? If are they done in the _msdcs, or the MYDNS.COM.. NS I mean Name Server, i need atleas 2 to redirect the domain(u knew this but any...

Why do I get an error trying to connect to a Win2k8 MSMQ queue from Windows 7?

I have a .NET3.5 application that connects to a remote queue (a private queue, running on Windows Server 2008). The client recently was forced to upgrade the machine on which this application ran to Windows 7 from Windows XP. Now, when my application attempts to connect to the remote queue it crashes with an error that it cannot connec...

Turn IIS7 HTTP Error Handling Off?

I just got setup on my first Windows Server 2008 / IIS7.5 server for a contest I am participating in. I can't for the life of me figure out how to turn OFF error handling COMPLETELY. The only options I see are: Custom Detailed Detailed Local, custom for remote I want to turn the feature off completely, and I don't see any way to do t...

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

hi, 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 ...