Re: My first impressions of ASP.NET



The basic thrust was that we have a 2200 page ASP web site in production that
is responsible for the delivery of vital aircraft parts to active duty US
Navy aircraft so that they may continue to fly and provide close air support
to our troops in Iraq and Afghanistan. This site needs to be updated to the
latest technology but VS.net kept placing obstacles in the way with its
inconsistent behavior. so of these kids seem to think it was funny that
peoples lives are dependent upon the proper operation of an application.
Re inconsistent behavior, The other day I was using a class level variable
to preserve state between post-backs as advertised and advocated by Microsoft
only to be informed that the latest information on the subject was advising
against the use of these constructs as they did not perform as advertised. I
was able to confirm this through experimentation and had to rely on an old
ASP trick of storing the variable in an hidden text box. This is not the
kind of product I have come to expect from Microsoft. I have been repeatedly
disappointed while using this environment. I think you must add to your list
ease of use. Unless a product can be consistently developed easily and
quickly, there is going to be increasing amount of hesitation in updating
the massive older applications to use the new technologies. I am sure
everyone remembers the big Y2K fiasco.

"Rob R. Ainscough" wrote:

> Not sure what this is about, guess someone doesn't like classic ASP?? Not
> sure what Afghanistan has to do with this. I've got a lot of programming
> experience and to be honest I'd rather do any other kind of programming that
> is NOT web based.
>
> But whether the language is ASP, VB.NET with ASP.NET, HTML, XHTML,
> JavaScript, VBScript, etc. etc. etc. -- the fundamental problems of
> developing in this nightmare of an environment are:
>
> 1. Stateless
> 2. Security
> 3. Rendering pages
>
> Those issues have not changed, we just have different tools with same set of
> issues as the old tools. Change is needed, what that change will be I'm not
> sure, but the current status of web development is ultimately doomed unless
> we realize those changes soon.
>
> My personal opinion and what can be achieved to some success today is rely
> on .NET framework on client PCs -- since .NET framework is currently
> available across platforms it might be a much better faster and more rebust
> solution. Use basic HTML to retain the pretty graphics and basic linking,
> but the links such for example "Manage Your Account" should just download
> small footprint .NET apps that execute immediately on the client side
> (outside of the browser). This will elminate stateless, and page rendering
> and IF implemented correctly can be much more secure.
>
> Rob.
>
> "OldProgrammer" <OldProgrammer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:F2FCF020-505C-4728-8A30-933EC8594463@xxxxxxxxxxxxxxxx
> >I am sure that the families of the 1769 US service men and women that have
> > died in Iraq and the 500+ that have died in Afghanistan think it is very
> > funny as well.
> >
> > I am sure that you could write in 20 minutes an application in compliance
> > with DoD regulations to replace the existing Web Site which was working
> > wonderfully until ASP.Net came along. Why don't you write the Dept of the
> > Navy and bid on the contract for the CAD/PAD VFS website.
> >
> > "Cor Ligthert" wrote:
> >
> >> > Holy crap!!!!
> >> >
> >> > It's a scary thought that lives are dependent on a Classic ASP app!!!
> >> >
> >> LOL
> >>
> >>
> >>
>
>
>
.



Relevant Pages

  • Re: SQL beginner help
    ... statements to the server)? ... request from the "jblow123" web site login. ... with the Asp code it will decide what how to handle what the user is ... But I still need some client side execution;/ I think I got a good ...
    (microsoft.public.sqlserver)
  • Re: My first impressions of ASP.NET
    ... > Our company built a web site for the US Navy using ASP. ... > Our ASP web site consisted of 2200 pages after it was partially complete. ... > We have 4 programmers to maintain these pages. ... However after the deployment of ...
    (microsoft.public.dotnet.general)
  • Re: Trouble getting started with FP & Access
    ... I figured it out with some help from a web site at ... > write some ASP code of my own. ... In the book, in the section titled "connecting to a database", ... > I read about the DNS and it said that "The data source ...
    (microsoft.public.frontpage.programming)
  • Problem with ASP/Javascript coding with frames and "top.parent"
    ... I am fixing a client's Web site and I do not have the time to reprogram ... When a different value is selected in a drop-down, a piece of ASP is ... var f = top.parent.main.document.frmPayment; ...
    (comp.lang.javascript)