Re: sn.exe -Vr assembly

From: Nicole Calinoiu (calinoiu)
Date: 01/27/05


Date: Thu, 27 Jan 2005 07:59:54 -0500


""Shawn Farkas [MS]"" <shawnfa@online.microsoft.com> wrote in message
news:getjnEzAFHA.3048@cpmsftngxa10.phx.gbl...
> What this boils down to is that if you need to be sure that your exact
> code
> is being run, then you need to retain control over that code. One really
> easy way to do that with .Net is to wrap your assembly in a web service,
> and only ship to your clients the code that calls the web service.

And what if you can't trust the folks who administer the web service
environment? <gdr>

It's a vicious circle, and the unfortunate reality is that in some
industries, no single person can be considered fully trustworthy. Even the
most carefully screened systems admins must be considered suspect, and
clients look to us to provide solutions that will both limit and reliably
audit their activities. If Microsoft wants to provide platforms on which
ISVs can build for these industries (and MS marketing output would certainly
suggest that you do), perhaps it's time to start providing multi-auth
platforms so that the powers of any single administrator don't extend quite
so far.



Relevant Pages

  • Re: Compressing soap content
    ... prohibit other platforms from using it (for example, Java, Unmanaged C++, VB ... I have> also developed a windows forms client to the web service in C#. ... the server denies any post greater than 8 MB. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: WebService changed the name of my class
    ... described by a WSDL, and the WSDL uses XML Schema to describe the XML to be ... XML Schema has no way to describe generics. ... If you were consuming this web service from a platform other than .NET, ... as they will not translate across platforms. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)