Customize ASP .NET?

G

Guest

I have vendor application within our organization which is vendor product. It
is written in ASP and ASP.NET. As we are getting new releases more and more
coding being migrated to ASP.NET by vendor.

Now as I had some customization done in some of the ASP pages (as all the
page behind wasn't assembly in ASP 3.0) it was much easy to do the changes
and have the happy business unit.

As I said more pages are being migrated in new releases from vendor to ASP
..NET. How would I migrate my customization in ASP .NET? I do see the page
behind compiled and kept as dll by the vendor but at the same time they never
run the dotfusgator to scrambled the code so I am still able to use
decompiler to decompile and see the page behind code. The decompiler that I
use are free trail so I can see the code in it but can't really change
anything and recompile it.

Can you please direct me any freeware decompiler that allows me to decompile
this code and recompile and have the asp .net page to refer new assembly?
What is the best way to do this kind of customization? Please help and thanks
in advance.
 
G

Guest

Hello Clinton,
No, I am not trying to hack their code. In order to work with vendor is too
expensive and they don't have any problem if we do our customization
ourselves. Only thing they force us to not to tocuh the custom schema, the
custom that I am doing is all custom table and access data from their aspx
pages. We did agreement with vendor that we can modified the core pages and
we are still getting supported by them. I think I am just trying to find out
how I can do rather than hack or break anyone's code. We are not in that
business.
 
J

JungleCreatures

Matrix said:
use are free trail so I can see the code in it but can't really change
anything and recompile it.

Can you please direct me any freeware decompiler that allows me to decompile
this code and recompile and have the asp .net page to refer new assembly?

You might just want to purchase a full license to the decompiler that
you are using since it seems to be meeting your needs and saving you
lot's of time. Our Decompiler.NET product is priced reasonably and is
the only product that will reliably recompile your code with correct
runtime behavior. The time and money you'll save by doing the work
yourself along with the free support should more than justify the cost
of purchasing a license to the tool.

Jonathan Pierce
President
Jungle Creatures, Inc.
http://www.junglecreatures.com/
 

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