Re: [dll - after Obfuscation] Problem: precompilation needed?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Wed, 8 Nov 2006 17:44:16 -0400
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
.
- Follow-Ups:
- Re: [dll - after Obfuscation] Problem: precompilation needed?
- From: Peter Bromberg [C# MVP]
- Re: [dll - after Obfuscation] Problem: precompilation needed?
- References:
- Prev by Date: RE: [dll - after Obfuscation] Problem: precompilation needed?
- Next by Date: Re: Can't debug 1.1 web app
- Previous by thread: Re: [dll - after Obfuscation] Problem: precompilation needed?
- Next by thread: Re: [dll - after Obfuscation] Problem: precompilation needed?
- Index(es):
Relevant Pages
|