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
3 answers

Run .bat script on server start up and keep console

I can schedule a .bat script to be executed on system start up in Windows Server using Scheduled tasks in control panel and specify a user to perform this execution on behalf of. But when this script starts and runs other programs they all are…
sviklim
  • 1,054
  • 1
  • 15
  • 30
0
votes
1 answer

How would I go about running the Dart VM on a windows server ?

I have seen some tutorials on how to run a webserver on the Dart VM on linux machine. But what are the basic steps for doing the same on a windows server? Would you need to turn off the ISS if that is running? I assume I would need to hook up the VM…
MrMambo007
  • 133
  • 1
  • 7
0
votes
1 answer

WebDAV (on Windows 2008 R2 IIS 7.5) is not letting me write PHP, but works with everything other file (TXT, HTM, ZIP, XYZ). Why?

Here is my setup: Windows Server 2008 R2 (latest patches, IIS 7.5) WebDAV enabled on a virtual directory in IIS I can connect to the server from an outside network and upload/download/delete a .txt file just fine. I can do the same with .htm,…
Ethan Allen
  • 14,425
  • 24
  • 101
  • 194
0
votes
1 answer

Is it possible to inject events in the event viewer in an old date

I need to know if anyone can inject events in event viewer logs in an old date, how event viewer data are stored, and can anyone change them?
Saw
  • 6,199
  • 11
  • 53
  • 104
0
votes
1 answer

ADODB CreateInstance returns ERROR_NO_TOKEN 1008

I am trying to access a SQL database on a Windows 2003 server (although I would be doing this on 2000 servers as well), but when I try to call CreateInstance with a _ConnectionPtr object, it fails with "ERROR_NO_TOKEN: 1008: An attempt was made to…
Joe M
  • 3,060
  • 3
  • 40
  • 63
0
votes
1 answer

Backing PDF files and SQL server DB

I have my own Windows Server an Asp.Net application hosted live. The application allows users to upload CV PDF files and I have the DB also on that server. Which steps should I take to ensure that all data is there all the time even in case of hard…
Jack
  • 7,433
  • 22
  • 63
  • 107
0
votes
1 answer

Run aspx file every hour

I have an aspx file on my windows 2012 server, I've come from Linux servers so i'm used to cron jobs. I googled and found a lot of talk of using the Task Scheduler, but all the documentation is on Microsoft's site and is completely impossible to…
Alexander Forbes-Reed
  • 2,823
  • 4
  • 27
  • 44
0
votes
1 answer

Windows server 2008 & Opendns

I have a problem, my network have a domain controller, File server, DHCP & DNS server configured on one machine, i would like to filter the internet content using opendns. but there is some computer on the network should be excluded from this…
Motasem
  • 599
  • 1
  • 6
  • 13
0
votes
1 answer

datacacheexception Cache referred to does not exist

I get the following error when I invoke the call factory.GetDefaultCache()... ErrorCode:SubStatus:Cache referred to does not exist. Contact administrator or use the Cache administration tool to create a Cache. Please help.. thanks.. Here is my…
dotnet-practitioner
  • 13,968
  • 36
  • 127
  • 200
0
votes
1 answer

AD group membership not showing change event when user is deleted

I have an application which uses Dirsync to monitor the changes in AD. When I add/remove users to a group, AD creates an event for it. But when I delete a user from AD, it only create a changelog for user deletion. I don't get a changelog for "user…
0
votes
3 answers

How to write my own Server Logging script?

I need to log the hits on a sub-domain in Windows IIS 6.0 without designating them as separate websites in the IIS Manager. I have been told this is not possible. How can I write my own script to do this? I'm afraid google analytics is not an option…
Nona Urbiz
  • 4,873
  • 16
  • 57
  • 84
0
votes
3 answers

WINDOWS/system32/LogFiles in use. How can I discover what program is using it? If it's the server, how can I use it too?

opening a file in WINDOWS/system32/LogFiles with using (StreamReader r = new StreamReader(fileName)) generates exception "because the file is in use by another process". How can I figure out what the other process is? Could it be the server…
Nona Urbiz
  • 4,873
  • 16
  • 57
  • 84
0
votes
1 answer

Webservice returns error as a response at some connections

I have a webservice running on iis 7 on a windows server machine. I'm using it for requesting data for an iphone app. It was working perfect for the last 3 years but a month ago it suddenly started to give the following error as a response: Server…
xenep
  • 3,375
  • 4
  • 20
  • 19
0
votes
1 answer

Windows 64 bit Server vs x64 apps

I have the source code for a 32-bit dll (Windows) that I am trying to re-compile as a 64 bit dll. I have been told that the app "can compile in VC++ 64-bit mode to target AMD64 or Itanium processors running Windows 64 bit Server." I am trying to…
PaeneInsula
  • 2,010
  • 3
  • 31
  • 57
0
votes
1 answer

Writing to folder through Process - ASP.NET and Windows Server 2008 R2

I generate PDF files from HTML page through wkhtmltopdf (using Process from C#). On local system (Windows 7) it's works, but on Windows Server 2008 R2 I have "System.IO.FileNotFoundException". wkhtmltopdf executed by Process (C#) not have enough…
Adrian
  • 29
  • 1
  • 5