Questions tagged [windows-server]

A family of server operating systems by Microsoft. This tag can also be used to denote a server with Windows, as opposed to Unix, installed.

Windows Server is a family of server operating systems developed by Microsoft.

This includes:

1228 questions
0
votes
1 answer

node_oracle on windows server

Has anyone had any success getting the node.js oracle module working on Windows Server 2008? I can't get the library to compile; error messages seem to indicate a missing header. I put VS2010 Express on it, as well as the Windows 7 SDK -- all with…
sentinel21
  • 546
  • 7
  • 24
0
votes
1 answer

Create and Download Image of Linode to restore to Windows Server 2012 Hyper-V Environment

We want to transfer a debian 6 install from linode to a Windows Server 2012 Hyper-V Environment. How can I download a full image of my linode? What format will the Windows Server need? I mostly work in linux and I have been researching on how I…
styks
  • 3,193
  • 1
  • 23
  • 36
0
votes
0 answers

A fatal error has occured - 553789

My site is an e-commerce website. It was working well on old server(Windows/IIS 7) until the client migrated it another server(Windows).I get 'A fatal error has occured - 553789' error with white screen when I click on the 'Add to Cart button' on…
newCodex
  • 72
  • 9
0
votes
1 answer

monitor a directory and pull new files as they appear - bash script

I need to pull log files from a Windows server. The log files appear every minute and I am trying to ftp to the server pull the file back to the linux box and process it. I have been looking around and found about inotify, I am not sure how to use…
laitha0
  • 4,148
  • 11
  • 33
  • 49
0
votes
0 answers

Browsing web site from own server does not work - but does externally

I have a brand new install of Windows Server 2012 with IIS 8 on a colocated box. I moved the InetPub folder to D:\ using the script here. I set a domain to point to the server. I added a new website with the machine's IP address and the domain as…
Brad Mathews
  • 1,567
  • 2
  • 23
  • 45
0
votes
0 answers

PHP script on Windows Server (IIS)

We've currently moved our website to a Windows Server 2008 R2 machine. It's running IIS7 and on that PHP5.4 Everything seems to work properly, but there's a strange behaviour I can't seem to fix. When I load a site, and look at the way it's loaded…
RGweb
  • 109
  • 3
  • 8
0
votes
1 answer

Automated Task to run batch and error report if does not finish

I have got a number of batch scripts that we are currently running manually on local machines. I am planning to move these scripts onto our windows 2003 server and set up an automated task using the scheduler to run them every 4 hours. I have no…
0
votes
2 answers

How to enable jQuery, javascript, CSS files compression

It is my first time I want to enable jQuery, Javascript and CSS files compression but I don't exactly know where to start I searched the net but there was not a detailed example that I could implement that in my project. Please Help me that how can…
MJ X
  • 8,506
  • 12
  • 74
  • 99
0
votes
1 answer

Ruby 2 and Rails 3 running on windows server

I haven't tried yet, but I would like to have a good information background before begin. I must run a Rails application on a Windows server (I think 2008),I know that there is other better solutions, but the client has this server's type. I think…
damoiser
  • 6,058
  • 3
  • 40
  • 66
0
votes
0 answers

What versions of Windows Server support Windows Media Foundation's MP3 sink encoding?

I can't quite figure out or find a comprehensive list that outlines whether or not encoding a file to MP3 will work on different versions of Windows Server if I am trying to use Windows Media Foundation's IMFSourceReader and IMFSinkWriter objects…
Alexandru
  • 12,264
  • 17
  • 113
  • 208
0
votes
1 answer

VB.NET Windows Service works on Win8x64 but not Win2012

I created an application as a Windows Service which works fine on my workstation running Windows 8 x64, and writes several events in the Application eventlog on OnStart(). I used InstallUtil to install it on a Windows 2012 machine and it stops right…
0
votes
3 answers

How to get the MAC-address from MSSQL server 2000

I'm currently working on a project where I (among other things) need to find the MAC address for a remote computer. The problem is that i'm restriced to only accessing the computer throught SQL queries. (so I can't use WMI) The remote computer is…
0
votes
1 answer

where can i get MIME files for serving blackberry apps?

I had deployed my blackberry app and i have two files from deliverables\Web: those are .jad and .cod files. I have uploaded them to my web server. I searched on more articles and I must install MIME files to web server so a user can download .jad…
Myworld
  • 1,861
  • 16
  • 45
  • 75
0
votes
0 answers

List all group of AD and Organizational Unit

I using the following code to get the groups of ActiveDirectory. public static Task> GetGroups(String domain = "") { return (Task.Factory.StartNew>(() => { List list = new…
Geotinc
  • 289
  • 1
  • 4
  • 21
0
votes
1 answer

Allow Windows Server to access local site

What's the best (read: least fiddling about in registry, etc) way to allow a Windows Server (I'm using 2008 R2) to access a site it hosts through the domain name e.g. www.example.com? Editing the hosts file was the first thing I tried, however, it…
dav_i
  • 27,509
  • 17
  • 104
  • 136