Change Default “Default.aspx” to “Index.aspx” on Visual Studio 2010

后端 未结 3 1222
Happy的楠姐
Happy的楠姐 2020-12-18 13:42

Whenever I create a new Web Form on Visual Studio 2010, the default name is always \"Default.aspx\". This is a slight pain as I\'m having to change it to \"Index.aspx\" each

3条回答
  •  独厮守ぢ
    2020-12-18 14:28

    No, there is no way do to that in Visual Studio. You can only do that in IIS.

    But, you can define a Startpage in the Property-Pages (Web) of the ASP.NET Webpplication.

提交回复
热议问题