[dll - after Obfuscation] Problem: precompilation needed?

T

teo

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
 
G

Guest

I'm not sure you can obfuscate precompiled assemblies from the use of the
WebSite Project model. Download the Web Application Project add-in, convert
your project to a Web Application project (which will create a single
assembly dll ) and try obfuscating that. But having said that, I would add
that obfuscation isn't much of a deterrent.
Peter
 
T

teo

I'm not sure you can obfuscate precompiled assemblies from the use of the
WebSite Project model. Download the Web Application Project add-in, convert
your project to a Web Application project (which will create a single
assembly dll ) and try obfuscating that. But having said that, I would add
that obfuscation isn't much of a deterrent.
Peter

That add-in (and its related updating set of files )
is suitable to an English version of VS2005;
I also read the faq and they confirmed this.

Any Italian version in the meanwhile?
Any workaround?

How can I protect my work ?????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top