0% found this document useful (0 votes)
20 views

WebServer IIS Installation and Configuration

Uploaded by

Hemant Nagpure
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

WebServer IIS Installation and Configuration

Uploaded by

Hemant Nagpure
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WebServer IIS Installation and Configuration

 Install WebServer IIS by going through roles and features


 Create a folder “web” on C:
- Create new text document and rename to “index”
- Click on View on the window menu  Options  change folder and search options
- Click on View  Uncheck Hide extensions for known file types  OK
- Change index.txt to index.htm
- Right click index.htm  Open with  notepad
- Type “This is my first website – I am so proud”
- File  Save  Close

 Server Manager  Tools  Internet Information Services (IIS) Manager


- Click on  server (hostname)  Sites  Right click Default web site  Remove  Yes
- Right click Site  Add Websites
- Site name = WEB
- Physical path = C:\web
- OK

 Now start the web browser again and go to localhost

You might also like