The entry '' has already been added error

前端 未结 4 1000
陌清茗
陌清茗 2020-12-02 16:32

I have a web.config in ASP.net giving me configuration error.

    


        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 17:16

    If you override the ToString() method then this will work. Looks like the configuration mechanism uses that to check if something already exists in the collection

提交回复
热议问题