zoukankan      html  css  js  c++  java
  • 安装设置IIS5.1

    1、防止不停提示无法复制staxmem.dll:

    esentutl /p %windir%/security/database/secedit.sdb
    提示数据库损坏,是否恢复,选是,出现以下提示后退出:

    Initiating INTEGRITY mode...
    Database: L:WINDOWSsecuritydatabasesecedit.sdb

    Temp. Database: TEMPINTEG2680.EDB

    Checking database integrity.

    Scanning Status (% complete)
    0 10 20 30 40 50 60 70 80 90 100
    |---|---|---|---|---|---|---|---|---|---|
    ...................................................
    Integrity check successful.
    Operation completed successfully in 0.841 seconds.

    2、开始安装:

    在安装的过程中出现找不到文件的情况,选择iis安装文件所在目录即可。
    如果出现 无法复制 “zclient.exe” 等一系列文件时,直接跳过即可。

    3、设置IIS:

    目录安全性->匿名访问和身份验证控制->将“允许IIS控制密码”前面的勾去掉,(如果使用VS调试代码还需要将“集成 Windows 身份认证”选上)

    4、最后重新安装.net 2.0:

    C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis -i

  • 相关阅读:
    2015-04
    2014-12
    2014-9
    nginx中ngx_http_ssl_module模块
    nginx中ngx_http_gzip_module模块
    Nginx中ngx_http_log_module模块
    Nginx中ngx_http_auth_basic_moudel和ngx_http_stub_status_module模块
    nginx中ngx_http_access_module模块
    nginx中ngx_http_core_module模块
    Nginx安装
  • 原文地址:https://www.cnblogs.com/lbnnbs/p/3671013.html
Copyright © 2011-2022 走看看