How do you prevent the IIS default site web.config file being inherited by virtual directories?

前端 未结 3 1340
暖寄归人
暖寄归人 2021-02-02 14:24

I have the following code in a web.config file of the default IIS site.


    

        
3条回答
  •  南旧
    南旧 (楼主)
    2021-02-02 14:44

    Add the following to the virtual directory's web.config file:

    
        
    
    

提交回复
热议问题