Sign In
Steven Cheng's MSDN Notes
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
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
.NET
ASP.NET
CONFIGURATION
Cookbook
Customization
DATA
Debug
endpoint
Gadget
message
MessageInspector
moss
MSDN
MVC
NETWORK
News
performance
PLACEHOLDER
Security
TROUBLESHOOTING
Visual Studio
WCF
WEBSERVICE
WSS
XML
Archive
Archives
May 2012
(1)
February 2012
(1)
August 2011
(3)
July 2011
(6)
January 2011
(3)
December 2010
(4)
October 2010
(1)
December 2009
(2)
August 2009
(1)
July 2009
(1)
June 2009
(2)
April 2009
(4)
March 2009
(8)
February 2009
(7)
January 2009
(6)
December 2008
(5)
October 2008
(1)
August 2008
(1)
April 2008
(1)
March 2008
(1)
November 2007
(1)
March 2007
(1)
January, 2009
MSDN Blogs
>
Steven Cheng's MSDN Notes
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Steven Cheng's MSDN Notes
[WCF]How to expose WCF service to .NET 2.0 client
Posted
over 3 years ago
by
Steven Cheng - MSFT
1
Comments
[WCF]How to expose WCF service to .NET 2.0 client WCF is provided in .NET 3.0 and much enhanced in 3.5. However, sometimes we still need to consume WCF service in .NET 2.0 applications. For such cases, it is very important that how we implement...
Steven Cheng's MSDN Notes
How to disable web.config Inheritance for Child Applications in Subfolders in ASP.NET
Posted
over 3 years ago
by
Steven Cheng - MSFT
2
Comments
Just found a useful FAQ about exclude some httpmodule inheritance in ASP.NET web application(from parent ASP.NET application). It demonstrate two approaches: 1. Modify the parent web.config file to disable child app inheritance(element based) 2...
Steven Cheng's MSDN Notes
[CRYPTO]Use RSA keyset generated by .NET sn.exe tool
Posted
over 3 years ago
by
Steven Cheng - MSFT
3
Comments
[CRYPTO]Use RSA keyset generated by .NET sn.exe tool I’ve found some public articles about how to manually extract RSA keyset from the snk file generated by .NET sdk tool “sn.exe”. #Strong Name Tool (Sn.exe) http://msdn.microsoft.com/en...
Steven Cheng's MSDN Notes
[ASPNET]ASP.NET Event Validation and “Invalid Callback Or Postback Argument” Troubleshooting info
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
[ASPNET]ASP.NET Event Validation and “Invalid Callback Or Postback Argument” Troubleshooting info There are many community members encountering this problem. Symptom is just as the following exception on ASPX page when postback. ...
Steven Cheng's MSDN Notes
[ASPNET]"System.InvalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." error in nested databinding scenario
Posted
over 3 years ago
by
Steven Cheng - MSFT
8
Comments
[ASPNET]"System.InvalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." error in nested databinding scenario Problem: When you use GridView/DetailsView like template...
Steven Cheng's MSDN Notes
[WCF]Things that will impact concurrency & capacity behavior of WCF service (with simoultaneous client requests/connections)
Posted
over 3 years ago
by
Steven Cheng - MSFT
2
Comments
[WCF]Things that will impact concurrency & capacity behavior of WCF service (with simoultaneous client requests/connections) I have found that many guys have encountered some concurrent connection limit problems when calling WCF service in their...
Page 1 of 1 (6 items)