windows-server

AppFabric 1.0 error Server collection cannot be empty

自作多情 提交于 2019-12-24 04:46:08
问题 I am getting the following error when I run the simple Windows Server App Fabric 1.0 demo console application: ErrorCode<ERRCA0021>:SubStatus<ES0001>:Server collection cannot be empty. Please help me.. What am I missing..?? I have looked every where on the internet and nothing seems to be fixing this issue. thanks.. My application is as follows: static void Main(string[] args) { var factory = new Microsoft.ApplicationServer.Caching.DataCacheFactory(); <--- *** Error here var cache = factory

Bonobo Git Server Configruation: HTTP Error 500.19 - Internal Server Error at line 71

狂风中的少年 提交于 2019-12-24 00:53:14
问题 I have tried to configure Bonobo Git Server. I have followed the included instructions, and after trying to visit the server for the first time, I get the following error: There is a similar question; however, it gives an error at one line prior and the solution the author answered (though not accepted) did not seem to affect the error occurring in my circumstances. I am running Bonobo Git Server on Windows Server 2012R2 under IIS 8.5 using Azure. IIS is correctly configured in that I can

Reading MSMQ message count with ruby

徘徊边缘 提交于 2019-12-23 01:37:16
问题 I've got a problem querying the message count from the remote msmq queue. This is my code: def get_message_count mq_management = WIN32OLE.new('MSMQ.MSMQManagement') mq_management.Init('xxx.yyy.zz.aa', nil,'direct=tcp:xxx.yyy.zz.aa\private$\inbox') message_count = mq_management.MessageCount end xxx.yyy.zz.aa is the IP Address of the remote computer. This method actually works as a charm, BUT: if the queue is empty, then I keep getting this error after certain amount of time: `method_missing':

Git unresponsive when used over VPN on Windows 7

元气小坏坏 提交于 2019-12-22 10:53:37
问题 This is regarding the unresponsiveness of simple git commands when working on local repositories over a VPN. My windows user account (admin role) is a domain account that I use to logon. I have some local respositories that is cloned from a github origin. Scenario 1: Working with Local Repository on windows without VPN. Simple Commands like git-gui, git log etc work flawlessly. Scenario 2: Working with the same local repo on widows WHILE CONNECTED to a vpn The same simple commands dont work

How can I give remote access to my visualsvn server

匆匆过客 提交于 2019-12-22 06:56:24
问题 I am currently running VisualSVN Server Enterprise on a Windows Server 2008 R2 x64 machine and I had no problem installing and setting it up locally. I need to give remote access to a user in the UK and wanted to know how this is done on a Windows Server. I presume he will access it using https but I have no idea what I need to do on my end locally to grant remote access. Any help or direction would be much appreciated. Thanks. 回答1: First can you please check the Visual SVN on what port and

Prevent direct access to files on IIS server

耗尽温柔 提交于 2019-12-21 20:14:10
问题 I have two servers, one for my mvc application and the other one as a storage for large files like images etc, both running on Windows Server 2012 R2. How can I prevent direct access to the files on storage server? say, mvc is on IP1/ and storage is on IP2/ . Link to a file would be like: IP2/MediaFiles/2015/12/image0001.jpg . I need only GET requests from IP1 have access to the link above. How? UPDATE server1 on IP1 needs to be free of file sharing since media server is on IP2 and we don't

What's the difference between the Personal and Web Hosting certificate store?

╄→гoц情女王★ 提交于 2019-12-20 09:26:00
问题 In Internet Information Services Manager, you're given the option between the Personal and the Web Hosting certificate store when creating or importing a certificate. What's the difference? 回答1: from IIS.NET: The key difference between Web Hosting store and Personal store is that Web Hosting store is designed to scale to higher numbers of certificates. For lightweight scenarios (when you have less than 20-30 certificates) you can use any, Personal or WebHosting store. 回答2: addition to Sam

Windows container failed to start with error, “failed to create endpoint on network nat: HNS failed with error : Failed to create endpoint.”

亡梦爱人 提交于 2019-12-19 17:34:38
问题 I have been trying Windows Containers on windows server 2016 TP5. Suddenly I started getting error while running a container with port maping option -p 80:80 c:\>docker run -it -p 80:80 microsoft/iis cmd docker: Error response from daemon: failed to create endpoint sharp_brahmagupta on network nat: HNS failed with error : Failed to create endpoint. I made sure that no other container is running and port 80 on host machine is not being used by any other service. Did anyone face same issue? 回答1

PHP, IIS, Oracle (OCI) not working

可紊 提交于 2019-12-19 11:54:48
问题 We are migrating from a Windows SBS 2011 to Windows Server 2012 R2. We have an internal website that connects to our Oracle database using PHP. I am trying to migrate this to the new server and so far I have: Installed IIS Server Role Installed PHP Downloaded Oracle Instant Client to C:\instantclient Added C:\instantclient to PATH System Variable Added php_oci8.dll to php.ini and checked that PHP is actually using this php.ini Restarted server I am still getting error messages like oci_

PHP, IIS, Oracle (OCI) not working

ぐ巨炮叔叔 提交于 2019-12-19 11:54:10
问题 We are migrating from a Windows SBS 2011 to Windows Server 2012 R2. We have an internal website that connects to our Oracle database using PHP. I am trying to migrate this to the new server and so far I have: Installed IIS Server Role Installed PHP Downloaded Oracle Instant Client to C:\instantclient Added C:\instantclient to PATH System Variable Added php_oci8.dll to php.ini and checked that PHP is actually using this php.ini Restarted server I am still getting error messages like oci_