Help: Asp.net applications so many people can use it.

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

  1. #1

    Default Help: Asp.net applications so many people can use it.

    Hi,

    I added a new .net login
    ([url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;326340[/url]) and a
    ..net Web Report Viewer (Crystal) to our site. If we are going to
    potentially have many people logging in and viewing reports via the
    web (.net), what do I need to add to my .net app to handle it. It is
    not running like a COM+ (MTS) object so what do I need to add (if
    anything) to my .net app to handle many people using it?

    Do I need to add multi-threading, object pooling, etc? Or does .net
    handle this already and I do not need to add anything else?

    Your help, direction, and any links (code) would be greatly
    appreciated.

    Phin
    mrwoopey Guest

  2. Similar Questions and Discussions

    1. Running Java applications with CF applications
      Is anyone out there running both Java and CF apps on their CFMX 7 J2EE Enterprise Server? I was going to migrate the Java apps to CF7 to avoid a...
    2. Some people can't see my FLV
      I've created a series of FLVs that, for most people, stream just fine (see http://www.3cstudios.com/rasmussen/index.asp) . However not everyone has...
    3. People who know PHP! <== Read
      I am looking for people who have an medium amount of knowledge in PHP script for a group that creates things for people! If you are interested...
    4. web applications versus. web portal applications
      I came across a new term "web portal applications." Anyone can tell me what's the differences between web portal applications versus traditional...
    5. hi people
      can some body tell me confiduring newsgroup in my netscape outlook. I added this site in newsgroup but when I am saying subscribe it give me an...
  3. #2

    Default Re: Asp.net applications so many people can use it.

    you will need to contact Crystal and buy an enterprise license, as the
    version that comes with vs, limits the number of concurrent users.

    as long as you have no com components you should be fine.


    "mrwoopey" <mrwoopey@yahoo.com> wrote in message
    news:e48ab325.0307110642.786a6a08@posting.google.c om...
    > Hi,
    >
    > I added a new .net login
    > ([url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;326340[/url]) and a
    > .net Web Report Viewer (Crystal) to our site. If we are going to
    > potentially have many people logging in and viewing reports via the
    > web (.net), what do I need to add to my .net app to handle it. It is
    > not running like a COM+ (MTS) object so what do I need to add (if
    > anything) to my .net app to handle many people using it?
    >
    > Do I need to add multi-threading, object pooling, etc? Or does .net
    > handle this already and I do not need to add anything else?
    >
    > Your help, direction, and any links (code) would be greatly
    > appreciated.
    >
    > Phin

    bruce barker 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