A DotNet Severe Limitation ?

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

  1. #1

    Default A DotNet Severe Limitation ?

    I believe I have found a severe limitation of DotNet, with respect to
    hosting Windows Form Controls in WebPages.
    It appears this is only possible when the web is configured on Port 80. Any
    other port and the control will not display.
    After a couple of days of searching the newsgroups/various forums I have
    found other postings requesting information on this anomaly yet nobody has
    found a solution.
    What are Microsoft doing with this ? It seems a common situation to run on
    alternate ports, being restricted to the default 80 seems ludicrous.

    Dave.


    Dave Brown Guest

  2. Similar Questions and Discussions

    1. severe load problems, too many connections
      hi, on an apache 1.3.37/mysql 3.23.49 server we often experience a slowdown and we get random "Too many connections" errors from the...
    2. Severe Frustration!!!
      OK, Please excuse the slightly angered tone of this post but I'm in serious trouble and overwhelmed by frustration. I work for a company...
    3. SEVERE PROBLEM WITH TIMEOUTS! WARNING!
      Wow, I am making a game, there is no money involved but it is for a contest. 1 week from the contest and almost 4,000 lines of code into it the game...
    4. occasional SqlException 'a severe error occured...'
      Hello all, I face the problem that occasional in one WebApplication the following error occures: System.Data.SqlClient.SqlException: A severe...
    5. severe instability issues in MX
      I was wondering if I couldn't get a little help with getting MX working. I seem to have run into some serious issues (basically I can crash DW MX...
  3. #2

    Default Re: A DotNet Severe Limitation ?

    Limitation? Yes. Severe? How many people does it impact? I would venture
    that while this is limiting, it is only severe to the few trying to do it
    right now. In the future, the severity may change. If it is perceived as
    large enough, MS will change it.

    Most people pushing functionality that requires Windows Forms are not
    embedding Windows Forms, like ActiveX, but actually deploying the WIndows
    Forms apps. This is the direction MS is pushing with zero deployment.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    ************************************************** ********************
    Think Outside the Box!
    ************************************************** ********************
    "Dave Brown" <dave.AT.dbws.net> wrote in message
    news:uX$aAQJ8DHA.2712@tk2msftngp13.phx.gbl...
    > I believe I have found a severe limitation of DotNet, with respect to
    > hosting Windows Form Controls in WebPages.
    > It appears this is only possible when the web is configured on Port 80.
    Any
    > other port and the control will not display.
    > After a couple of days of searching the newsgroups/various forums I have
    > found other postings requesting information on this anomaly yet nobody has
    > found a solution.
    > What are Microsoft doing with this ? It seems a common situation to run on
    > alternate ports, being restricted to the default 80 seems ludicrous.
    >
    > Dave.
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

  4. #3

    Default Re: A DotNet Severe Limitation ?

    Isnt this method zero deployment ?
    Having a complex control running from the browser should be the simplest for
    people to use, all they need to do is have the framework installed then go
    to the website hosting the control.

    rgds

    Dave


    "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
    message news:OfVUabK8DHA.3008@TK2MSFTNGP09.phx.gbl...
    > Limitation? Yes. Severe? How many people does it impact? I would venture
    > that while this is limiting, it is only severe to the few trying to do it
    > right now. In the future, the severity may change. If it is perceived as
    > large enough, MS will change it.
    >
    > Most people pushing functionality that requires Windows Forms are not
    > embedding Windows Forms, like ActiveX, but actually deploying the WIndows
    > Forms apps. This is the direction MS is pushing with zero deployment.
    >
    > --
    > Gregory A. Beamer
    > MVP; MCP: +I, SE, SD, DBA
    >
    > ************************************************** ********************
    > Think Outside the Box!
    > ************************************************** ********************
    > "Dave Brown" <dave.AT.dbws.net> wrote in message
    > news:uX$aAQJ8DHA.2712@tk2msftngp13.phx.gbl...
    > > I believe I have found a severe limitation of DotNet, with respect to
    > > hosting Windows Form Controls in WebPages.
    > > It appears this is only possible when the web is configured on Port 80.
    > Any
    > > other port and the control will not display.
    > > After a couple of days of searching the newsgroups/various forums I have
    > > found other postings requesting information on this anomaly yet nobody
    has
    > > found a solution.
    > > What are Microsoft doing with this ? It seems a common situation to run
    on
    > > alternate ports, being restricted to the default 80 seems ludicrous.
    > >
    > > Dave.
    > >
    > >
    >
    >

    Dave Brown 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