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

前端 未结 10 1094
说谎
说谎 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:46

    Merk was right!

    I used

    
                
                    
                
            
    

    on Windows netserver (don't ask), making sure to put nothing in between the quotes for location path. Redirects a request for the old home page to the new home page.

提交回复
热议问题