skip to Main Content

How to use xdt-transform when the Web.config element already contains a different xmlns – Asp.net

Using Visual Studio Web.Config Transforms, I want to include the following line in Web.Debug.Config: <add source="*.amazonaws.com" /> This is my Web.config <configuration> <!-- -- More config here --> <nwebsec> <httpHeaderSecurityModule xmlns="http://nwebsec.com/HttpHeaderSecurityModuleConfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="NWebsecConfig/HttpHeaderSecurityModuleConfig.xsd"> <securityHttpHeaders> <content-Security-Policy enabled="true"> <default-src none="true" /> <script-src…

VIEW QUESTION
Back To Top
Search