Sign In
hongmeig's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
April 2010
(1)
March 2010
(4)
July 2008
(1)
February 2008
(2)
September 2007
(3)
August 2007
(5)
July 2007
(3)
May 2007
(2)
April 2007
(2)
March 2007
(1)
February 2007
(2)
January 2007
(5)
December 2006
(2)
November 2006
(2)
October 2006
(7)
September 2006
(2)
August 2006
(3)
April 2005
(2)
December 2004
(2)
November 2004
(2)
October 2004
(1)
September 2004
(1)
August 2004
(3)
June 2004
(1)
April 2004
(2)
October, 2006
MSDN Blogs
>
hongmeig's WebLog
>
October, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
hongmeig's WebLog
Best fonts for doing demo using VS
Posted
over 6 years ago
by
hongmeig
0
Comments
For presentation, start VS, go to Tools->Options, under Environment/Fonts and colors, choose Lucida Console , and font size 14. Choose Courier New , and font size 10 for writing code.
hongmeig's WebLog
How to distribute my public key portion of the cert to the Client in an "SSL" fashion
Posted
over 6 years ago
by
hongmeig
1
Comments
Distributing x.509 is always a painful thing, and using WCF, it no long is. In the WCF configuration, there is a knob in the configuration which helps the client to get the public key portion of the certificate in an "SSL" fashion. <bindings>...
hongmeig's WebLog
What cert shall i use for WSE 3.0
Posted
over 6 years ago
by
hongmeig
0
Comments
If you are going to request one certificate from a cert authority, then you probably need to explicitly ask for the following key usages: Digital Signature, Key Encipherment and Data Encipherment. Use the mmc or WseCertificate3.exe tool to view...
hongmeig's WebLog
configuration entry intellisense
Posted
over 6 years ago
by
hongmeig
0
Comments
Wondering how do you ever get intellisense while writing configuration files using VS? Here is why? All the scchemas for VS are defined at {...}\VisualStudio\bin\i386\xml\schemas\dotNetConfig.xsd If you have got some schemas definiations, just add...
hongmeig's WebLog
The .svc page only show the text value of the .svc file
Posted
over 6 years ago
by
hongmeig
0
Comments
Your IIS needs to link the .svc extension to the aspnet_isapi.dll. You can this by right click on your v-root from IIS manager. on the virtual directory tab, click on the Configuration button, and you will see the mappings tab, look for the entry with...
hongmeig's WebLog
403.1 error while hosting WCF service using IIS
Posted
over 6 years ago
by
hongmeig
0
Comments
If you are getting 403.1 error while hosting WCF using IIS, then you might be using the wrong directory name. Let us say you want to host your service at http://localhost/A/service.svc And the physical location of the service.svc file must be...
hongmeig's WebLog
TechEd China is fun
Posted
over 6 years ago
by
hongmeig
1
Comments
Delivered two talks at the Tech Ed China Beijing stop. One on WCF security and the other one on WSE 3.0. Both talks went quite well. Check out the photos from this: http://www.microsoft.com/china/technet/teched/introduction/teched2006.asp Found...
Page 1 of 1 (7 items)