Clarkent Musclor le shérif de l'espace | Code :
- <?xml version="1.0"?>
- <!-- Note: As an alternative to hand editing this file you can use the web admin tool to
- configure settings for your application. Use the Website->Asp.Net Configuration option
- in Visual Studio.
- A full list of settings and comments can be found in machine.config.comments usually
- located in \Windows\Microsft.Net\Frameworks\v2.x\Config -->
- <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
- <appSettings/>
- <connectionStrings/>
- <system.web>
- <!--
- debug="true"
- Set compilation debug="true" to insert debugging symbols into the compiled page.
- Because this affects performance, set this value to true only during development.
- -->
- <trace enabled="true"/>
- <compilation debug="true" defaultLanguage="c#">
- <assemblies>
- <add assembly="System.Data.OracleClient, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=bbbbbbbbbbbbb"/>
- <add assembly="System.DirectoryServices, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=aaaaaaaaaaaaaaaaaaaaaa"/></assemblies></compilation>
- <!--
- The <authentication> section enables configuration of the security authentication
- mode used by ASP.NET to identify an incoming user.
- -->
- <sessionState
- timeout="40"
- />
- <authentication mode="Windows"/>
- <!--
- The <customErrors> section enables configuration of what to do if/when an unhandled
- error occurs during the execution of a request. Specifically, it enables developers
- to configure html error pages to be displayed in place of a error stack trace.
- -->
- <customErrors defaultRedirect=""/>
- </system.web>
- </configuration>
|
Voila le fichier web.confif d'origine.
Donc on remarque qu'il fait appel al la version 2 du framework, si je vire cette ligne ou si je mets 1, y ' a dautres soucis, entre autre, add assembly qui passe pu.
D'ailleurs kesako un assembly ? je cherche totu ca la mais j'ai rien trouver de precis pour l'instant. |