I have run into an issue that may be of note for some people considering the use of DSC. Since it relies on the MS WSE 3.0, your web host must support this.
After uploading my site to my shared web host provider, I received an error that the assembly Microsoft.Web.Services3.dll could not be found. I also discovered that uploading this assembly to the BIN folder does not appear to work either. I believe that ASP.NET will not allow strong named assemblies within the BIN folder... they must be installed to the GAC.
So, for those with shared web hosts, ensure they support MS WSE 3.0, otherwise the site won't work, and you may or my not be able to get your host to install MS WSE for you.
|