Top "Windows-server-2008" questions

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

Build Visual Studio project through the command line

I am running an ASP.NET website from a Windows Server 2008 installation, and I like to edit the pages through …

c# build windows-server-2008 command cmd
Scheduling a task in Windows Server 2008 R2

I have scheduled a task to run a SSIS job using the Task Scheduler (TS). It is configured to run …

windows-server-2008 scheduled-tasks
How to fix Distributed Transaction Manager (MSDTC) has been disabled errors

We are using transaction scope features of ASP.NET to manage distributed transaction for that we need to enable distributed …

sql-server windows-server-2008 msdtc
Add writing permission to PHP on IIS 7

I need a PHP script to have writing permission in a directory. PHP 5.3 is running as FastCGI under IIS 7 with …

php iis-7 windows-server-2008 file-permissions
Windows service app.config location

I have installed a C# Windows Service on Windows Server 2008. I installed it with InstallUtil. The service reads some data …

c# windows-server-2008
Batch-file for mysqldump to backup each database into a separate file

Trying to create a batch (cmd) file for backing up each database into a separate file. Databases are created/deleted …

mysql windows batch-file windows-server-2008 mysqldump
Extracting columns from text file using PowerShell

I have to extract columns from a text file explained in this post: Extracting columns from text file using Perl …

powershell windows-server-2008
How do you install files in the assembly in Windows Server 2008?

Typically what I used to do is drag and drop the files onto the GAC folder. This works in Windows 2000 &…

.net assemblies windows-server-2008
What is the difference between web.config timeout and IIS timeout?

What is the difference between the following entry in web.config: <sessionState timeout="30"/> And this setting in IIS 7.5 (…

.net asp.net iis web-config windows-server-2008
Windows authentication failing in IIS 7.5

I'm building a simple internal application for my company, and it requires Windows Authentication for security. All other authentication modes …

iis-7 windows-server-2008 windows-authentication