Ask a Question related to ASP.NET Security, Design and Development.
-
Sezhman #1
I want to safeguard my code
Dear All,
I dont want my code to be reverse-engineered from IL. I want to safeguard my
code. How to implement it. Please suggest me some tips.
Thanks From,
--
Sezhman
Sezhman Guest
-
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
How would I include the Open Browser code into this lineof code?
Hello and thankyou in advance: I have an ASP page linked to my database and I want to apply the Open Browser behaviour to the code. I have tried... -
Custom control fires event but ignores some code in the code behind file
I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is... -
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I created a brand new WebService (HelloWorld) and when I attempt to add this WebService to a WindowsForm project I get the following error message in... -
Security problem with Managed Code calling Unmanaged Code in a Web Page
Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and... -
Arthur Dent #2
Re: I want to safeguard my code
One way to do this is code obfuscation. The higher levels of VS.NET ship
with an obfuscator included.
Ive never actually used it, so i dont know how well it works or not, or how
it compares to others, but
the website for it is here:
[url]http://www.dotfuscator.com/products/dotfuscator/index.html[/url]
HTH.
"Sezhman" <Sezhman@discussions.microsoft.com> wrote in message
news:322A52FE-38FF-42D8-8FC0-0C71CB5E1A5B@microsoft.com...> Dear All,
> I dont want my code to be reverse-engineered from IL. I want to safeguard
> my
> code. How to implement it. Please suggest me some tips.
>
> Thanks From,
> --
> Sezhman
Arthur Dent Guest



Reply With Quote

