Top "Web-config" questions

web.

ASP.NET web.config: configSource vs. file attributes

Within an web.config-file in an ASP.NET-application some sections of config, like appSettings and connectionStrings, supports the attributes file …

asp.net configuration web-config configsource
Restrict access to a specific controller by IP address in ASP.NET MVC Beta

I have an ASP.NET MVC project containing an AdminController class and giving me URls like these: http://example.com/…

c# asp.net-mvc security web-config authorization
Could not load file or assembly System.Web.Http, Version=5.2.2.0

I've just uploaded a Asp.Net Web Api 2.2 project to production server and I got the error stated in the …

asp.net asp.net-web-api web-config assembly-binding-redirect assemblybinding
how to add files in web.config transformation process?

I am having a website developed in Visual Studio 2012. The web.config is currently containing following files in its transformation: …

visual-studio-2012 web-config
Where and how to define <customErrors mode=”on”> for my asp.net MVC 3 web application

I want to set the custome error to be true to prevent users from viewing detailed info about my application. …

asp.net-mvc-3 web-config custom-errors
Visual Studio 2010 nuget error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

Whenever I'm trying to install something or even just list the packages I get this error "The underlying connection was …

visual-studio-2010 web-config nuget
debug=true in web.config = BAD thing?

We're seeing lots of virtual memory fragmentation and out of memory errors and then it hits the 3GB limit. The …

asp.net web-config
The configuration section cannot contain a CDATA or text element error in web.config file

I am getting an error while executing the application on server "The configuration section cannot contain a CDATA or text …

asp.net web-config authorization
IIS Server & ASP.Net Core - 500.19 with error code 0x8007000d on httpplatformhandler tag

I am getting the following error when I try to launch my ASP.Net Core App using IIS Server v7.5 ... …

c# asp.net web-config iis-7.5
Can you modify the web.config and NOT restart the ASP.NET application?

Possible Duplicate: How to prevent an ASP.NET application restarting when the web.config is modified? Was just thinking about …

asp.net web-config appdomain application-pool application-restart