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.
  • 相关阅读:
    Posix线程编程指南(3) 线程同步
    Posix线程编程指南(1) 线程创建与取消
    #pragma once
    pycharm中import动态链接库pyd有错误
    vs2013 + python3.52 + boost1.61, 编译C++库失败
    VS2013下的64位与32位程序配置
    首篇
    B . Medal Ranking -UCF Local Programming Contest 2015
    A . Find the Twins -UCF Local Programming Contest 2015
    Restricted RPS CodeForces
  • 原文地址:https://www.cnblogs.com/mmnyjq/p/2419447.html
Copyright © 2011-2022 走看看