Questions tagged [windows-2003-webserver]

52 questions
110
votes
4 answers

IIS: Idle Timeout vs Recycle

In IIS there are two areas (well, more than two) where recycling can occur: Under the "Process Model" section → "Idle Timeout" (default 20 minutes) and Under the "Recycle" section → "Regular Time Interval" (default 1740 minutes) My questions…
Ricky
  • 2,850
  • 5
  • 28
  • 41
24
votes
3 answers

Web App getting Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

I see that many people get this error, but their situations all appear a little different from mine. I have a ASP.NET 4.0 web app that runs in IIS 6.0 on a Windows 2003 Server. When I Remote to the web server box and log on there and access the…
Chad
  • 23,658
  • 51
  • 191
  • 321
5
votes
2 answers

Skip host checking when using pscp.exe

We have a Windows service running under the default Windows Local System account. This service tries to transfer a file to a server using pscp.exe. This is the exact command we fire: pscp.exe -batch -r -q -v -l **** -pw **** C:/temp/test…
Vaibhav Desai
  • 2,618
  • 1
  • 16
  • 16
4
votes
4 answers

Problem with session timeout in C#

In my web.config file I tried Session.Timeout="1" and found working. Later I tried Session.Timeout="20160". Even if I give such a large number my website "Session Transfers" are being expired in 15-20mins. Do I need to change any settings in IIS? I…
Karthik Malla
  • 5,570
  • 12
  • 46
  • 89
3
votes
0 answers

How can one protect Classic ASP Files from Crawlers like HTTRACK

We have a Classic ASP [filename.asp] site hosted on an IIS6 Server (Win 2003). I recently found that these files were being downloaded entirely using HTTrack. I was under the assumptions that such filed are only "Serverd" and not offered to be…
JamesT
  • 93
  • 1
  • 13
3
votes
1 answer

SQLCMD for windows 2003

I need to install SQLCMD utility on a windows 2003 Standard Edition SP 2 server. I tried to install download it from http://www.microsoft.com/en-in/download/details.aspx?id=36433. When I try to install, it asks for ODBC driver 11 for SQL Server.…
vibhu
  • 1,657
  • 2
  • 15
  • 19
3
votes
3 answers

IPNAT.SYS running after reboot, stopping connection to server

Came in this morning to find our server had rebooted and websites were down. Server was online and able to connect via Logmein. (Windows server 2003 R2 Standard Edition SP2) The actual symptom was that the server did not seem to accept any incoming…
2
votes
1 answer

IIS - creating new web site throws exception

Running the following code: DirectoryEntry w3svc = new DirectoryEntry("IIS://localhost/w3svc"); int siteId = GetUniqueSiteId(Path); private string DEFAULT_WEB_SITE_PHYSICAL_PATH = System.IO.Path.GetPathRoot(Environment.SystemDirectory) +…
galbarm
  • 2,441
  • 3
  • 32
  • 52
2
votes
3 answers

How to Create Indefinite Duration for a Task in Windows 2003 Task Scheduler

I'm trying to create tasks with an indefinite duration. On Windows Server 2008, if I don't specify the duration, then the duration is assumed infinite. However, on Windows Server 2003 a duration must be specified (and be equal or greater than the…
PAULDAWG
  • 780
  • 5
  • 21
1
vote
1 answer

RavenDB Error: Version of log file is not compatible with Jet version

So I installed RavendDB on a Win2003 server using these instructions: http://old.ravendb.net/documentation/docs-deployment-iis And i get the following error when I try to browse to the site. Any ideas? Version of log file is not compatible with…
legion
  • 497
  • 1
  • 5
  • 15
1
vote
1 answer

About Timeout option for the telnet in windows 2003

Task: On a list of nodes i want to check are those telnet reachable through port 8080 or not with out using name/password from windows 2003 machine. problem: It is taking to long time for getting out of prompt(some time it seems like…
user398026
  • 93
  • 1
  • 9
1
vote
2 answers

Parse Resource "Column" from Net Share command

Our environment is in the process of removing a bunch of Windows 2003 servers, and in an attempt to pull permissions on shares that exist, I've been trying to come up with a solution to script it out. The kicker to this however is that WMI is not…
1
vote
1 answer

How to overcome max upload size limit in Wordpress 3.1 running on Windows 2003 IIS6

i am trying to increase the max upload size in wordpress 3.1 multisite-installation running on windows 2003 iis6, but all methods i try (from editing php.ini, putting it in wp-admin as well as in the root, editing the htaccess, editing the…
1
vote
1 answer

Windows web server randomly crashes, how can I see state and what processes were running?

I have a windows 2003 server that randomly seems to crash. How to debug this? It is win 2003 running an Asp.net website.
paulH
  • 31
  • 1
1
vote
0 answers

Debugging a VB6 ActiveX DLL called via VBScript in a Classic ASP Application

Whelp, I avoided it as long as possible, but the time has finally come to make some changes to some ancient VB6 code. I'm a recent college grad so I was hoping to stay away from this code that is almost as old as I am. The DLL is compiled in a local…
1
2 3 4