ASP.NET Default Document

前端 未结 5 624
孤街浪徒
孤街浪徒 2021-01-23 12:05

i have default.aspx and index.html. I uploaded both to the server, but i want my first page start with index.html. What should I do?

5条回答
  •  轮回少年
    2021-01-23 12:51

    If you do not have access to IIS, and you are hosted on IIS 7 (Windows Server 2008), you may want to put this into your web.config file:

    
        
            
                
                
            
        
       
    

    Source: How to add a default document with IIS7 web.config

提交回复
热议问题