Questions tagged [windows-server-2008]

Windows Server 2008 (sometimes abbreviated as "Win2K8") is one of Microsoft Windows' server line of operating systems. Released to manufacturing on February 4, 2008, and officially released on February 27, 2008, it is the successor to Windows Server 2003, released nearly five years earlier. A second release, named Windows Server 2008 R2, was released to manufacturing on July 22, 2009. Like Win Vista and Win 7, Win Server 2008 is based on Windows NT 6.x.

2769 questions
205
votes
8 answers

How can I enable the Windows Server Task Scheduler History recording?

I have a Windows Server 2008 with scheduled tasks running, mainly .bat files calling PHP files. I have 2 users on the server, one Admin and the other is a Standard user. I used the Standard User to clear the history log in the Task Scheduler…
martti d
  • 2,292
  • 2
  • 15
  • 20
174
votes
15 answers

Gradle proxy configuration

I need web access from Gradle through a proxy server to use the Gradle/Artifactory integration for Jenkins. To reduce possible causes for issues, I manually add the Artifactory plugin in build.gradle and run it from command line: apply { apply…
Daniel Beck
  • 5,593
  • 3
  • 30
  • 41
145
votes
8 answers

How to set a JVM TimeZone Properly

I am trying to run a Java program, but it is taking a default GMT timezone instead of an OS defined timezone. My JDK version is 1.5 and the OS is Windows Server Enterprise (2007) Windows has a Central timezone specified, but when I run the following…
Kushal Paudyal
  • 3,033
  • 4
  • 20
  • 30
110
votes
3 answers

Is there a way to pass the DB user password into the command line tool mysqladmin?

I currently use the following but it ALWAYS prompts me to manually type the password. Is there any way to pass it in on the command line when launching the executable? mysqladmin processlist -u root -p
Ethan Allen
  • 13,099
  • 22
  • 89
  • 175
91
votes
6 answers

IIS7 folder permissions for web application

I am using windows authentication without impersonation on my company's intranet website with IIS7. Under IIS7, what account is used to access the folder which contains my web app using these settings? Would it be IIS_IUSRS? Or NETWORK SERVICE? Or…
Andrew
  • 10,088
  • 14
  • 48
  • 62
67
votes
8 answers

How to set user environment variables in Windows Server 2008 R2 as a normal user?

In older versions of Windows, it was just open the Control Panel, select the System applet, select the Advanced tab, and then hit the Environment variables button. As a normal user, you could edit the "User variables" but not the "System…
likm
55
votes
2 answers

Getting MSDN PeerChannel "SecureChat" running on Windows Server 2008 R2

I can only get this SDK sample of PeerChannel SecureChat to work in the following scenarios in a basic home network: Locally among instances running on the same machine, or Among Windows 7 machines I cannot get this to work between my Windows…
Jason Kleban
  • 18,057
  • 15
  • 68
  • 116
55
votes
8 answers

How do I overcome the "The symbolic link cannot be followed because its type is disabled." error when getting the target of a symbolic link?

Following on from a previous question, I am creating a symbolic link on a Server 2008 from a Vista machine using UNC paths. I can create the link just fine. I can go to the Server 2008 box and double click on the link in explorer to open the target…
David Arno
  • 40,354
  • 15
  • 79
  • 124
53
votes
9 answers

ASP.NET 4.5 MVC 4 not working on Windows Server 2008 IIS 7

Clearly I'm missing something, I'm unable to deploy a simple ASP.NET MVC 4, .NET 4.5 app on a Windows Small Business Server 2008 on IIS 7. .NET framework 4.5 is installed. Should I be supposed to see that version (4.5) on the Application Pool basic…
Dominic St-Pierre
  • 2,349
  • 2
  • 23
  • 34
50
votes
6 answers

IIS7: A process serving application pool 'YYYYY' suffered a fatal communication error with the Windows Process Activation Service

We're running a 32-bit Windows server 2008 with an IIS version of 7. We're attempting to publish an asp.net 4.0 webapp and so far our attempts have only yielded a few warnings in the serverlog without even stopping the 4.0 application pool A…
Enror
  • 505
  • 1
  • 4
  • 8
43
votes
5 answers

ASP.Net which user account running Web Service on IIS 7?

I want to know which account running my Web Service/Application so that I can assign the read/write access to that account. I have researched and see most of the sources mentions about ASPNET account, but on my 2008 server, there is not any acount…
Leo
  • 1,991
  • 6
  • 26
  • 35
42
votes
4 answers

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.
njr101
  • 9,201
  • 7
  • 36
  • 55
42
votes
3 answers

Multiple -and -or in PowerShell Where-Object statement

PS H:\> Invoke-Command -computername SERVERNAME { Get-ChildItem -path E:\dfsroots\datastore2\public} | Where-Object {{ $_.e xtension-match "xls" -or $_.extension-match "xlk" } -and { $_.creationtime -ge "06/01/2014"}} Above is my code example. I'm…
42
votes
6 answers

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 from the app.config file and it is doing it fine. Can you tell me where this file is located after installing the service? I…
Mité
  • 1,066
  • 3
  • 14
  • 25
40
votes
3 answers

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 windows server 2008 as OP. On my php error logs, I got "permission denied" when the script attempts to write a file. How can I sort this…
JuCachalot
  • 990
  • 4
  • 13
  • 24
1
2 3
99 100