# TIL: How to change default IIS web server web page

### **TLDR**: Create `index.html` and save in C:\\inetpub\\wwwroot

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1700985152900/f4cb8824-30f6-4ac1-a4ff-e636ce023370.png align="center")

1. Create an `index.html` file. This will be the new default page.
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1700985092057/9b313003-d5eb-47d0-bf83-aed228567460.png align="left")
    
2. Save in the directory `C:\\inetpub\\wwwroot`
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1700985104162/8c839222-4583-4a14-8fe2-c8096e822849.png align="left")
    
3. Check the web page displayed on localhost
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1700985130884/3fc8bc14-2743-495f-85cd-34416501a5c4.png align="left")
