Re: Maintaining ASP.NET Sites

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



An ASP application goes very easy to a complete mess...
Having source code with the page code is a thing that is being avoided in
many plataforms on these days, MVC is an attempt to improve this.
If you really can't access the source code and really need to change it, you
can do a "prohibited" operation, but that solves your problem if the DLL is
not obsfucated.
The key word in google is: Reflector

"Raymond" <nothere@xxxxxx> wrote in message news:3jSxf.37$MG1.28@xxxxxxxxxxx
> They say it's easier, but has anyone tried
> maintaining an ASP.NET site without the
> source code of the dlls? This was not a problem
> with classic ASP, all the code was almost always
> just in text files, easily viewable and most importantly
> readily AVAILABLE on the site, to anyone access to
> the site's folder.
>
> But just imagine, bunch of companies out there, managed
> by non-technical people, who have had a bunch of outside
> developers doing work on their site. At the
> end of the day, they have several dlls sitting in the bin folder,
> and no source code or project files available. Now you're a new
> developer hired to fix bugs and extend the site. How do you
> maintain these sites now without the source code of the codebehind
> files? How do you understand them? Yes, you can add to it, yes even
> extend the classes. But how do you fix bugs in the dlls without the
> source code??? How do you even understand what the code does
> exactly without the source code??? It's a nightmare!
>
> In this respect I think classic ASP is way superior to ASP.NET.
>
>


.



Relevant Pages

  • RE: ASP security in HTML pages
    ... IMHO this occurred because .Net Framework was not correctly installed, more specific the ISAPI extension, this is a common error when the .NET Framework is intalled after IIS is for example. ... ASP security in HTML pages ... source code of the Asp.Net pages was being sent directly to the client (i.e. ...
    (Security-Basics)
  • Re: Hiding personal data in source code viewable on the internet
    ... >> suggestions weere buy a book or learn asp scripting, ... >> that my unbroken e-mail address is displayed in the source code. ... >>> I am trying to set up a user feedback form on my website. ... >>> above in a little script file that users can see. ...
    (microsoft.public.frontpage.programming)
  • Re: Connection string for ASP.NET or ASP
    ... Thinslicer has both an ASP and ASP.NET version with source code. ... I am trying to get some sample of code to display Olap cubes using ASP.NET. ... second, if you don't know how to play with your cube, maybe you have to ...
    (microsoft.public.sqlserver.olap)
  • RE: ASP security in HTML pages
    ... IIS has had in the source disclosure department, it's never a good idea to ... assume that someone won't be able to view your source code". ... ASP security in HTML pages ... "fatal" flaw/misconfiguration of the IIS server. ...
    (Security-Basics)
  • Maintaining ASP.NET Sites
    ... end of the day, they have several dlls sitting in the bin folder, ... and no source code or project files available. ... developer hired to fix bugs and extend the site. ... In this respect I think classic ASP is way superior to ASP.NET. ...
    (microsoft.public.dotnet.framework.aspnet)