0
votes
1answer
28 views

With a web.config transform, how do you inject a canonical url rule at the top?

Within an ASP.Net project, for the release build's Web.Config (using a Web.Release.Config transform file), how do you inject a canonical url rule in the rewrite section?
0
votes
0answers
13 views

Is there a way to mark my custom section in config as “may be optionally present” [duplicate]

Possible Duplicate: Unable to create a custom section for web.config I made a custom config section and I want it to be optionally present. Is that the default or if you define your custom ...
0
votes
2answers
96 views

Unable to create a custom section for web.config

I created a custom section in the web.config file but it isn't able to load my custom type that is going to manage the section. Here are the definitions: <configSections> <section ...
1
vote
2answers
88 views

Instantiate a System.Type from a type definition string

In the web.config file, we see a lot of strings following this pattern: type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, ...
3
votes
1answer
312 views

msbuild transform one config few times

I have next config in my Web.config file <Target Name="UpdateWebConfigForProjectsBeforeRun"> <ItemGroup> <FilesToTransofm ...
0
votes
1answer
146 views

Application error:Could not load file or assembly

I am working on the .net, when I am running my application I am getting this error. Can anyone help me? Application Error - MESSAGE: Could not load file or assembly 'ConfigurationMgr, ...
0
votes
1answer
188 views

Encrypt Web.Config value in packaged ASP.NET solution

We are selling a web application to a client, and it includes some 3rd party components. These components require licensing keys to work, which we have stored in the web.config. As we are not selling ...
0
votes
1answer
159 views

Need to get encrypt some sections in a web config file

I need to encrypt the settings section in a web config file. How can I do this? This is my config file and it has a different name than web.config. --configuration-- --settings-- --add ...
1
vote
2answers
545 views

What is the relationship between Web.Config connection strings and ServiceConfiguration connection strings in Azure?

I'm relatively new to Windows Azure and I need to get a better appreciation of how the Azure platform handles connection string configuration settings. Assume I have an ASP.Net web project and this ...
5
votes
1answer
2k views

Working with Web.Release.config (Web.config transformation)

In my Web.config file have the following setup: <add key="ClientMail" value="ridermansb@bindsolution.com"/> In my file I Web.Release.config: <appSettings> <add ...
4
votes
2answers
322 views

Does the order of elements in app.config matter?

I have seen and experienced problems with app.config/web.config where I had changed the order of elements and the app stopped working. I believe I fixed the problem by looking at machine.config and ...
0
votes
1answer
1k views

How to read custom .config file in Asp.Net?

I have a custom configuration file in my asp.net website, named urls.config, which contains simple key value, just for redirection purpose, now I want to read this file programmatically and also add ...
0
votes
2answers
1k views

Read config files in a WPF project

I have a WPF application. This application should read a web.config file (from a asp.net webforms project) and a myCompany.config file. How can I do this? Is there a easy way to handle this? Any ...
1
vote
3answers
688 views

Where to put application-wide settings in Java (Servlet)?

In ASP.NET, there is web.config which can hold application-wide settings. Is there a corresponding file (residing outside of the war or jar archive) for a Java EE Servlet? What I need is some place ...
4
votes
3answers
589 views

Configuration Section Designer alternative

The project Configuration Section Designer http://csd.codeplex.com is such a great tool but now I've moved to VS2010 (forced actually) and it doesn't support 2010. I use this tool a great deal but now ...
2
votes
2answers
287 views

Change Microsoft Config File Encryption Method From TripleDES

When encrypting ("protecting") Microsoft config sections, you get something that looks like the XML below. It follows (at least partially) the W3 spec for XML Encryption. However, in the XML below ...
0
votes
2answers
682 views

How can I properly reference this config file so I'm not hard coding the path?

Im trying to reference this config file that is in the same folder as the class that contains this code. I'd like to do some type of relative reference to it, so I can use it from other places. When ...
0
votes
1answer
2k views

Unity Configuration using multiple config files

Is there a way to configure a container in multiple configuration files? For instance, I want to register types for a container in a web.config file located at the root and also register types for ...
11
votes
2answers
867 views

Tools for previewing configuration file transformations

Are there any tools or Visual Studio 2010 extensions which allow me to view the output of a configuration file transformation short of having to publish the entire project? Is the process which ...
0
votes
1answer
277 views

ASP.NET Unable to Read Config Settings from External Config Files

We are experiencing some strange behaviour on one of our ASP.NET web servers (Windows 2003 64-bit). After some activity, two third-party controls are unable to run correctly. One is log4net (it does ...
1
vote
1answer
572 views

Changing location of CSS file in master page based on compilation configuration

Visual Studio 2010 has a new feature that is just way cool. You can now add transformation files that will change the web.config file based on the configuration you are compiling. The upshot of ...
0
votes
1answer
1k views

web.config overrides app.config…why?

I have two DLLs: one with a web.config, another one with app.config I moved the connection strings from web.config to app.config so that it can be used by other DLLs. Now, when I call ...
0
votes
1answer
236 views

Can StructureMap be configured so that one can use different .config settings based on whether the project was built in debug or release mode?

I know that in StructureMap I can read from my *.config files (or files referenced by them), when I want to pass specific arguments to an object's constructor. ...
2
votes
1answer
1k views

ASP.net machine config file

If I put configuration settings (like membership provider) DB Connnection, etc. in the "machine.config", and remove the "web.config" file from my current application, will my application work without ...
2
votes
1answer
107 views

How to manage configuration of components loaded via dependancy injection?

I am building a application which will use DI Framework to load components to fetch data, from various sources like external web service or DB. Now components will need some of application ...
1
vote
1answer
1k views

Access config file from a VS Sharepoint Workflow

I want to store some setting in web.config file of the sharepoint web application or in app.config of the workflow itself. But i don't know how to access neither of these files and i don't know how to ...
2
votes
3answers
2k views

It is possible to have different web.config files for a Team Foundation Server project?

I've got a simple ASP.NET MVC website. It has Debug, Testing and Release configuration modes. We're using TFS as our source control and bug tracking, etc. Nice. Now, we're about to embark on using ...
1
vote
2answers
860 views

web.config custom ConfigurationSection and unnecessary verbosity

Unless I am doing something wrong, the way I am supposed to use ConfigurationSection, ConfigurationElement and ConfigurationElementCollection, would require me to format my configuration section like ...
1
vote
2answers
693 views

Trying to open a section from the web.config spans a ConfigurationErrorsException: The entry KEY has already been added

I'm trying to fetch some settings from my membership provider in my asp.net application (so that I don't have to duplicate the information in the appSettings section) but I am getting the following ...
0
votes
3answers
265 views

Is .Net reading web.config from top to bottom?

1) If ( inside web.config file ) I declare custom section named songPoem before <configSection> , an error is reported saying songPoem element is not recognized. Thus, the following gives me an ...
0
votes
1answer
137 views

Is this the only reason for using custom section types ( derived from ConfigurationSection )?

I've just started learning about extending the Configuration file structure by creating custom section types ( using ConfigurationSection class ), but I'm not sure I understand its usefulness. BTW ...
2
votes
2answers
1k views

When is web.config read?

I'm doing research for an article on the ASP.NET Pipeline, but none of the resources I've covered so far adequately explain when the machine level, and application level, and possibly even ...
3
votes
9answers
5k views

Alternatives to using web.config to store settings (for complex solutions)

In our web applications, we seperate our Data Access Layers out into their own projects. This creates some problems related to settings. Because the DAL will eventually need to be consumed from ...
5
votes
4answers
380 views

Do these values belong in a config file or database?

There are multiple values I have been storing in ASP.NET configSections sections for each "module". I have been wondering if they even belong in these files at all. The background stands at: These ...