Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
  4.  
  5. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  6. <configSections>
  7. <section name="system.identityModel" type="System.IdentityModel.Configuration.SystemIdentityModelSection, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  8. <section name="system.identityModel.services" type="System.IdentityModel.Services.Configuration.SystemIdentityModelServicesSection, System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  9. </configSections>
  10.  
  11. <?xml version="1.0" encoding="utf-8"?>
  12. <!--
  13. For more information on how to configure your ASP.NET application, please visit
  14. http://go.microsoft.com/fwlink/?LinkId=301879
  15. -->
  16. <configuration>
  17. <configSections>
  18. <section name="system.identityModel"
  19. type="System.IdentityModel.Configuration.SystemIdentityModelSection, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  20. <section name="system.identityModel.services"
  21. type="System.IdentityModel.Services.Configuration.SystemIdentityModelServicesSection, System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  22. </configSections>
  23.  
  24. <?xml version="1.0" encoding="utf-8"?>
  25.  
  26. <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
  27.  
  28. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  29. <!--
  30. In the example below, the "SetAttributes" transform will change the value of
  31. "connectionString" to use "ReleaseSQLServer" only when the "Match" locator
  32. finds an attribute "name" that has a value of "MyDB".
  33.  
  34. <connectionStrings>
  35. <add name="MyDB"
  36. connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
  37. xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
  38. </connectionStrings>
  39. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement