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

  1. #1

    Default Release Mode

    My ASP.NET is running slowly so I build it in release mode to check
    real performance. However when I run my app throught IE there seems to
    no difference in performance. Do I need to copy files somewhere or do
    something else?
    Jack Johnston Guest

  2. Similar Questions and Discussions

    1. #39289 [NEW]: all right in CGI/FastCGI mode, but not right in ISAPI mode.
      From: bin at tbswe dot com Operating system: Windows 2003 PHP version: 5.1.6 PHP Bug Type: Dynamic loading Bug description: ...
    2. Difference b/w Flex Mode and Classic Mode
      Hi can anyone explain the difference b/w Flex Mode and Classic mode of serialization tag in gateway-config.xml .? what is the purpose of ...
    3. ANN: MP3::Tag new release
      sent to Ilya Zakharevich <nospam-abuse@ilyaz.org>], who wrote in article <c6nt64$sqr$1@agate.berkeley.edu>: v 0.92 released now. The changelog...
    4. Normal Mode and Expert Mode in MX2004
      In this case I think the appalling way MM is treating us WAY trumps any "netiquette" issues. In fact, I think more people should be posting the...
    5. release
      Paul Eggert <eggert@twinsun.com> writes in comp.unix.solaris: |It's apparently tough to convince people to upgrade to Solaris 9. |I guess Solaris 9...
  3. #2

    Default Re: Release Mode

    How are you measuring the difference in performance? How much difference did
    you expect in compiling it to release? You shouldn't expect a lot, certainly
    none that you could see with the naked eye.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "Jack Johnston" <mike@my-syte.com> wrote in message
    news:b6975421.0308120101.1cfe029a@posting.google.c om...
    > My ASP.NET is running slowly so I build it in release mode to check
    > real performance. However when I run my app throught IE there seems to
    > no difference in performance. Do I need to copy files somewhere or do
    > something else?

    Kevin Spencer Guest

  4. #3

    Default Re: Release Mode

    Jack,

    This won't improve performance an awful lot either, but make sure your
    web.config file has its debug line set to false:

    <compilation defaultLanguage="vb" debug="false" />

    Sincerely,


    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche


    "Jack Johnston" <mike@my-syte.com> wrote in message
    news:b6975421.0308120101.1cfe029a@posting.google.c om...
    > My ASP.NET is running slowly so I build it in release mode to check
    > real performance. However when I run my app throught IE there seems to
    > no difference in performance. Do I need to copy files somewhere or do
    > something else?

    S. Justin Gengo 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