zoukankan      html  css  js  c++  java
  • IIS安装和配置

    Install Configuration

     

    1.             Setting up WebSite Environment

    1.1         Install IIS7

    1. Start in the operation of the input servermanager.msc. 

    • 2 Click Add Roles in the Roles tab.

      

    3.Select Server Roles.

      

    4.Checked  Web Server (IIS) 

     5.Select the Role Services tab

                 Pay attention to the following items in selected, especially the blue. This is the key step.

    Web Server

    Common Http Features

    • Static Content
    • Default Document
    • Directory Browsing
    • HTTP Errors

    Application Development

    • ASP.NET
    • .NET Extensibility
    • ASP
    • CGI
    • ISAPI Extensions
    • ISAPI Filters
    • Server Side Includes

    Health and Diagnostics

    • HTTP Logging
    • Request Monitor
    • Tracing

    Security

    • Request Filtering

    Performance

    • Static Content Compression

    Management Tools

    IIS Management Console

    IIS 6 Management Compatibility

    • IIS 6 Metabase Compatibility
    • IIS 6 Management Console

      

    6.Click Next and Click install

    7.After the installation is complete, you will see the following picture. 

     8.Input  localhost in the browers. If IIS7 installed correctly, you can see the following picture.

    1.2         Installation .Net FrameWork 4.0

    Click  “dotNetFx40 Full x86 x64. exe” . Installation can be directly.

    1.3         FrameWork 4.0 configuration

    Installation.net FrameWork be required 4.0, below is about some of the FrameWork 4.0 configuration.

    1. Select IIS Manage.

     Find ISAP and CGI Restrictions and click on it. Two asp.net v4.0.30319  will set to Allowed. This is the key step. 

    About .Net FrameWork be required 4.0.configuration has already been done. 

    2. Installation Irdeto.TVS.HostingSetup and Irdeto.TVS.WebSetup 

    2.1    Installation Irdeto.TVS.HostingSetup 

    Click “Irdeto.TVS.HostingSetup.msi”. Installation can be directly. 

    2.2    Installation Irdeto.TVS.WebSetup 

    Click “Irdeto.TVS.WebSetup.msi”. Installation can be directly.

    3.             Database configuration 

            

    1. Select the Irdeto.TVS.Hosting  of  WebSite.
    1. Double click configuration Editor
    1. Click the dropdownlist of section and Select connectionStrings.
    1. Click  the button of  Collection.
    1. Select the UASconnectionStrings of name and modify connectionString.
  • 相关阅读:
    封装组件集合
    Vue组件封装(以封装一个button组件为例)
    Spark权威指南读书笔记(四) 聚合与连接
    leetcode刷题笔记一百三十五题 分发糖果
    leetcode刷题笔记一百三十四题 加油站
    leetcode刷题笔记一百三十三题 克隆图
    leetcode刷题笔记一百三十一与一百三十二题 分割回文串与分割回文串II
    leetcode刷题笔记一百三十题 被围绕的区域
    leetcode刷题笔记一百二十九题 求根到叶子节点数字之和
    leetcode刷题笔记一百二十八题 最长连续序列
  • 原文地址:https://www.cnblogs.com/mmnyjq/p/2419447.html
Copyright © 2011-2022 走看看