상세 컨텐츠

본문 제목

WCF 를 위한 올바를 IIS 셋팅 방법

Web/IIS 7.0

by 탑~! 2008. 4. 1. 10:15

본문

IIS Version 5.1 (Win XP with SP2 가 설치되었을 경우)

In Control Panel, click Add or Remove Programs.

In the Add or Remove Programs dialog box, click Add/Remove Windows Components.

In the Windows Components Wizard, select the Internet Information Services (IIS) check box, and then click Next.

If the Files Needed dialog box is displayed, insert your operating system installation disc, browse to the i386 folder, and then click OK.

When installation completes, click Finish.

Close the Add or Remove Programs dialog box, and then close Control Panel.


IIS 6.0 (Windows Server 2003이 설치 되었을 경우)

From Manage Your Server, click Add or remove a role, and then click Next.

Select Application server (IIS, ASP.NET) from the Server Role list, and then click Next.

Check Enable ASP.NET, and then click Next.

If the summary of selections is correct, click Next.

If the Files Needed dialog box is displayed, insert your operating system installation disc, browse to the i386 folder, and then click OK.

When installation completes, click Finish.

IIS Server 7.0 (Windows Vista가 설치 되었을 경우)

Click Start and select Control Panel.

Select the Programs group.

Under Programs and Features, select Turn Windows Features on or off.

The User Account Control dialog is displayed, click Continue.

The Windows Features dialog is displayed. Expand the item labeled Internet Information Services.

Expand the item labeled World Wide Web Services.

Expand the item labeled Application Development Features.

Make sure the following items are selected:

.Net Extensibility

ASP.NET

ISAPI Extensions

ISAPI Filters

Expand the item labeled Web Management Tools, select IIS Management Console.

Under the item labeled World Wide Web Services, expand Common Http Features.

Make sure Static Content is selected.

Under the item labeled World Wide Web Services, expand Security.

Make sure Windows Authentication is selected.

Expand the item labeled IIS 6 Management Compatibility, select IIS 6 Scripting Tools.

Expand the item labeled Microsoft .NET Framework 3.0, select Windows Communication Foundation Http Activation.

Click OK.

IIS 7.0 (Windows 2008 용) 이 설치 되었을 경우

From Server Manager, select Roles, and then under Roles Summary, click Add Roles.

Click Next to display the Select Server Roles dialog.

Select Application Server from the Roles list, and then click Next twice to display the Select Role Services dialog for the Application Server role.

Check Web Server (IIS) Support, and under Windows Process Activation Service Support, check HTTP Activation. If you are prompted to install additional role services and features, click Add Required Role Services. Click Next twice to display the Select Role Services dialog for the Web Server (IIS) role.

Expand Management Tools, then expand IIS 6 Management Compatibility, then select IIS 6 Scripting Tools. If you are prompted to install additional role services and features, click Add Required Role Services. Click Next.

If the summary of selections is correct, click Install.

When installation completes, click Close.

IIS와 ASP.NET의 올바른 설치를화인하기 위해서

Save the HTML file found at the end of this topic in the root \InetPub\wwwroot directory and name it Default.aspx.

Open a browser window.

Type http://localhost/Default.aspx in the address box and press ENTER.

A Web page with the text "Hello World" should appear.

From : http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=2&MAEULNO=3&no=62&page=1

'Web > IIS 7.0' 카테고리의 다른 글

Install Webdav on IIS 7  (0) 2016.12.13
IIS7에서 WebDAV 설치와 PUT방식 업로드 사용방법  (0) 2009.12.01
Installing and Configuring WebDAV on IIS 7  (0) 2009.12.01
IIS Lockdown Tool 2.1  (0) 2008.04.01

관련글 더보기