| 12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <configuration>
- <system.webServer>
- <defaultDocument>
- <files>
- <add value="intimamedia.html" />
- </files>
- </defaultDocument>
- <httpErrors>
- <remove statusCode="403" subStatusCode="-1" />
- </httpErrors>
- <handlers>
- <remove name="PHP_ViaFastCGI" />
- </handlers>
- </system.webServer>
- <system.web>
- <authentication mode="Forms" />
- <compilation debug="true" />
- <sessionState mode="SQLServer" />
- </system.web>
- <system.net>
- <mailSettings>
- <smtp from="support@iimt.fr">
- <network host="localhost" />
- </smtp>
- </mailSettings>
- </system.net>
- </configuration>
|