Browse by Tags

Related Posts

  • Configuration error

    First of all excuse me, please, for my bad English. I am developing a web aplication using membership. At a test web page, I created a new class that inherits from MembershipProvider and I used it to access members data in our data base. That was OK. Including it to de final proyect I have a 'configuration...
    Posted to Configuration and Deployment (Forum) by Fran Cadaval on 10-10-2006, 12:00 AM
    Filed under: ConfigurationSection, asp.net, web.config, membership
  • Managing web.config programmatically

    This is totally weird. Why does this code: 1 System.Configuration.Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration( "~/web.config" ); 2 System.Net.Configuration.MailSettingsSectionGroup mailSection = config.GetSectionGroup( "system.net/mailSettings" ) as System...
    Posted to Configuration and Deployment (Forum) by haltenberg2 on 02-16-2007, 12:00 AM
    Filed under: ConfigurationSection, web.config, web.config C#, web.config C# ASP.net, Application Configuration, ASP.NET 2.0, WebConfigurationManager
  • web.config key in javascript

    How can i access a web.config key in javascript. There is complex javascript function already written in a .js file and I need to add a value associated with the key - AUTHENTICATION_FLAG in a javascript function. I am coding this in C#. --- > ConfigurationManager.AppSettings["AUTHENTICATION_FLAG...
    Posted to Configuration and Deployment (Forum) by mayuresh_s on 04-23-2007, 12:00 AM
    Filed under: ConfigurationElementCollection, ConfigurationSection, asp.net, web.config, web.config C#, web.config C# ASP.net, webdeploymentproject, ASP.NET 2.0, deploy web.config ajax, c#, website deploy, ASP and Web.config, connection string SQL schema database web.config, deploy web.config godaddy
  • Supporting configSource attribute on custom ConfigurationSectionGroup

    I would like to support the configSource attribute on my custom ConfigurationSectionGroup in order to allow for storage of the group contents in an external .config file. Unfortunately, I have no clue how to do this in a proper manner, other than writing custom code that loads and processes the external...
    Posted to Configuration and Deployment (Forum) by sandor on 04-26-2007, 12:00 AM
    Filed under: ConfigurationElementCollection, "Custom Config Section", ConfigurationSection, ConfigurationElement, asp.net, web.config, web.config C#, web.config C# ASP.net, configSource, ASP.NET 2.0, ASP and Web.config
  • Re: WebConfigurationManager vs. ConfigurationManager

    [quote user="josere"]WebConfigurationManager has methods to open a web configuration object on design (not-readonly) time[/quote] That's exactly what I need now! I'm implementing control, and its designer should access the values from web.config section. How can I load System.Configuration...
    Posted to Configuration and Deployment (Forum) by Vadim Milichev on 06-12-2007, 12:00 AM
    Filed under: ConfigurationSection, web.config, web.config C# ASP.net, WebConfigurationManager, app.config
  • How to add AppSettings key / value pair's dynamically in web Config file

    Is it possible to add Dynamically AppSetting Key / value pair's in webconfig file? if yes, How? anybody can explain! through C# Coding Thanks in advance Balakrishnan
    Posted to Configuration and Deployment (Forum) by BalaKrishnan on 02-01-2007, 12:00 AM
    Filed under: ConfigurationElementCollection, "Custom Config Section", ConfigurationSection, ConfigurationElement, web.config, attributes, web.config C#, web.config C# ASP.net, Application Configuration, configSource
Page 1 of 1 (6 items)