Re: ASP.NET Disassemble
- From: bruce barker <brucebarker@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 13 Jun 2008 08:53:01 -0700
if you precompiled the site, you can only get the genered code of the web
page. the asp.net compiler converts the aspx page to a dll. to do this it
converts the aspx page to the language of choice (say c#), then compiles it.
you can decompile back to the language source, but not the original aspx
code. this code is pretty readable, so you could use it (via a handler).
-- bruce (sqlwork.com)
"tahir" wrote:
thanks for replaying,.
Reflector shows only C# code and file disassembler plugin creates cs files
but only class files which located in App_Code directory, not the web page
files.
please any other disassembly?
thanks again :)
"Federico" <fede.bruno@xxxxxxxxx>, haber iletisinde sunlari
yazdi:5f25a5b9-903a-4b3d-9e96-b16ae5810872@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jun 13, 1:14 pm, "Joe Fawcett" <joefawc...@xxxxxxxxxxxxxxxx> wrote:
"Federico" <fede.br...@xxxxxxxxx> wrote in message
news:da6f2d14-95a7-4165-840a-97375867335b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jun 13, 8:31 am, "tahir" <kurkcuta...@xxxxxxxxx> wrote:
Hi,
I was developing an ASP.NET website when my laptop is stolen. I have
now
only .dll and .compiled files on web host.
what can i do to recover my project? I use Lutz Roeder's .NET
Reflector
and
can see source of dlls as C# code but i couldn't retrieve ASP codes at
all.
What should i do?
thanks for help
The reflector has a plugin called FileDisassembler. It creates all cs
files for you
But it doesn't create the aspx markup does it?
--
Joe Fawcett (MVP - XML)http://joe.fawcett.name
No, Only Code File, I guess
- References:
- ASP.NET Disassemble
- From: tahir
- Re: ASP.NET Disassemble
- From: Federico
- Re: ASP.NET Disassemble
- From: Federico
- Re: ASP.NET Disassemble
- From: tahir
- ASP.NET Disassemble
- Prev by Date: Binding data (string) to a label
- Next by Date: Re: ASP.NET Disassemble
- Previous by thread: Re: ASP.NET Disassemble
- Next by thread: Re: ASP.NET Disassemble
- Index(es):
Relevant Pages
|