"no Web server was detected at this URL:

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

  1. #1

    Default "no Web server was detected at this URL:

    After installing win2K and try to run my ASP application I get the following
    error:
    "Visual Studio .NET cannot create or open the application because no Web
    server was detected at this URL: 'http://localhost/WebApplication1'. Make
    sure the Web server is installed and running.

    I reinstalled IIS, registered it using aspnet_regiis, and register it with
    regsvr32 but no luck.

    What should I try?


    James Guest

  2. Similar Questions and Discussions

    1. the error "invalid plugin detected. Adobe Reader will quit"
      I have gotten the RIKLA from Adobe. And I use the example code BasicPlugin(you can download it from Adobe wetsite) as my plug_in, then, I made the...
    2. Server detected a backward timestamp
      Hi, I have an application that records from the webcam to a file on the server. Recently the application instance has stopped responding, however...
    3. Connection Problem "Sokets de trois trojan detected"
      Every time I try to set up my connection, my firewall warns me that a trojan "Sokets De Trois" is attempting to connect. I'm afraid to let it...
    4. (e)2611363 Server detected a backward timestamp
      Hi to all, I'm doing an application similar to dailymotion.com to record via webcam a video. I set a bufferlength to 1000sec (i.e), so when I stop...
    5. <tr id="MyRow" runat="server"> ... </tr> doesn't appear in server-side code
      pschrader: Look at the top of your page, where your controls are declared. Do you see one for HTMLTableRow? You may have to manually add it, if...
  3. #2

    Default Re: "no Web server was detected at this URL:

    I *just* had this problem. What I had to do was uninstall IIS and
    VS.Net, then remove all Security Groups and local users that were
    created to support IIS and Visual Studio .Net.

    Then reinstall IIS and VS.Net. It took abotu 2-3 hours to do it all,
    but it worked.

    Alternatively, I suspect that it's a security issue, but I couldn't
    figure it out. If you choose not to reinstall, but you solve it,
    pleaes post your solution.


    -Kevin Buchan
    [email]kevin.buchan@DONTSPAMtroutmansanders.com[/email]


    On Thu, 10 Jul 2003 16:16:29 -0500, "James" <NOSPAM@whatever.com>
    wrote:
    >After installing win2K and try to run my ASP application I get the following
    >error:
    >"Visual Studio .NET cannot create or open the application because no Web
    >server was detected at this URL: 'http://localhost/WebApplication1'. Make
    >sure the Web server is installed and running.
    >
    >I reinstalled IIS, registered it using aspnet_regiis, and register it with
    >regsvr32 but no luck.
    >
    >What should I try?
    >
    Kevin Buchan Guest

  4. #3

    Default Re: "no Web server was detected at this URL:

    some basic stuff:
    o Is the IIS Server started?
    o Is the default web site running? check through IIS manager
    o Ping "localHost" - responding?
    o Surf to "LocalHost" - you should get a page, or Under Construction or
    You don't have permission - any of these indicate the service is up.


    "James" <NOSPAM@whatever.com> wrote in message
    news:OZ$usAyRDHA.212@TK2MSFTNGP10.phx.gbl...
    > After installing win2K and try to run my ASP application I get the
    following
    > error:
    > "Visual Studio .NET cannot create or open the application because no Web
    > server was detected at this URL: 'http://localhost/WebApplication1'. Make
    > sure the Web server is installed and running.
    >
    > I reinstalled IIS, registered it using aspnet_regiis, and register it with
    > regsvr32 but no luck.
    >
    > What should I try?
    >
    >

    David Waz... 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