Microsoft.com Home
|
Site Map
MSDN Home
|
Developer Centers
|
MSDN Flash
|
Subscribers
Blogs Home
Sign in
|
Join
Search
RSS
OPML
hongmeig's WebLog
October 2006 - Posts
Best fonts for doing demo using VS
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.
Read More...
Posted
Wednesday, October 25, 2006 6:06 PM
by
hongmeig
|
0 Comments
How to distribute my public key portion of the cert to the Client in an "SSL" fashion
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> <wsHttpBinding>
Read More...
Posted
Tuesday, October 24, 2006 5:19 PM
by
hongmeig
|
1 Comments
What cert shall i use for WSE 3.0
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 the key
Read More...
Posted
Monday, October 23, 2006 8:41 PM
by
hongmeig
|
0 Comments
configuration entry intellisense
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 it
Read More...
Posted
Monday, October 16, 2006 6:48 PM
by
hongmeig
|
0 Comments
The .svc page only show the text value of the .svc file
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
Read More...
Posted
Monday, October 16, 2006 6:39 PM
by
hongmeig
|
0 Comments
403.1 error while hosting WCF service using IIS
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 under the
Read More...
Posted
Monday, October 16, 2006 6:36 PM
by
hongmeig
|
0 Comments
TechEd China is fun
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 that quite
Read More...
Posted
Tuesday, October 03, 2006 8:00 PM
by
hongmeig
|
1 Comments
This Blog
Home
Email
Links
Syndication
RSS 2.0
Atom 1.0
Recent Posts
How to see windows using remote desktop with dual monitors
A possible solution to a common sql error
How to make a 24'' monitor look better
WCF error: Cannot resolve KeyInfo for unwrapping key: KeyInfo 'SecurityKeyIdentifier
Going to Tech Ed China 2007
Tags
No tags have been created or used yet.
Archives
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)
Manage Your Profile
|
Legal
|
Contact Us
|
MSDN Flash Newsletter
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement