Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Ram Poornalingam's WebLog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
IIS
WCF
News
All articles are provided "AS IS" with no warranties, and confer no rights. The opinions expressed herein are those of the individual authors, and do not reflect the views of Microsoft.
Archives
October 2009 (2)
November 2008 (1)
February 2008 (1)
October 2007 (1)
June 2007 (2)
November 2006 (2)
October 2009 - Posts
Tuesday, October 27, 2009 12:44 AM
Activation Without .svc files – Config Based Activation (CBA)
.Svc files were perceived as a management overhead. In Net Framework 4.0, WCF services hosted in WAS/IIS do not require .svc file anymore. We can activates service through the config Based Activation feature. This feature allows for registration
Posted by
Ram Poornalingam
|
0 Comments
Monday, October 26, 2009 11:02 PM
.NET 4.0 Beta1/Beta2 Web Application Configuration section missing declaration error
Symptoms If you encounter the following error in your web application (things hosted in IIS) “The configuration section <sectionName> cannot be read because it is missing a section declaration " examples “The configuration section
Posted by
Ram Poornalingam
|
0 Comments