Why all the server hits?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Why all the server hits?

    It seems like ASP.NET and Visual Studio.NET have a ravenous desire to
    keep banging on the server for everything. Granted, it makes it pretty
    easy to do this, but, why keep banging on the server so much for stuff
    that could be better done in Java Script?

    Then, you have all these games with QueryString and PostBack and when
    you have values in your controls and when you don't. And then you
    have to have an actual page associated with everything you do no
    matter what...

    This is worse than MFC!
    Todd Bandrowsky Guest

  2. Similar Questions and Discussions

    1. Counter for FLV page hits
      Does anyone know of an easy way to create a server counter for FLV files called from the FLVPlayback Component? I switched from WMV and MPEG4...
    2. Hits per day - Help
      Anybody show me to calculate hits per day whether in Javascript, Coldfusion or Html. Thanks in adnace Jackals
    3. Keep Google search hits despite PHP??
      While in the process of reorganizing my company's website and I created a database of all their publications. I replaced their old html...
    4. which tables have lowest cache hits?
      Hi, our buffer rate increased (to about 6) and it seems it is because low write cache hit (about 93%). We have now 130 MB of buffers and I do...
    5. Getting the id of a computer as it hits the server
      Hi, I need to get the id of a computer as it hits the server. I know there is a function to do this, but I can't find it. Can someone help...
  3. #2

    Default Re: Why all the server hits?

    ASP.NET is a Rapid Application Development (RAD) tool.
    It is geared toward getting the job done quickly without requiring the
    developer to know oodles about web site development. It does this job well.
    There are all kinds of ways that ASP.NET web pages can be optimized by more
    experienced developers.

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]



    "Todd Bandrowsky" <anakin@unitedsoftworks.com> wrote in message
    news:af3d9224.0307241259.70c17af@posting.google.co m...
    > It seems like ASP.NET and Visual Studio.NET have a ravenous desire to
    > keep banging on the server for everything. Granted, it makes it pretty
    > easy to do this, but, why keep banging on the server so much for stuff
    > that could be better done in Java Script?
    >
    > Then, you have all these games with QueryString and PostBack and when
    > you have values in your controls and when you don't. And then you
    > have to have an actual page associated with everything you do no
    > matter what...
    >
    > This is worse than MFC!

    Steve C. Orr, MCSD Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139