Top "Web-config" questions

web.

How to configure the web.config to allow requests of any length

I am building a site in which i would like to create a file client side from the value of …

c# javascript asp.net-mvc web-config query-string
IIS URL Rewrite and Web.config

I don't understand anything about IIS, but am trying to solve this problem of redirecting all visitors to domain.com/…

asp.net iis url-rewriting web-config
Avoid web.config inheritance in child web application using inheritInChildApplications

I am trying to add <location inheritInChildApplications="false"> to my parent web application's web.config but it doesn't …

asp.net configuration iis-7 web-config
ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while …

asp.net iis web-applications web-config internal-server-error
IIS Config Error - This configuration section cannot be used at this path

I am getting the below error when I try to run my website. The website is hosted on Windows 2012 R2. …

asp.net .net web-config iis-8 applicationhost
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive

I just installed vs 2010, followed by IIS in window 7. when building a website in .net framework 4.0 and convert this into …

asp.net iis-7 web-config
Specified argument was out of the range of valid values. Parameter name: site

I am getting this Kind of Error like:: Specified argument was out of the range of valid values.Parameter name: …

c# visual-studio iis web-config
Access-control-allow-origin with multiple domains

In my web.config I would like to specify more than one domain for the access-control-allow-origin directive. I don't want …

asp.net iis cors web-config
Setting up redirect in web.config file

I'm trying to redirect some unfriendly urls with more descriptive ones. These urls end in .aspx?cid=3916 with the last …

asp.net web-config http-redirect