windows-server-2008

configure IIS 7.0 meta database issue

允我心安 提交于 2019-12-08 05:20:27
问题 I am using IIS 7.0 + Windows Server 2008. Anyone has experience to configure the Timer_MinBytesPerSecond configuration items -- either programmatically or manually is fine? I also want to know how to check the current values for Timer_MinBytesPerSecond configuration items (either programmatically or manually is fine)? All I find is how to configure this item in IIS 6.0, and I also cannot find this item in applicationHost.config, so I donot know how to fix it. 回答1: See this link IIS 7.0

ASP.NET Chart Control errors in Event Viewer

给你一囗甜甜゛ 提交于 2019-12-08 05:14:18
I have been using the ASP.NET chart controls for a while on win2k3 (32bit) setups without any issue but have noticed that on our new win2k8 (64bit) box I am getting a warning message showing up in the event viewer from the chart control. In my web.config file I have the following tag telling the Chart Control where I can store the Temp Files: <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" /> Below is the warning message produced by the control: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/7/2009 2:40:03 PM Event time

Cant get the couchbase .net memcache client to run, complains it's strong name validation failed

徘徊边缘 提交于 2019-12-08 02:39:47
问题 The error: Could not load file or assembly 'Enyim.Caching, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cec98615db04012e' or one of its dependencies This is on server 2008, I tried disabling the strong name validation, but the instructions are totally wrong for server, and I dont' really trust this anyhow, how will I get it to work on the prod server. Wild frustrating.. The server is up and happily running, but I can't get any memcache client to actually work.. I assume someone, somewhere

How to access GUI of a Windows application run by task scheduler under a specific domain user?

扶醉桌前 提交于 2019-12-08 00:44:38
问题 On our server running Windows Server 2008 R2 there is a scheduled task that runs a Windows application (.Net 4.0) under a specific domain user that performs some tasks and reports its progress in a listbox on a form that pops up by double clicking on a tray icon (right hand side of the task bar). I understand that if I logon to the server (I can only remote desktop to the server) with a different user other than the one the scheduled task runs the application under I would not be able to see

Missing 'qedit.dll' in Windows Server 2008?

ぃ、小莉子 提交于 2019-12-07 19:39:44
问题 We've found that Windows Server 2008 SP2 doesn't contain QEDIT.DLL. This 'DirectShow Editing' DLL contained several useful DirectShow filters, namely SampleGrabber, that we had been using. I found some references to this issue during the Windows Server 2008 beta cycle, but it was supposed to have been added back for release. Does anyone have any current knowledge of this, and if there are any workarounds other than copying a version from Vista or Win2003? 回答1: The SampleGrabber filter is one

Installing SQLite3 for Ruby on Windows - what's the current easiest route?

自闭症网瘾萝莉.ら 提交于 2019-12-07 17:33:30
问题 Am brand new to Ruby looking to get Redmine to run on WinServer08 sp1 I've read a few threads here detailing the steps and workarounds required to get Ruby and SQLite to play nice with each other. Ruby will run...sqlite3's .dll and api are in the specified directories...i've rebooted but rake -test fails. I'd like to find out if there's a definitive step-by-step that rolls up previous workarounds of the various packages involved. - thx much! C:\Ruby>rake -test --trace rake aborted! undefined

The type or namespace name ‘LayoutsPageBase’ does not exist in the namespace ‘Microsoft.SharePoint.WebControls’

限于喜欢 提交于 2019-12-07 14:26:47
问题 I am attempting to create a web application page on a SharePoint 2010 site using Visual Studio 2010. I created a new application page without adding any code to it and get this error The type or namespace name ‘LayoutsPageBase’ does not exist in the namespace ‘Microsoft.SharePoint.WebControls’. 回答1: Did you create your project as a Farm Solution or Sandbox Solution? There are two versions of Microsoft.SharePoint.dll. If the version you have referenced in your project is from 14\UserCode

Microsoft (SQL) server licensing [closed]

余生颓废 提交于 2019-12-07 07:01:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . We're planning a browser application (xbap) which is going to talk to WCF services. These WCF services get information from a SQL database. Each of our clients has his own database on this server. The clients need to get reports from SQL Reporting Services. A client can have multiple instances of this

How to run solr on a windows server so it starts up automatically?

喜夏-厌秋 提交于 2019-12-07 05:23:58
问题 How can I run solr on a windows server, so it starts up automatically? I run it with: java -jar start.jar but I need the server to do this automatically. 回答1: Create a batch file with the command you need and run it on startup: some of these ideas might be of use. If you ran solr inside tomcat, you could start tomcat as a windows service and set the service to start automatically. 回答2: I've had good luck with the "Non-Sucking Service Manager" to do this exact thing. Very simple and

Critical Sections leaking memory on Vista/Win2008?

帅比萌擦擦* 提交于 2019-12-07 04:56:53
问题 It seems that using Critical Sections quite a bit in Vista/Windows Server 2008 leads to the OS not fully regaining the memory. We found this problem with a Delphi application and it is clearly because of using the CS API. (see this SO question) Has anyone else seen it with applications developed with other languages (C++, ...)? The sample code was just initialzing 10000000 CS, then deleting them. This works fine in XP/Win2003 but does not release all the peak memory in Vista/Win2008 until the