Installating ASP.NET 2.0

0. ASP.NET 2.0 Requirements

1) IIS (5.1/6.0)
2) .Net Framework 2.0

3* .Net Framework 2.0 SDK
4* Visual Studio 2005

*: Required to be installed on development machines.




1. Installing IIS (Internet Information Services)



1) IIS 5.1 (for Windows XP)

Control Panel – Add/Remove Programs – Add/Remove Windows Components – Check Internet Information Services – Next/Finish

Installing IIS 5.1

[ Installing IIS 5.1 ]




2) IIS 6.0 (for Windows Server 2003)

Control Panel – Add/Remove Programs – Add/Remove Windows Components – Check Web Application Server – Check IIS & ASP.NET - Next/Finish

제어판 - 프로그램 추가/제거 - Windows 구성 요소 추가/제거 - 응용 프로그램 서버 - 인터넷 정보 서비스(IIS) & ASP.NET 체크 - 확인 후 설치

Installing IIS 6.0

[ Installing IIS 6.0 ]





2. Installing .Net Framework 2.0

Download Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en


Service Pack 1 Download Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=79bc3b77-e02c-4ad3-aacf-a7633f706ba5&DisplayLang=en


* For developers, installing .Net Fremwork SDK on the development machine

Download Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=FE6F2099-B7B4-4F47-A244-C96D69C35DEC&displaylang=en

 



3. Configurating ASP.NET 2.0 for IIS



1) IIS 5.1

프로그램 관리도구 인터넷 정보 서비스 기본 웹 사이트 속성 – ASP.NET – ASP.NET 버전 : 2.0 확인

Configurating ASP.NET 2.0 for IIS 5.1

[ Configurating ASP.NET 2.0 for IIS 5.1 ]




2) IIS 6.0

1: 프로그램 - 관리도구 - 인터넷 정보 서비스 관리자 - 웹 서비스 확장 - ASP.NET 2.0 허용

Configurating ASP.NET 2.0 for IIS 6.0 - 1/2

[ Configurating ASP.NET 2.0 for IIS 6.0 - 1/2 ]



2: 프로그램 - 관리도구 - 인터넷 정보 서비스 관리자 - 기본 웹 사이트 속성 - ASP.NET – ASP.NET 버전 : 2.0 확인

Configurating ASP.NET 2.0 for IIS 6.0 - 2/2

[ Configurating ASP.NET 2.0 for IIS 6.0 - 2/2 ]





4. Checking ASP.NET Page Loading

1) Make a Start.aspx file in the root directory of your web site.

2) Load the page on your internet browser.

Location (ex): http://localhost/Start.aspx




* Configurating Default Content Page
프로그램 관리도구 인터넷 정보 서비스 기본 웹 사이트 속성 – 문서 - 기본 문서 사용 - Start.aspx, index.aspx 등 추가

사용자 삽입 이미지

[ Configurating Default Content Page ]