windows-server-2008

SAP DCOM Connector on Windows Server 2008

Does anybody know, if it is possible to use the "old" SAP DCOM Connector on a Windows Server 2008 ? I want to migrate a old ASP Web Solution with DCOM Connection to SAP from Windows 2000 Server to Windows 2008 Server. When I try to install the DCOM Connector I get the Error Message: "Setup could not find ActivX(R) Data Objects verion...

Problem with impersonating a specific user in WCF service

I am having a WCF service hosted in IIS on WindowsServer 2008. This service needs to write to a shared folder present on another machine(Windows XP). The shared folder has write permissions for a particular user say "X" which is present on both the machines .i.e on the server where the service is running as well as the machine where the ...

Max tcp/ip connections on Windows Server 2008

I have .Net service that listens on single port over TCP protocol. Clients connect and then transmit data for some time (from few minutes to several hours). Is there any limit on number of connections on Windows 2008 server? I did not hit any, since now there is up to 50 users. Plan is to have thousands of users, so I'd like to know if...

Do I really need to register WinHttp on Windows Server 2008 before using WinHttpRequest.5.1?

Basically I think this is a bug in Windows Server 2008, but I am not a COM ninja so it seems equally likely that I'm just doing something dumb. The question is: bug or programmer error? We use WinHttpRequest (the ActiveX component of WinHttp) to read http:// and https://. The ProgID we are using to look up the component is WinHttp.WinHt...

How to set up a SharePoint 2010 developer machine?

As the release date for the public beta of SharePoint 2010 is coming closer and closer, I'm wondering how to set up a developer machine for it. I've heard that for developing on SharePoint a 64 bit system is needed and that Microsoft advises to use Windows 7 64 bit and install SharePoint 2010 on it. I think that won't be an option for m...

Windows Server 2008 - suggest a free mail server

Can anyone suggest a good email server that runs on Windows Server 2008? I'm setting up a SharePoint test box and need email. Win2008 does not have the free smtp/pop services that were available on Win2003, so I need a free, easy and reliable mail server. Thanks. ...

"(503) Server Unavailable" with call to XSL Transform in Windows Server 2008

So I run this Windows Server 2008 security update and this code block is now throwing an error: using(MemoryStream ms = new MemoryStream()) { xslt.Transform(navigableSet, xslArgs, ms); ms.Position = 0; ret = new XPathDocument(ms); } return ret; The error is EXCEPTION [System]: The remote server returned an error: (503) Ser...

Windows 2008 Remote Desktop Connection Multiple Sessions

Hi all, Does anybody know how to adjust the number of RDC sessions for a specific user in Windows 2008 Server? Would really appreciate it! Thanks a million! ...

Locking down a TS account with Group Policy - Removing the Network folder from File->Open

I'm trying to create a locked down TS account for Windows Server 2008. The account runs a legacy program that is not exactly friendly or configurable. In this program, the end user can go to file -> open, and then he sees the Desktop link and worse, the Network link. He can then browse the directory structure of our entire network. I can...

Access Windows Server 2008 R2 over the internet

What is the best way to access Windows Server 2008 R2 over the internet? ...

How to prevent program may have been uninstalled message in Vista?

After uninstalling our application (a web server) in Vista or newer Windows, an error message box appears that says, 'An error occurred while trying to uninstall My App. It may have already been uninstalled. Would you like to remove My App from the Programs and Features list?'; and there are 'Yes' and 'No' buttons. This happens right aft...

Oracle instant client for .net on 64 bit windows server 2008

I installed Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio and built my app. I installed Oracle 11g ODAC 11.1.0.6.21 with Xcopy Deployment on the 32 bit server and it runs great. But now I need to install on a 64 bit server. Where can one find the 64 bit Oracle 11g ODAC? The Oracle client is installed on the...

WCF dependency on HTTP Filter - what to do with Win 2008 server?

We had the same problem described here. we implemented the same solution of having a dependency on HTTPFilter. We recently tried to install on Windows 2008 - it appears the HTTPFilter service is not available there, so our service will not start. What should we do on Windows 2008? Do we need to add a dependency on another service? Whi...

WatiN through TFS on Windows 2008 Server

Hello, I'm trying to run WatiN tests through continuous build on TFS, but I can't get it to work. The errror I get is following: WatiN.Core.Exceptions.IENotFoundException : Could not find an IE window matching constraint: Timeout while waiting to attach to newly created instance of IE.. Search expired after '30' seconds. at WatiN...

Can I run Windows Server 2008 on Amazon EC2

Hi, does anyone know if this can be done? I can find Windows Server 2003 but not 2008. I read you can create your own EC2 Virtual machines, but I haven't found any articles that say you can do this with Windows Server 2008. I'm really after IIS7, but I'd also intend to use SQL Server Express 2008 until such time as I can add support f...

Issues when changing element width in MasterPage

Hello everyone, I am editing the following master page which my current SharePoint site is using (I am using SharePoint 2007 + Windows Server 2008), http://www.mediafire.com/file/mmvj5ijgm3j/BlueBand.master Currently, I am using the hard-coded value "120" to set the width of the left navigation bar, here is the related code in the mas...

Deploying .Net Web Service on Windows Server 2008 fails

I am trying to deploy a web service, written in VS2008 on a brand new Windows Server 2008. The same project was deployed successfully countless times on Windows Server 2003. I have tried deploying in two ways (both works on the older Windows Server 2003): Publish the project using Http directly to the IIS server. I receive the followi...

scheduling my appilcation in Windows 2008

Hi everybody :-) I wrote a console application which produces backup from my database and then compresses it to an rar file. it works fine except when it is scheduled in windows 2008. after windows runs my application,it says that it runs completely. but it doesn't compress my file . it only produces backup for me. by the way the window...

Performance problems with Windows 2008 R2

We are experiencing performance issues when using windows 2008 r2 to serve our web site. It seems to consume more than twice the % processor time and serves requests half as fast as a windows 2008 32bit server on the equivalent 64 bit compatible hardware (HP Blade BL465c). To further examine the performance issue, we wrote a very simp...

Bench Marking tool for windows 2008

Does anyone know of a bench-testing tool to compare the performance of windows server 2008 64 and 32 bit operating systems? ...