Top "Web-config" questions

web.

ASP.Net cannot create/shadow copy

I get this error repeatedly when developing ASP.Net applications: Cannot create/shadow copy 'XXXXX' when that file already exists …

asp.net assemblies web-config
Adding tracelistener to web.config

I want to use below code with a website. Which config sections I should add to web.config to log …

asp.net web-config logging tracelistener
How to encrypt one entry in web.config

ASP.NET 4 I've used RSA key encryption for connection strings in web.config on my web farm. However, there's one …

asp.net encryption web-config
Does ConfigurationManager.AppSettings[Key] read from the web.config file each time?

I'm wondering how the ConfigurationManager.AppSettings[Key] works. Does it read from the physical file each time I need a …

c# asp.net web-config configurationmanager
Why does .NET generate two web.config files in an MVC asp.net application?

I am new in MVC 3. What is the reason to use two web.config files? What is difference between that 2 …

asp.net-mvc asp.net-mvc-3 web-config
Conflicting versions of ASP.NET Web Pages detected: specified version is "1.0.0.0", but the version in bin is "2.0.0.0"

This error appears after updating ASP.NET Web Helpers Library today to version 2.0 which was apparently released today. I updated …

asp.net asp.net-mvc web-config asp.net-webpages
Custom section/collection in Web.Config

I've got a bunch of routes that I want to be able to throw in my Web.Config file. I …

c# web-config custom-attributes
asp.net, url rewrite module and web.config

i'm using ASP.net with .NET 3.5 on IIS7 (Vista) with the URL Rewrite Module from Microsoft. This means, that i …

asp.net url web-config module rewrite
Creating custom variable in web.config file?

I want to create a variable in web.config file and to use that variable in web forms. How can …

asp.net-mvc web-config config webpage
Turning off ASP.Net WebForms authentication for one sub-directory

I have a large enterprise application containing both WebForms and MVC pages. It has existing authentication and authorisation settings that …

asp.net http authentication web-config http-status-code-401