Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin (compatible with ASP.NET 4.6.1)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
1.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<!-- Pour plus d'informations sur l'utilisation de la transformation Web.config, visitez https://go.microsoft.com/fwlink/?LinkId=301874 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
Dans l'exemple ci-dessous, la transformation "SetAttributes" changera la valeur de
"connectionString" afin d'utiliser "ReleaseSQLServer" uniquement lorsque le localisateur "Match"
trouve un attribut "name" qui a une valeur "MyDB" .
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
Dans l'exemple ci-dessous, la transformation « Replace » remplacera toute la
<customErrors> section de votre fichier Web.config.
Dans la mesure où il n'y a qu'une section customErrors sous le
<system.web> nœud, il n'est pas nécessaire d'utiliser l'attribut « xdt:Locator ».
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>