Top "Web-config" questions

web.

Problem when trying to configure enterprise library 5.0 (Data Access Application Block)

I am running into some problems while trying to get DAAB from Enterprise library 5.0 running. I have followed the steps …

web-config enterprise-library data-access-layer daab enterprise-library-5
Which gets priority, maxRequestLength or maxAllowedContentLength?

While changing the maximum allowed file size for upload I stumbled on those two settings. In the sytem.web you …

asp.net file-upload web-config maxrequestlength
An error occurred when verifying security for the message

When I try to call a WCF service I am getting the following message "An error occurred when verifying security …

wcf web-config wcf-binding servicebehavior
What is the difference between web.config timeout and IIS timeout?

What is the difference between the following entry in web.config: <sessionState timeout="30"/> And this setting in IIS 7.5 (…

.net asp.net iis web-config windows-server-2008
How to remove a ConnectionString using Config Transformations

I have a Web.config with several ConnectionStrings <connectionStrings> <add name="connStr1" connectionString="... <add name="ConnStr2" …

c# .net visual-studio web-config web-config-transform
Could not load file or assembly 'WebMatrix.Data`

I updated MVC4 to MVC5. When you run the application I got an error that I don't have WebMatrix.Data. …

c# asp.net-mvc asp.net-mvc-4 asp.net-mvc-5 web-config
Web.config: put an comment inside xml attributes

I want to put an comment in web.config file, something like this: <httpRuntime requestValidationMode="2.0" // require for [ValidateInput(false)] …

asp.net web-config xml-comments
ASP.NET httpRedirect : redirect all pages except one

I use this code in the web.config in one of the folders of my website to redirect all pages …

asp.net web-config http-redirect
Web.config isn't showing errors remotely even with customErrors="Off" (on ubuntu/mono)

Here is my Web.config file: <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="…

asp.net mono web-config custom-errors
ASP.NET / Web.config: customErrors redirect only on a 404

I have this scenario: A user comes to my site and follows a link, which doesn't exists anymore, he should …

asp.net .net mono web-config lighttpd