windows-server-2008

Windows Server 2008 Hyper-V on x86 processor

I notice there are two version of Windows Server 2008 w/ Hyper-V available for download on the MSDN Subscription License site: Windows Server 2008 Datacenter, Enterprise and Standard (x64) Windows Server 2008 Datacenter, Enterprise and Standard (x86) I want to set up a development server for testing/developing using the Hyper-V softw...

Rename virtual directory on Windows Server 2008 (IIS7 )

How can I rename a virtual directory (i.e. change the Virtual Path name) in IIS7 on Windows Server 2008? In Server Manager I click on the application, select Basic Settings, but the box showing the current Alias is greyed out and I can't edit it. Thanks. ...

How to force IIS7 to return Tomcat error response

I have a following setup: App - Magnolia site running under Tomcat 6.0.16 ISAPI - Tomcat connector isapi_redirect-1.2.28 web server - IIS 7 host OS - Windows 2008 Everything works fine until i try to access Magnolia admin part which is protected. Tomcat returns HTTP 401 status code with the authentication form as response body and t...

Critical Sections leaking memory on Vista/Win2008?

It seems that using Critical Sections quite a bit in Vista/Windows Server 2008 leads to the OS not fully regaining the memory. We found this problem with a Delphi application and it is clearly because of using the CS API. (see this SO question) Has anyone else seen it with applications developed with other languages (C++, ...)? The s...

Windows 2008 Server Backup

What are my options if I want to just backup my data directories on Windows 2008 Server. It looks to me like the backup software built into the OS only backs up an entire hard drive. Is my only option to copy the files? ...

SQL Server Licensing: Are Windows Server CAL's required?

If I purchase a SQL Server 2008 Processor license, this permits any number of users to connect to the database instance. Users will typically connect through one or more application servers running WS08 Web Edition, and are authenticated through the hosted application (not AD or otherwise). The users belong to various different organisat...

running aspnet_setreg.exe on a windows 2008 server

I have a site that uses aspnet_setreg.exe to encrypt the username and password of the identity user into the registry. It has always worked fine but when I run it on a Windows 2008 i get this: C:\aspnet_setreg>aspnet_setreg.exe -k:SOFTWARE\MYCODE\identity -u:"domain\user" -p:"password" Please edit your configuration to contain the foll...

How can I make my application install scripts to bypass User Account Control in Server 2008?

I've written a bunch of VBScripts to install software (like SQL Server Express, WSUS etc.) on my Server 2003 boxes which has all been fine. I'm now adapting them to new Server 2008 boxes and they now won't run without bringing up the UAC prompt. I know this is normal behavior, but is there any way I can disable UAC, run my install stri...

IIS7/2008 Sql/Service Connection Issues

While trying to get a 2008 server to connect to a sql server, I noticed a change in the 2008 IP stack that has me a bit flummoxed. I'm looking for either an OS way to override this, or a programmatic way in .NET to override this. For the sake of this argument, assume I have a web server with multiple IP addresses to server multiple site...

Visual Studio jQuery IntelliSense fix KB958502 does not recognize visual studio 2008 install on windows server 2008 x64.

So just this week I had the opportunity to re-build my development machine and I opted to use Windows Server 2008 x64 version for my operating system. I re-installed Visual Studio 2008 along with all of my other development tools. I surprised to see that the KB958502 hot fix did not recognize my installation of Visual Studio 2008. I wond...

Move Physical Windows Server 2008 into a Hyper-V VM

Hello, I'd like to import a real Windows Server 2008 server as a Hyper-V Virtual Server on another Windows Server 2008 instance. Anyone have any idea how to do this? I'm looking at the System Center Virtual Machine Manager 2008 but it doesn't seem to import Windows Server 2008 - nor is it free. Is there some other workaround (i.e. ...

Tomcat 5.5 as service on Windows Server 2008 64bit

Hi, Has anybody managed to get Tomcat to run as a service on Win2008 64bit? I need it for a 3rd party component that my site relies on. It works fine otherwise, but I just can't get it to run as a service. I've tried all the googling I can, and experimented with various 64bit tomcat.exe / tomcatw.exe without success. Upgrading to Tomcat...

What do I need to know about running my own dedicated server (with windows 2008)

I'm thinking of getting my own dedicated server with the following stats: Processor: Celeron 440 2.0 GHz Memory: 1 GB Primary Hard Drive : 160 GB SATA II This will be running Windows. I have some experience with my local IIS and playing around with servers, but I have never set one up (at least a Windows one) and ...

Where's repl in Windows Server 2008?

Hi, Where can I find the %windir%\system32\repl directory in Windows Server 2008? The machine is a Domain Controller. Thanks ...

Windows SMTP Server with Server 2008 and PHP

For some reason the iis smtp server and php are not communicating properly. I have verified that the smtp is working by telneting to it and doing the mail commands and I'm able to receive an email. In addition, I followed this link http://support.microsoft.com/?id=297700 and was able to receive an email. But whenever I try to send ema...

TCP socket timeout configuration

I have a Java application which uses a third-party COM component through a Java-COM bridge. This COM component opens a socket connection to a remote host. This host can take some time to respond, and I suspicious that I'm getting a timeout. I'm not sure because as I said, it's a closed-source third-party component. The API of this comp...

Installing Oracle 10 ODP.NET on Microsoft Windows 2008 Server 64bit

Hello, I've tried to install "Oracle10g Release 2 ODAC (64-bit) 10.2.0.3 for Windows x64" from: http://www.oracle.com/technology/software/tech/windows/odpnet/64-bit/index.html on Windows 2008 server 64bit, but it crushes right after i run the setup.exe with the following error: Problem signature: Problem Event Name: APPCRASH ...

Why can't I install SQL Server SP1 (KB968369)?

Hi, I have a Windows Server 2008 x64 machine. I have the "Microsoft SQL Server 2008 Service Pack 1 (KB968368)" as an "optional" update available from Windows Update. I choose to install it, my computer installs it for a while, I restart, and that update is available again. Why doesn't my computer install it? Thank you. ...

ASP Access Database web site on Windows 2008 Server running IIS 7

Hello, I am upgrading my server to Windows 2008 Server from IIS 6 running Windows 2003. I am not sure what permissions and what account is needed to access the Access database. In Windows 2003 I had given Write permission to the IUSR account, what it the equivalent in Windows 2008? The database is not in the web site folder. I am ge...

The underlying connection was closed: An unexpected error occurred on a receive.

When I try my program on my win2k8 machine it runs fine but on win 2k3 it gives me this error that error message here's the code that' generating the error WebClient wc = new WebClient(); wc.DownloadFile("ftp://ftp.website.com/sample.zip"); there's the weird part. if i disable the firewall on the server completely. the error goes aw...