Generating WCF configuration from the SO-Aware Repository
Posted by: Pablo M. Cibraro (aka Cibrax),
on 10 Nov 2010 |
View original | Bookmarked: 0 time(s)
As part of the simplification in service configuration that we want to provide in SO-Aware, we have added two new commands in the PowerShell provider for generating the service configuration at design time in case you dont want to rely on SO-Aware for resolving all that at runtime. We have added a command for generating the configuration specific for SO-Aware Get-SWServiceConfiguration -serviceversion "SampleService(1.0)" -configpath "d:\temp\MyConfig.config" -servicetype "Services.SampleService"...