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

  1. #1

    Default Re: IIS and ASP.NET

    It's not the machine that's not running ASP.Net 1.1; it's your web site.
    Check the ISAPI mappings for your web site(s), and make sure that all
    ASP.Net-related requests are being issued to the proper version of the
    Framework.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "Jennifer" <judyhou@yahoo.com> wrote in message
    news:%23bwUK6BXDHA.1384@TK2MSFTNGP10.phx.gbl...
    > Hi everyone,
    >
    > We started our ASP.net project with the .NET 2003 beta version and later
    > upgraded to .NET 2003. It's wierd on my machine now: I can continue to
    > develop and run the existing application without errors. However, I can
    NOT
    > create a new project/web service. Each time I tried I got the error
    message
    > saying that the web server has detected that the machine is NOT runing
    > ASP.NET 1.1, and therefore can not run ASP.net applications. Any idea? I
    > suspect that there may be a configuration file get mess up? Could that be
    > the upgrade (I doult, I have uninstalled, then re-install from fresh
    Visual
    > Studio.NET), or from internet mail?
    >
    > Thank you.
    > --Jennifer
    >
    >
    >
    >
    >

    Kevin Spencer Guest

  2. #2

    Default Re: IIS and ASP.NET

    try running aspnet_regiis -c from the
    c:\WINNT\Microsoft.NET\Framework\v1.1.4322 directory. This should fix your
    ISAPI mappings.

    "Jennifer" <judyhou@yahoo.com> wrote in message
    news:#bwUK6BXDHA.1384@TK2MSFTNGP10.phx.gbl...
    > Hi everyone,
    >
    > We started our ASP.net project with the .NET 2003 beta version and later
    > upgraded to .NET 2003. It's wierd on my machine now: I can continue to
    > develop and run the existing application without errors. However, I can
    NOT
    > create a new project/web service. Each time I tried I got the error
    message
    > saying that the web server has detected that the machine is NOT runing
    > ASP.NET 1.1, and therefore can not run ASP.net applications. Any idea? I
    > suspect that there may be a configuration file get mess up? Could that be
    > the upgrade (I doult, I have uninstalled, then re-install from fresh
    Visual
    > Studio.NET), or from internet mail?
    >
    > Thank you.
    > --Jennifer
    >
    >
    >
    >
    >

    Tibby 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