How to specify root (/) location in web.config?

前端 未结 10 1100
说谎
说谎 2020-12-08 06:22

How does one specify root location in web.config to allow unauthenticated users access it?

The root location is served by default.aspx, but users normally don\'t see

10条回答
  •  情歌与酒
    2020-12-08 06:55

    The way we done it in the past was to create a folder for all functionality that requires login and set require auth for that folder. All aspx go to that folder. The root of the site stays open.

提交回复
热议问题