Set index.html as the default page

后端 未结 5 709
闹比i
闹比i 2020-12-29 20:07

I have an empty ASP.NET application and I added an index.html file. I want to set the index.html as default page for the site.

I have tried to right click on the ind

5条回答
  •  独厮守ぢ
    2020-12-29 21:05

    Assuming the web app is running in IIS, the default page can be specified in a web.config file:

    
        
            
                
                
            
        
    
    

提交回复
热议问题