register asp.net to IIS

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

  1. #1

    Default register asp.net to IIS

    How do I register asp.net to IIS.
    When I try to install SQL reporting services I get the error asp.net is not
    registered to IIS server.

    I downloaded asp.net 1.1
    I am on a WinXP PRO machine.

    I have SQL server Developer edition and VS 2003

    Thanks,
    Terry


    Terry Willett Guest

  2. Similar Questions and Discussions

    1. OCX file will not register
      The install fails because the ocx file does not register during the install process and it will not let me manually register it either. Any ideas?
    2. how do i register it?
      I have illustrator cs tryout version and i bought a serial but i dont know how to register it. I cant find where i put the serial
    3. how do i register?
      how do i register? (i have a serial number0 please help me!
    4. Self register
      Hi every one. Is it possible to creat aSelf-register form on IIS? Using Widows server 2003, is ther any script needed to do so, or any extensions,...
    5. Please register?
      Sam: Are you using MX or MX 2004? -- Kevin French Team Macromedia Volunteer for Fireworks -Download a 30 day trial of Fireworks MX 2004
  3. #2

    Default Re: register asp.net to IIS

    Two possible ways.

    Locate your framework directory, usually found under;

    C:\Windows\Microsoft.NET\Framework\versionnumber

    You will have to replace version number with v1.1.4322 if you downloaded the
    1.1 version. Double check it first though.

    In that folder you will find an .exe falled aspnet_regiis. Execute that.

    If that doesn't work, as it sometimes fails, then locate aspnet_isapi.dll
    and open it with regsvr32.exe. You should be all set to go. There are two
    more aspnet_xx.dll files in there as well. If you still have problems,
    register those as well.

    --
    Gerry O'Brien
    Visual Developer .NET MVP
    Visual Basic


    "Terry Willett" <twillett@cox-internet.com> wrote in message
    news:1082lmbe2s6pu81@corp.supernews.com...
    > How do I register asp.net to IIS.
    > When I try to install SQL reporting services I get the error asp.net is
    > not
    > registered to IIS server.
    >
    > I downloaded asp.net 1.1
    > I am on a WinXP PRO machine.
    >
    > I have SQL server Developer edition and VS 2003
    >
    > Thanks,
    > Terry
    >
    >

    Gerry O'Brien [MVP] Guest

  4. #3

    Default Re: register asp.net to IIS

    Don't forget the install switch!

    aspnet_regiis -i


    "Gerry O'Brien [MVP]" <gkcomput@hotmail.com> wrote in message
    news:e6bhshTJEHA.3368@TK2MSFTNGP10.phx.gbl...
    > Two possible ways.
    >
    > Locate your framework directory, usually found under;
    >
    > C:\Windows\Microsoft.NET\Framework\versionnumber
    >
    > You will have to replace version number with v1.1.4322 if you downloaded
    the
    > 1.1 version. Double check it first though.
    >
    > In that folder you will find an .exe falled aspnet_regiis. Execute that.
    >
    > If that doesn't work, as it sometimes fails, then locate aspnet_isapi.dll
    > and open it with regsvr32.exe. You should be all set to go. There are
    two
    > more aspnet_xx.dll files in there as well. If you still have problems,
    > register those as well.
    >
    > --
    > Gerry O'Brien
    > Visual Developer .NET MVP
    > Visual Basic
    >
    >
    > "Terry Willett" <twillett@cox-internet.com> wrote in message
    > news:1082lmbe2s6pu81@corp.supernews.com...
    > > How do I register asp.net to IIS.
    > > When I try to install SQL reporting services I get the error asp.net is
    > > not
    > > registered to IIS server.
    > >
    > > I downloaded asp.net 1.1
    > > I am on a WinXP PRO machine.
    > >
    > > I have SQL server Developer edition and VS 2003
    > >
    > > Thanks,
    > > Terry
    > >
    > >
    >
    >

    Scott M. Guest

  5. #4

    Default Re: register asp.net to IIS

    oops ;-)

    --
    Gerry O'Brien
    Visual Developer .NET MVP
    Visual Basic


    "Scott M." <s-mar@BADSPAMsnet.net> wrote in message
    news:OhGCOEVJEHA.3368@TK2MSFTNGP10.phx.gbl...
    > Don't forget the install switch!
    >
    > aspnet_regiis -i
    >
    >
    > "Gerry O'Brien [MVP]" <gkcomput@hotmail.com> wrote in message
    > news:e6bhshTJEHA.3368@TK2MSFTNGP10.phx.gbl...
    >> Two possible ways.
    >>
    >> Locate your framework directory, usually found under;
    >>
    >> C:\Windows\Microsoft.NET\Framework\versionnumber
    >>
    >> You will have to replace version number with v1.1.4322 if you downloaded
    > the
    >> 1.1 version. Double check it first though.
    >>
    >> In that folder you will find an .exe falled aspnet_regiis. Execute that.
    >>
    >> If that doesn't work, as it sometimes fails, then locate aspnet_isapi.dll
    >> and open it with regsvr32.exe. You should be all set to go. There are
    > two
    >> more aspnet_xx.dll files in there as well. If you still have problems,
    >> register those as well.
    >>
    >> --
    >> Gerry O'Brien
    >> Visual Developer .NET MVP
    >> Visual Basic
    >>
    >>
    >> "Terry Willett" <twillett@cox-internet.com> wrote in message
    >> news:1082lmbe2s6pu81@corp.supernews.com...
    >> > How do I register asp.net to IIS.
    >> > When I try to install SQL reporting services I get the error asp.net is
    >> > not
    >> > registered to IIS server.
    >> >
    >> > I downloaded asp.net 1.1
    >> > I am on a WinXP PRO machine.
    >> >
    >> > I have SQL server Developer edition and VS 2003
    >> >
    >> > Thanks,
    >> > Terry
    >> >
    >> >
    >>
    >>
    >
    >

    Gerry O'Brien [MVP] 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