我把IIS给卸载了,再装上后怎么和.NET Framwork 配置?浏览.net应用程序是看到的都是一个个的文件!谢谢!

解决方案 »

  1.   

    :\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
      

  2.   

    省事点:先卸载,然后依次重装iis, .net。
     OK啦!
      

  3.   

    我直接从 visual studio .net 里运行web application 时报下面的错误:
    CGI Error
    The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
    Incorrect number of arguments. Note: ASP.NET worker process can not be used interactively. Exiting.从地址栏中敲地址进去看到的只是应用程序所在目录下的所有文件!
      

  4.   

    默认顺序是先装IIS,然后装.net fx
    可以使用aspnet_regiis.exe -i启动
      

  5.   

    因为安装.net要求现装iis,再装framework.解决方案:
    打开 Visual Studio .NET 命令提示
    运行:
    aspnet_regiis.exe -i。