IIS安装和配置

Install Configuration

 

 

1.             Setting up WebSite Environment

1.1         Install IIS7

 

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

 

IIS安装和配置_第1张图片

 

 

  • 2 Click Add Roles in the Roles tab.

 

IIS安装和配置_第2张图片

  

3.Select Server Roles.

 

IIS安装和配置_第3张图片

  

4.Checked  Web Server (IIS) 

 

IIS安装和配置_第4张图片

 5.Select the Role Services tab

 

IIS安装和配置_第5张图片

 

             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

IIS安装和配置_第6张图片

 

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

 

IIS安装和配置_第7张图片

 

 

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

 

 

IIS安装和配置_第8张图片

 

 

 

 

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.

 

IIS安装和配置_第9张图片

 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.

转载于:https://www.cnblogs.com/mmnyjq/archive/2012/03/27/2419447.html

你可能感兴趣的:(IIS安装和配置)