windows-2003-webserver

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

浪子不回头ぞ 提交于 2019-12-12 16:32:22
问题 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 interval). Currently, I am just setting the task to have a duration of a year if it is meant to repeat a long time. Is there a way to specify an indefinite duration on Windows Server 2003? if (m_TimeInterval.m_Expire.Year < 2099) //xp and win7 max

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

半城伤御伤魂 提交于 2019-12-11 07:37:47
问题 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 Jet version Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Microsoft.Isam.Esent

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

倾然丶 夕夏残阳落幕 提交于 2019-11-27 04:14:46
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 site as localhost rather than by machine name, the web app works fine. However, when I access the web site from another client machine, I get the following error: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' The web site has Anonymous access turned Windows Authentication turned on. The web app contains the following: <authentication mode=

IIS: Idle Timeout vs Recycle

情到浓时终转凉″ 提交于 2019-11-27 00:16:09
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 are: What are the differences between the two methods? What are the negative implications of settings them to 0? Idle Timeout is if no action has been asked from your web app, it the process will drop and release everything from memory Recycle is a forced action on the application where your processed is closed and started again, for memory leaking

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

房东的猫 提交于 2019-11-26 17:32:27
问题 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 site as localhost rather than by machine name, the web app works fine. However, when I access the web site from another client machine, I get the following error: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' The web site has Anonymous access

IIS: Idle Timeout vs Recycle

眉间皱痕 提交于 2019-11-26 09:19:43
问题 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 are: What are the differences between the two methods? What are the negative implications of settings them to 0? 来源: https://stackoverflow.com/questions/19985710/iis-idle-timeout-vs-recycle