Re: ASP.NET Disassemble

Tech-Archive recommends: Fix windows errors by optimizing your registry



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



.



Relevant Pages

  • Re: asp .net execution model
    ... .dll onto the server. ... interprets the aspx source code and invokes the compiler that creates ... In the second request the runtime runs the MSIL immediately. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET: VSNET2003 to VSNET2005
    ... The asp.net compiler does all the work, so the codebehind is in the same dll as the aspx page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Do I still need those .aspx page if I choose "Merge all outputs to a single assembly" in Web Dep
    ... without the aspx pages, IIS cannot respond to requests for a given URL. ... there is one option called "Output Assemblies page". ... "Merges all the output assemblies from the compiler into a single assembly. ... I assume it means all the .aspx page are already compiled into that dll, so do I still need to deploy the .aspx page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Namespaces - broad question
    ... aspx pages that I know I want utilize a specific function within, ... have the same codebehind page), how can I reference this function. ... >> compiling if the same class was written in different places. ... > A .Net assembly is a compiled DLL. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Exposing bool to non-MS, non-C++ callers
    ... the functions in this DLL accept a structure as an argument. ... The compiler doesn't help catch places where I neglect ... the C++ bool type is defined as one byte. ... depends on whether the Exe caller will push a value larger than 1 byte. ...
    (microsoft.public.dotnet.languages.vc)