Giter Club home page Giter Club logo

wcf-docker's Introduction

wcf-docker [Obsolete]

The microsoft/wcf-docker GitHub project has been archived. Ongoing development of Docker images for WCF can be found in Microsoft/dotnet-framework-docker.

wcf-docker's People

Contributors

honggit avatar jiayi11 avatar kendrahavens avatar lampei avatar lxiamail avatar mbrown555 avatar mcy94w avatar michaelsimons avatar microsoftopensource avatar msftgits avatar richlander avatar shirhatti avatar stephenbonikowsky avatar zhenlan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wcf-docker's Issues

WCF Net Pipe

I am trying to use net.pipe but have had no luck getting it to work. I believe it has to do with trying to reference localhost.

Server Information
OS: Windows Server 2016
DockerFile: FROM microsoft/windowsservercore
Docker for Windows

Internet -> Ports 80 and 443 -> ASP.NET MVC Front End -> net.pipe -> WCF Service

WCF End Point
<endpoint address="net.pipe://localhost/WCFService.svc" binding="netNamedPipeBinding" contract=”WCFService.Contract " bindingConfiguration="LargeMessagePipe" />

Repo is private

This repo is still private. Were you planning to open it to the public since it is linked to from DockerHub? For the dotnet images, we've found linking to the real Dockerfiles hosted on GitHub has been helpful for users.

Docker File Point to a Specific Docker Image

Some of the docker files having base images points to an multi arch tag like
microsoft/aspnet:4.7
microsoft/aspnet:4.6.2

They should be in the format like
microsoft/aspnet:4.7-windowsservercore-ltsc2016
microsoft/aspnet:4.6.2-windowsservercore-ltsc2016

WCF net.tcp with Transport security mode

_Copied from microsoft/dotnet-framework-docker#176 by @fedemonte89 _

Hi, I'm trying to use the WcfServiceConsoleApp project in a container turning on the security mode for net.tcp protocol. As a local app it works without any issue, inside the container no.

Do you know any Windows feature to install in order to use the Transport security?

The following is my app.config file:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /> </startup> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name=""> **<serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />** <serviceDebug includeExceptionDetailInFaults="false" /> </behavior> </serviceBehaviors> </behaviors> <services> <service name="WcfServiceConsoleApp.Service1"> <!--<endpoint address="" binding="basicHttpBinding" contract="WcfServiceConsoleApp.IService1" />--> <endpoint binding="netTcpBinding" contract="WcfServiceConsoleApp.IService1" bindingConfiguration="noSecurityBind"/> **<endpoint address="mex" binding="mexTcpBinding" contract="IMetadataExchange" />** <host> <baseAddresses> <!--<add baseAddress="http://localhost:80/Service1.svc" />--> <add baseAddress="net.tcp://localhost:808/Service1.svc" /> </baseAddresses> </host> </service> </services> <bindings> <netTcpBinding> <binding name="noSecurityBind" portSharingEnabled="false"> **<security mode="Transport" />** </binding> </netTcpBinding> </bindings> </system.serviceModel> </configuration>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.