How to: Install Windows 8 on a pen drive - Tech2.in.com:
'via Blog this'
Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
-
A possible way of handling distributed transaction for multiple contexts without alleviation to MSDTC??? c# - Entity Framework - Using Trans...
Saturday, September 29, 2012
Monday, September 24, 2012
Transport Security with Certificate Authentication
Example of web.config using SSL and Certificates in client and service
Transport Security with Certificate Authentication: "Certificate"
'via Blog this'
Transport Security with Certificate Authentication: "Certificate"
'via Blog this'
Saturday, September 22, 2012
Transport Security with Certificate Authentication
Configuration for using Certificate in both Client and Service using SSL and 509 Certificate -> ClientCridentialType = Certificate
Transport Security with Certificate Authentication:
'via Blog this'
Transport Security with Certificate Authentication:
'via Blog this'
Seven simple steps to enable HTTPS on WCF WsHttp bindings - CodeProject
Configuration for HTTPs -> SSL
Seven simple steps to enable HTTPS on WCF WsHttp bindings - CodeProject: "behaviorConfiguration"
'via Blog this'
Seven simple steps to enable HTTPS on WCF WsHttp bindings - CodeProject: "behaviorConfiguration"
'via Blog this'
The following config file worked perfectly fine for me for hosting the WCF under HTTPs and certificates:
Code Snippet
- <system.serviceModel>
- <services>
- <service name="WCF.IIS.Deployment.ServiceApplication.MathService" behaviorConfiguration="MathServiceBehaviour">
- <endpoint address="" binding="basicHttpBinding" bindingConfiguration="SecurityByTransport" contract="WCF.IIS.Deployment.ServiceApplication.IMathService">
- </endpoint>
- <endpoint address="mex" binding="mexHttpsBinding" contract="IMetadataExchange" />
- <host>
- <baseAddresses>
- <add baseAddress="https://localhost/WCF.IIS.Deployment.Services/" />
- </baseAddresses>
- </host>
- </service>
- </services>
- <bindings>
- <basicHttpBinding>
- <binding name="SecurityByTransport">
- <security mode="Transport">
- <transport clientCredentialType="None" />
- </security>
- </binding>
- </basicHttpBinding>
- </bindings>
- <behaviors>
- <serviceBehaviors>
- <behavior name="MathServiceBehaviour">
- <serviceMetadata httpsGetEnabled="true" />
- <serviceDebug includeExceptionDetailInFaults="false" />
- </behavior>
- </serviceBehaviors>
- </behaviors>
- </system.serviceModel>
Friday, September 21, 2012
How to: Create and Install Temporary Certificates in WCF for Transport Security During Development
Different method of WCF binding and security mechanism - MSDN
How to: Create and Install Temporary Certificates in WCF for Transport Security During Development:
'via Blog this'
How to: Create and Install Temporary Certificates in WCF for Transport Security During Development:
'via Blog this'
Thursday, September 20, 2012
Hosting WCF 4.0 Service on IIS 7.5 with SSL
Hosting WCF in IIS using HTTPs and SSL ...
Hosting WCF 4.0 Service on IIS 7.5 with SSL:
'via Blog this'
Hosting WCF 4.0 Service on IIS 7.5 with SSL:
'via Blog this'
Implementing Transport Message Security with WCF 4.0 and VS 2010 RC
Creating a certificate and installing it in IIS -> Part 1
Implementing Transport Message Security with WCF 4.0 and VS 2010 RC:
'via Blog this'
Implementing Transport Message Security with WCF 4.0 and VS 2010 RC:
'via Blog this'
Sunday, September 16, 2012
Monday, September 10, 2012
HOW TO: Build a complex search using SearchFilter and SearchFilterCollection in EWS Managed API 1.0 - Akash Blogging...... - Site Home - MSDN Blogs
Searching and filtering through EWS Managed API
HOW TO: Build a complex search using SearchFilter and SearchFilterCollection in EWS Managed API 1.0 - Akash Blogging...... - Site Home - MSDN Blogs:
'via Blog this'
HOW TO: Build a complex search using SearchFilter and SearchFilterCollection in EWS Managed API 1.0 - Akash Blogging...... - Site Home - MSDN Blogs:
'via Blog this'
Friday, September 7, 2012
Sunday, September 2, 2012
WCF Error Handling and Fault Conversion - CodeProject
WCF Custom error handling using IErrorHandler ....
WCF Error Handling and Fault Conversion - CodeProject:
'via Blog this'
WCF Error Handling and Fault Conversion - CodeProject:
'via Blog this'
Cheat Sheet - .NET Framework Exceptions
.Net Exceptions Cheat sheet. Using GacUtil to create the list ... Cool
Cheat Sheet - .NET Framework Exceptions:
'via Blog this'
Cheat Sheet - .NET Framework Exceptions:
'via Blog this'
Subscribe to:
Posts (Atom)