HELP - need to hookup asp .net 1.1 when IIS was installed AFTER the framework and VStudio

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

  1. #1

    Default 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 not
    checked for installation.

    When trying to load an ASP.net application an error is reported that the web
    server is not running asp.net v 1.1 even though that is exactly the version
    that is installed on the box.

    I know the installation docs clearly say that iis should be installed prior
    to installing the framework but I find it hard to imagine any reason for
    this other than lazyness on the part of MS to write an update script to make
    a late installation of iis aware of the framework components already on the
    machine. They do have a script that makes some of the adjustments if you
    have to remove and then reinstall iis.

    Help is very appreciated.

    Thanks


    mh Guest

  2. Similar Questions and Discussions

    1. 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...
    2. VStudio and ASP.NET problem/limitation when pages inherit from an Abstract class?
      The Web form designer can not seem to open and display my .aspx pages which all inherit from a parent class (which is defined as MustInherit and...
    3. 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...
    4. ASP.net in other framework
      hie, i would like to know whether do i need to use the "Imports" statement in my webapplication when i create a component in another application. i...
    5. pc hookup with airport
      Hi, I'm looking for help hooking up an IBM thinkpad, using an IBM wireless PC card (128 encryption) to a white (dual ethernet) Airport base. I...
  3. #2

    Default Re: HELP - need to hookup asp .net 1.1 when IIS was installed AFTER the framework and VStudio

    from a command prompt, locate and run
    aspnet_regiis -i

    Cheers!
    Dave
    [url]www.aspNetEmail.com[/url]



    "mh" <verrytesty@yahoo.com> wrote in message
    news:mRmNa.11063$Ey6.3995@rwcrnsc52.ops.asp.att.ne t...
    > 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
    not
    > checked for installation.
    >
    > When trying to load an ASP.net application an error is reported that the
    web
    > server is not running asp.net v 1.1 even though that is exactly the
    version
    > that is installed on the box.
    >
    > I know the installation docs clearly say that iis should be installed
    prior
    > to installing the framework but I find it hard to imagine any reason for
    > this other than lazyness on the part of MS to write an update script to
    make
    > a late installation of iis aware of the framework components already on
    the
    > machine. They do have a script that makes some of the adjustments if you
    > have to remove and then reinstall iis.
    >
    > Help is very appreciated.
    >
    > Thanks
    >
    >

    dave wanta 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