Enable asp.net after .NET framework installed

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

  1. #1

    Default Enable asp.net after .NET framework installed

    Hi there,

    I made an asp.net application using VS.net and package it up. The setup.exe
    first checks .NET framework, then check IIS before install the application.
    The problem is, when I test it, first install .NET framework, then install
    IIS, and the application, the ASPX page doesn't executed.

    There is a page in MSDN
    ([url]http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b815175[/url]) tells
    about enable asp.net, it doen't take effect after I add those mappings. Is
    there any other setting?

    Any idea is appreciated.

    Mike


    mike Guest

  2. Similar Questions and Discussions

    1. should users enable extensions installed by admin?
      When administrators install extensions, they are supposed to become usable by individual users. When a user looks for installed extensions, all...
    2. Acrobat 6.0 installed (with no errors) but no printer was installed
      I have just installed Acrobat 6.0 on a windows XP desktop (with all the MS patches). It also have MS Office 2003 installed on it. The install runs...
    3. .NET Framework 1.1
      We have updated our web server to use .NET Framework 1.1 and we have re-compiled our web services under .NET Framework 1.1 We have found that...
    4. HELP - need to hookup asp .net 1.1 when IIS was installed AFTER the framework and VStudio
      Has anyone worked out how to do this? The boxes came preconfigured from the vendor with XP pro, IIS and development tools on the drives but IIS was...
  3. #2

    Default Re: Enable asp.net after .NET framework installed

    You may 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]


    "mike" <mike@mike.mike> wrote in message
    news:uHmpFV8RDHA.2316@tk2msftngp13.phx.gbl...
    > Hi there,
    >
    > I made an asp.net application using VS.net and package it up. The
    setup.exe
    > first checks .NET framework, then check IIS before install the
    application.
    > The problem is, when I test it, first install .NET framework, then install
    > IIS, and the application, the ASPX page doesn't executed.
    >
    > There is a page in MSDN
    > ([url]http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b815175[/url]) tells
    > about enable asp.net, it doen't take effect after I add those mappings. Is
    > there any other setting?
    >
    > Any idea is appreciated.
    >
    > Mike
    >
    >

    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