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

  1. #1

    Default Running IIS locally

    I have loaded IIS on my machine. When I run an ASP.NEt
    application non of my object show up in the browser.
    specifically any drop down boxes or data lists.
    Is there a setting in IIS that I need to change?

    Joe D Guest

  2. Similar Questions and Discussions

    1. Verity won't stay running - constantly running
      I have tried several reinstalls, but it always shuts itself down. Verity keeps shutting itself OFF ???? All I see the next day is: Unable to...
    2. Testing CF Locally
      I am in the habbit of making all my links absolute. This is a problem when I test my CF pages locally. Say I have a cflocation tag that points to...
    3. Test Locally?
      When I try to open a local cfm file in a browser, it opens it in dreamweaver ,so I can never really test. I installed CF and all the services say...
    4. Running Web Flash locally
      There is a flash tool online that I would like to copy onto my local machine so I can run it while not connected to the web. I can download the main...
    5. Work locally?
      Hi, I have included the following code in my asp page. It seems to work fine on my localhost. However when i tried to access the page on other pc...
  3. #2

    Default Re: Running IIS locally

    You need to repair your IIS mappings.
    To do this, run the following command:
    aspnet_regiis.exe -i

    Here's further information:
    [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;q306005[/url]

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


    "Joe D" <Joe_DeForte@doh.state.fl.us> wrote in message
    news:0ad001c34b0a$8d7b4c90$a001280a@phx.gbl...
    > I have loaded IIS on my machine. When I run an ASP.NEt
    > application non of my object show up in the browser.
    > specifically any drop down boxes or data lists.
    > Is there a setting in IIS that I need to change?
    >

    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