Top "Windows-server-2008" questions

Windows Server 2008 (sometimes abbreviated as "Win2K8") is one of Microsoft Windows' server line of operating systems.

How to stop/start IIS 7 application through command line?

I would like to create a batch file to start one IIS application, and stop another one. How it can …

iis-7 command-line batch-file windows-server-2008 iis-7.5
Adding desktop shortcuts to "My Computer" on Windows 2008 Server

Now that I've finnaly moved to doing some development/support work for Windows 2008 I find myself annoyed by the lack …

windows windows-server-2008 desktop
Does IIS 7 have limit of simultaneous requests?

Does IIS 7 have some limit of simultaneous requests? I'm using Windows Server 2008. Thanks in advance.

iis-7 windows-server-2008
Getting 404.0 error for ASP.NET MVC 3 app on IIS 7.0 / Windows Server 2008

I am attempting to deploy an ASP.NET MVC 3 application to a Windows 2008 x64 server (running IIS 7.0 obviously), and IIS …

iis-7 .net-4.0 asp.net-mvc-3 windows-server-2008 asp.net-4.0
How to check in delphi the OS version? Windows 7 or Server 2008 R2?

I always used to check the windows versions by their major/minor build numbers. Strangely enough, Windows 7 and Server 2008 R2, …

delphi windows-7 windows-server-2008 versioning version
Cannot start "explorer.exe" on remote server

I was working on one of our production servers. There were many windows on SSMS and BIDS open at the …

windows-server-2008 rdp
How to start git daemon on Windows

How do I start the git daemon on Windows in order to allow it to begin serving requests? Seems like …

windows git windows-server-2008
Block ping in Windows Server 2008 R2

I have deployed my Asp.Net web application on Windows Server 2008 R2 , and I want to block all ping requests …

windows-server-2008 icmp
ASP.Net Com-InterOp Excel Generation issue when hosting

In my ASP.Net application I'm generating a Excel file using MsExcel Object Libby (Com-InterOp) . The application worked fine in …

c# asp.net windows-server-2008 com-interop
MSDeploy.exe can connect as Administrator, but not any other Windows account

I'm integrating MSDeploy into my build process, and having problems authenticating. The following command works fine: msdeploy -verb:sync -source:…

asp.net iis iis-7.5 windows-server-2008 webdeploy