Setting folder default page in aspnet

前端 未结 2 1705
慢半拍i
慢半拍i 2021-01-17 17:50

My question is really simple. I have a Web application with multiple sub-folders and there\'s no Default.aspx page in any of these.

How do I set the default page in

相关标签:
2条回答
  • 2021-01-17 18:14

    There's a Default Document icon in the IIS section of your websites configuration panel. Open that up and you can add login.aspx to the list.

    0 讨论(0)
  • 2021-01-17 18:32

    There is a default document section for web.config, and you can even put a web.config in each folder, and inside that config just have the default document set.

    0 讨论(0)
提交回复
热议问题