windows-server-2012

How handle Application Error Exception code: 0xc00000fd

南笙酒味 提交于 2020-05-14 19:10:13
问题 I have an ASP.Net Web API application deployed via IIS. It is in Windows Authentication enable mode only because I want to detect Windows users who access the APIs. For a few days the application will work fine but occasionally it will fail. When the application fails it will present the login prompt several times (minimum 3 times) when requesting the API. Instead of responding to credentials a "Service Unavailable" message is presented. At this point the site's application pool stops and an

Sending pipe arguments to a C# application

前提是你 提交于 2020-05-08 12:16:52
问题 I need to build an simple console application that accepts a pipe as input. We are running Windows Server 2012. The data is coming from another application that is going to "pipe" the input to this application. I have an understanding of pipes from a Linux perspective but do not understand them well from a Windows perspective. My best guess is that I need to send input to my application like this: C:\app.exe < test.txt When using the '<' character my current understanding is that it converts

500 Internal Server Error requesting any resource files (css, js, images) in an .Net MVC 3 site

…衆ロ難τιáo~ 提交于 2020-03-14 06:58:11
问题 UPDATE: Things I tried - see answer below for solution I installed a fresh MVC3 site and it served up the resources properly. That eliminated the machine.config settings as a problem. I then when section by section in the web.config to see if any particular changes in web.config caused the problem. When the configs were identical, the fresh site still worked and the old site was still broken. I uninstalled IIS, reinstalled IIS, and then installed apps again in an attempt to clear any settings

SharePoint Configuration Wizard Error - The SDDL string contains an invalid SID or a SID that cannot be translated

我是研究僧i 提交于 2020-03-04 06:24:27
问题 While installing SharePoint Server 2013 I am finding the above error in the Configuration Wizard. This error is occurred while generating Sample Data for SQL. It gives me an error in the 8th step out of 10 steps. I have tried to find out the solution for that and I have came to know that I need to set Full Access rights permission for WSS_ADMIN_WPG user. But I did not find any folder that starts with "Analytics_GUID" in the "C:\Program Files\Microsoft Office Servers\15.0\Data\Office" Server

eb.exe deploy": Errno 13 Permission denied: './pagefile.sys'

浪尽此生 提交于 2020-01-25 05:37:26
问题 I am compiling a website using TeamCity on a server and need to deploy the compiled website to AWS. As my last build step, I use the Elastic Beanstalk CLI to deploy: "C:\Python34...\eb.exe deploy". eb init has already been run...but whenever I run "eb deploy", (even when I run it from the command line in an empty directory--which should deploy a default project to AWS), an error appears saying: Error: PermissionError :: [Errno 13] Permission denied: './pagefile.sys' I have already run the

Not able to install socket.io on Windows server 2012

家住魔仙堡 提交于 2020-01-15 09:10:48
问题 I am trying to install Socket.io on windows server 2012 npm install socket.io The error that I am getting is MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visua l Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. [D:\PushNotificationServer\node_modules\socket.io\node _modules\socket.io-client\node_modules\ws\build\binding.sln] MSBUILD :

Not able to install socket.io on Windows server 2012

自古美人都是妖i 提交于 2020-01-15 09:09:53
问题 I am trying to install Socket.io on windows server 2012 npm install socket.io The error that I am getting is MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visua l Studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere. [D:\PushNotificationServer\node_modules\socket.io\node _modules\socket.io-client\node_modules\ws\build\binding.sln] MSBUILD :

C# app hangs randomly when called from Process.Start()

心不动则不痛 提交于 2020-01-12 08:08:47
问题 I have a Windows service set up to manage custom .Net tasks. Organization is: -Windows Service monitors a schedule and starts a worker .exe as needed. -Worker .exe (lightweight winform app) uses a command line argument to pull up a DLL (plugin) and run some code. This has been working well for months. I recently migrated it to Server 2012 (from 2008 IIRC) - this may be unrelated but it's hard to tell. Since some time after the migration, I've encountered an issue where the worker .exe "starts

Can't connect to RabbitMQ on Window Server 2012?

偶尔善良 提交于 2020-01-11 07:13:33
问题 I've installed RabbitMQ 3.5.5 on Windows Server 2012 as a service by first installing Erlang (32 bit) and then following the RabbitMQ manual install instructions (https://www.rabbitmq.com/install-windows-manual.html) The Windows service starts up fine, but nothing can connect. When I run rabbitmq_server-3.5.5\sbin\rabbitmqctl.bat status I get the following output: rabbit@XXXXXXXX: connected to epmd (port 4369) on XXXXXXXX epmd reports node 'rabbit' running on port 25672 TCP connection

Can't connect to RabbitMQ on Window Server 2012?

為{幸葍}努か 提交于 2020-01-11 07:13:28
问题 I've installed RabbitMQ 3.5.5 on Windows Server 2012 as a service by first installing Erlang (32 bit) and then following the RabbitMQ manual install instructions (https://www.rabbitmq.com/install-windows-manual.html) The Windows service starts up fine, but nothing can connect. When I run rabbitmq_server-3.5.5\sbin\rabbitmqctl.bat status I get the following output: rabbit@XXXXXXXX: connected to epmd (port 4369) on XXXXXXXX epmd reports node 'rabbit' running on port 25672 TCP connection