Hello William,
A couple of potential security/IP related things:
a. By default and recommendation of MS, Visual Studio also catalogs the source
code for the cataloged assemblies. Ick, you can get somebodies raw IP just
by doing:
select cast(content as xml) from sys.assembly_files where name like '%.cs'
b. If even you don't deploy the source code, decompiling .NET isn't hard,
and either is sucking the bits out of sys.assembly_files. See [0].
[0]: http://www.sqljunkies.com/WebLog/ktegels/archive/2006/03/06/18506.aspx
Thank you,
Kent Tegels
DevelopMentor
http://staff.develop.com/ktegels/
|