windows-server-2008

Is it possible to use a 32-bit ODBC driver with a 64-bit application on windows?

I have a 64-bit application and an ODBC-driver which only comes in 32-bit-flavour. Is there any way to have the application connect to the datasource through the driver? I realize the short answer is NO, related to 64-bit applications not being able to load a 32-bit dll, but I am looking for a slightly longer and more positive answer. ...

Windows 2008 unable to execute c# powershell app. Returning access exception.

Hi, Does anybody know why I can't access the folder where my powershell scripts are in windows 2008 Ent. When I try to create a script with textpad it craps out. When I try and execute a c# powershell app, which is stored on another win 2003 drive, it craps out with an access exception as well. I've set powershell execution policy to un...

Precautions when developing ASP.NET application on x86 computers but target computer is 64 bit (Windows Server 2008)

We have to deploy our application on a Windows 2008 64 bit server. As the application is already running for over one year on a Windows 2003 server installation, we know everything is working fine. We are still developing on Windows XP. But installing it on a Windows 2008 64 bit system make me feel a little bit uneasy. So are there any...

Firewall configuration. (Windows server 2008)

Hello. I'm having a little problem with configuring the firewall on my server. I only want a specific range of IPs to be able to access specific ports. For example, I'm having alot of password attempts to some of my servers, so I want to make it more safe by only allowing incoming connections from a specific range of domain. Example: M...

Installing IonCube on IIS7 / Windows Server 2008

Hello, we've inherited a PHP project from a client that requires IonCube. Our boxes all run on IIS7 and although we've followed the instructions for configuring it, it isn't loading the decoder library. Have any of you had any success with getting IonCube up and running on Win 2k8 (32bit)? I'm pulling my hair out over this so any help wo...

Script for rebuilding and reindexing the fragmented index?

Can anyone provide the script for rebuilding and reindexing the fragmented index when 'avg_fragmentation_in_percent' exceeds certain limits without using a cursor? ...

How to use Windows Search Service instead of the old indexing service to index files?

In the past I had the indexing service installed on a Windows Server 2003 and used it to index files for my website. I did this by executing an OleDbCommand with a query and a connection string. How do I accomplish the same thing with the new "Windows Search Service" (Windows Server 2008) by using VB.NET? Does this work the same way so ...

How can one programmatically reorder Handler Mappings in IIS7?

We have an installation that creates a handler mapping for a website. Using the IIS7 Admin pack, I've come up with some jscript that sets this up successfully. However, our developers have the requirement that this particular handler mapping be at the top of the ordered list of handler mappings. I discovered that you get to this view ...

High CPU on w3wp

I've deployed a .NET website to a 2008 (IIS7) server and the site seems to fly for up to 30-50 concurrent users. When load testing it the site comes to a grinding halt sometime after 100 concurrent users. Page loads go from 1.5 seconds to 90+ w3wp hits 100% and stays that way until I stop the load test. SQL on the other hand idles at...

Web App Performance Problem

I have a website that is hanging every 5 or 10 requests. When it works, it works fast, but if you leave the browser sit for a couple minutes and then click a link, it just hangs without responding. The user has to push refresh a few times in the browser and then it runs fast again. I'm running .NET 3.5, ASP.NET MVC 1.0 on IIS 7.0 (Win...

Password Protect a directory using IIS 7 Digest Authentication

This may just be my misunderstanding of the subject, but I would hope to find a simple answer. I run a web server for my own use, among many reasons just so I have a domain name to reference my network at home. I just deployed Sever 2008 Enterprise thanks to acquiring a MS charity license. It's so much better than the IIS 5 on XP setup...

error when installing .net 3.5 framework over windows server 2008

Hello all, I am trying to install .net framework over windows server (r) 2008 build 6001 (if it helps?). I am able to install .net 3.5 but when trying to install service pack 1 (from the following link) I get the following error. Microsoft .NET Framework 3.5 SP1 has encountered a problem during setup. Setup did not complete correctl...

TFS SSL Setup over the internet

Hi, I am new to TFS and have been having issues with setting it up to be accessible on the internet. I have set up TFS 2008 with SSL(HTTPS) on ports 8081, 81, and 17013 etc... for the respective services, on a single server deployment, with basic authentication, with server exposed as a DMZ by my router. How can I access the TFS serve...

Is .net 1.1 supported on Windows Server 2008

We're having an issue. We have the majority of our code written in .net 1.1 (including asp.net). We're told that Microsoft do not support .net 1.1 on Windows Server 2008. The bit we're really confused on is that it's apparently it's only Asp.Net 1.1 that isn't supported on Server 2008. Our question is, what signifies Asp.net 1.1 is i...

Is it possible to capture MSMQ messages from a private queue or add a second destination?

The project that I'm working on uses a commercially available package to route audio to various destinations. With this package is a separate application that can be used to log events generated by the audio routing software to a database e.g. connect device 1 to device 3. I have been tasked with writing an application that reacts to sp...

Can not acces Page without authentication

I deployed the sample application (the blue one you get when you create a new project) to IIS7 on Windows Server 2008. When I try to access mysite.com/home/about I get redirected to Accoun/Login. This does not happen when I run the site on VS integrated server. I did not change any code in the project, so it sems to be an issue on the ...

Installing SQLite3 on Windows - what's the current easiest route?

Am brand new to Ruby looking to get Redmine to run on WinServer08 sp1 I've read a few threads here detailing the steps and workarounds required to get Ruby and SQLite to play nice with each other. Ruby will run...sqlite3's .dll and api are in the specified directories...i've rebooted but rake -test fails. I'd like to find out if ther...

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

Is there a way for a VS2008 Web App Project to work on Windows 2008?

I have some web application projects in my solution that are set with the web tab in the project properties to use the local IIS server and create the web there. This works fine for windows XP, windows 2003. I want to open the project on Windows 2008 but the project gets the following popup when loading each of the projects with this t...

Why does Perl's File::Copy silently fail on Windows 2008?

I have a Perl script that works on Windows XP. It uses File::Copy's move function to move a directory tree to another place on the same drive. The script fails (silently) on Windows 2008. Nothing moved, nothing deleted. I am using ActiveState Perl 5.10.0 Build 1005 and the File::Copy that comes with it. Anyone know of issues with Activ...