我今天已经把.NET和IIS都重装过了,还是不行。
___________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
笨笨笨笨笨笨笨小鸟!
___________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

解决方案 »

  1.   

    首先检查IIS是否能正常启动另外,重装时先重装IIS 再重装.net
      

  2.   

    傻瓜问题,怎么检查IIS是否能正常启动?
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    笨笨笨笨笨笨笨小鸟!
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      

  3.   

    开始-程序-管理工具-Internet 服务管理器
      

  4.   

    我进去了,然后呢?我的那个test是一个打开的小盒子的图标。
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    笨笨笨笨笨笨笨小鸟!
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      

  5.   

    默认WEB站点是启动的。
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    笨笨笨笨笨笨笨小鸟!
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      

  6.   

    IIS是启动的状态。
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    笨笨笨笨笨笨笨小鸟!
    ___________________________________________________________________
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      

  7.   

    运行
    C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe -i
    以下时aspnet_regiis的参数说明
    Administration utility (1.0.3705.0) that manages the installation and uninstallation of multiple versions of ASP.NET on a single machine
    Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.Usage:
    aspnet_regiis.exe [-i | -u[a] | -r | -s[n] <path> | -k[n] <path> | -lv | -lk | -c | -e[a] | -?] -i         - Install current version of ASP.NET. Same as running
                  regsvr32.exe <dll>
     -s <path>  - Install current version in the specified path recursively
                  E.g. aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1
     -sn <path> - Same as -s, except it is non-recursive
     -r         - Install current version in all the Scriptmaps in IIS metabase.
                  It will replace any version of ASP.NET in all IIS Scriptmaps.
                  However, the replaced versions will remain installed
                  on the machine
     -u         - Uninstall current version of ASP.NET. Same as running
                  regsvr32.exe -u <dll>
     -ua        - Uninstall all versions of ASP.NET
     -k <path>  - Remove all versions of ASP.NET from the scriptmap of the 
                  specified path recursively
                  E.g. aspnet_regiis.exe -k W3SVC/1/ROOT/SampleApp1
     -kn <path> - Same as -kn, except it is non-recursive
     -lv        - List all the versions that are installed, together with status
                  and path. Status: Valid[ (Root)]|Invalid
     -lk        - List all the path of all IIS keys where ASP.NET is installed,
                  together with the version. Please note that keys that inherit
                  ASP.NET from its parent will not be displayed
     -c         - Copy the client side script files of the current version to the
                  aspnet_client subdirectory of each existing website
     -e         - Remove the client side script files of the current version from
                  the aspnet_client subdirectory of each existing website
     -ea        - Remove the client side script files of all versions from the
                  aspnet_client subdirectory of each existing website
     -?         - Print this help
      

  8.   

    我已经重装了系统,不过还是谢谢 MFC2001(拔剑茫然心四顾)