[Mono-aspnet-list] Configure a dll in the web.config?

Iliya idankov at ciela.net
Sun Apr 5 16:25:19 EDT 2009


I am using a dll in my asp.net application. This dll needs to be configured.
With .NET it is configured in the web.config file. Is there any difference
with mono because it does not get it's configuration in mono? In web.config
I have the following:

  <configSections>
    <sectionGroup name="applicationSettings"
type="System.Configuration.ApplicationSettingsGroup, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
      <section name="Ciela.Index.Properties.Settings"
type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"
/>
    </sectionGroup>
  </configSections>

...

  <applicationSettings>
    <Ciela.Index.Properties.Settings>
      <setting name="NormiIndex" serializeAs="String">
        <value>normi_26</value>
      </setting>
      <setting name="EuroIndex" serializeAs="String">
        <value>euro_3</value>
      </setting>
    </Ciela.Index.Properties.Settings>
  </applicationSettings>

Thank you in advance! 
:)

-- 
View this message in context: http://www.nabble.com/Configure-a-dll-in-the-web.config--tp22897156p22897156.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list