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
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