Re: [dll - after Obfuscation] Problem: precompilation needed?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Obfuscate it before you precompile it.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"teo" <teo@xxxxxxxxx> wrote in message news:coi4l2l4s78nkhpmkmi066lc63qem5rasl@xxxxxxxxxx
After I've obfuscated a precompiled dll,
to protect it,
it works no more.

---- ------ -------

I'm with 'AspNet 2.0' and 'Visual Studio 2005'
and
'Dotfuscator Community Edition' (the poorest)

---- ------ -------

Simple steps:

I precompiled my web app
(only a Button and a e Textbox)
with the Updatable option check 'Off'

I loaded the generated dll
on the Bin folder on the server
it works

---- ------ -------

I decid to protect my web app

I used Dotfuscator (embedded in VS2005)

I loaded the precopiled dll I had
and obfuscted it

It generates a new dll , with a different name

I loaded this obfuscated dll in the
Bin folder on the server

but my web app doesn't work
Message:
"The file 'Default.aspx' has not been pre-compiled,
and cannot be requested"

---- ------ -------

What have I to do in order to have my web app working
or to better say
to protect any web application I develop?

---- ------ -------

Thanks






.



Relevant Pages

  • Re: Obfuscating web apps
    ... ..Net Developer ... I've developed a web app that may be distributed to a few companies, ... App_Code dll for about 15 or so classes, and then several dozen for the ... So, to obfuscate my business logic, I ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [dll - after Obfuscation] Problem: precompilation needed?
    ... obfuscate, right? ... Juan T. Llibre, asp.net MVP ... I decid to protect my web app ... I loaded the precopiled dll I had ...
    (microsoft.public.dotnet.framework.aspnet)
  • Obfuscating web apps
    ... I've developed a web app that may be distributed to a few companies, ... App_Code dll for about 15 or so classes, and then several dozen for the ... So, to obfuscate my business logic, I ... to modify the dotfuscator project. ...
    (microsoft.public.dotnet.framework.aspnet)
  • [dll - after Obfuscation] Problem: precompilation needed?
    ... After I've obfuscated a precompiled dll, ... 'Dotfuscator Community Edition' ... I decid to protect my web app ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: FAQ Topic - How do I protect my javascript code?
    ... FAQ Topic - How do I protect my javascript code? ... you could always obfuscate or minify the code ... If the code is non-trivial to the point of being worth stealing then ...
    (comp.lang.javascript)