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.
  • 相关阅读:
    js随机生成
    黑客代码雨效果
    HTML5 <details> 标签
    fieldset标签——使用(很少使用)
    jQuery总结
    vue element Cascader 级联选择器 选择任意一级选项 点击收起,点击label选中等问题详解
    Vue、element-ui的resetFields()方法重置表单无效问题及解决办法
    常用正则表达式(字符)
    一、日常经验记录
    python-opencv学习第二章
  • 原文地址:https://www.cnblogs.com/mmnyjq/p/2419447.html
Copyright © 2011-2022 走看看