ASP.NET Default Document

前端 未结 5 629
孤街浪徒
孤街浪徒 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:50

    You need to configure it in the properties of the virtual directory hosting the ASP.NET application. Put index.html before default.aspx


    (source: plus2net.com)

提交回复
热议问题