Browse by Tags

Related Posts

  • accessing same configuration file in multiple projects of same solution

    Hi I am building a web applicaton. I am building diffrenet projects (class library) for diffrent modules. In those class library I use typed dataset for database logic. I want to access connectionstring from web.config file for dataset which are in diffrent class library. Is it possible, if yes please...
    Posted to Configuration and Deployment (Forum) by jeetendra18 on 01-06-2009, 12:00 AM
    Filed under: web application deployment user control, Web Application Project, web config connection string, Application Configuration, config files, ConfigfigurationManager System.Configuration, configuration - Deployment, Configuration system, configurationManager, Web.config AppSettings Grouping, web.config, applicationSettings
  • Multi-Applications Authentication

    I have 4 web applications: news.example.com, login.example.com, src.example.com for example if a user want to leave a comment on the news part. He/she needs to authenticate. so I have to redirect them to my login page(login.example.com/default.aspx). after that, the user enters his/her username and passwrod...
    Posted to Configuration and Deployment (Forum) by dbdiv on 03-07-2008, 12:00 AM
    Filed under: web config, web.config, configurationManager, .net 2.0
  • Read data everytime from web.config or save it in Cache

    Sir, In my project I have around 20 appsettings which I store in appSettings section in web.config. For reading the values from web.config I use the System.Configuration. ConfigurationManager class. What is the good practice from following? Every time read value from web.config using System.Configuration...
    Posted to Getting Started (Forum) by PareshDehadray on 09-26-2007, 12:00 AM
    Filed under: web config, cache, web.config, configurationManager, web.config C#
  • reading from the web.config instead of app.config

    I am referencing a class library from my web application. The class library has an app.config file and the web application, of course, has it's own web.config. For some reason, when the class library executes the statement "ConfigurationSettings.AppSettings[<key>] ", it appears to...
    Posted to Configuration and Deployment (Forum) by slyttle on 06-12-2007, 12:00 AM
    Filed under: app.config, web.config, configurationManager
  • Re: missing ConfigurationManager

    Hi, I followed the instructions here: ( http://aspnet.4guysfromrolla.com/articles/053102-1.aspx ) and all works fine. Normally you don't even need to add the Using System.Configuration on top of the page. Maybe these brackets: [] are wrong; maybe they should be round. Is the appSettings tag in the...
    Posted to Configuration and Deployment (Forum) by deblendewim on 06-11-2007, 12:00 AM
    Filed under: appSettings, web.config, configurationManager
Page 1 of 1 (5 items)