0% found this document useful (0 votes)
6 views1 page

SQL Server Connection Configuration XML

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

SQL Server Connection Configuration XML

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<?xml version="1.0"?

>
<configuration>
<connectionStrings>
<!-- Modifiez cette chaîne selon votre configuration SQL Server -->
<add name="DefaultConnection"
connectionString="Server=localhost;Database=GestionEtudiants;Integrated
Security=true;"
providerName="[Link]" />
</connectionStrings>

<[Link]>
<compilation debug="true" targetFramework="4.0" />
<httpRuntime targetFramework="4.0" />

<pages>
<controls>
<add tagPrefix="asp" namespace="[Link]"
assembly="[Link]" />
</controls>
</pages>
</[Link]>

<[Link]>
<defaultDocument>
<files>
<clear />
<add value="[Link]" />
</files>
</defaultDocument>
</[Link]>
</configuration>

You might also like