Redirect HTTP To HTTPS With web.config
Redirect HTTP To HTTPS in IIS using web.config. How to redirect the HTTP url requests to it’s equivalent HTTPS url in IIS ASP.NET website?
Redirect HTTP To HTTPS in IIS using web.config. How to redirect the HTTP url requests to it’s equivalent HTTPS url in IIS ASP.NET website?
Solution for HTTP Error 404.13 – Not Found: The request filtering module is configured to deny a request that exceeds the request content length.
Increasing or decreasing the default values of maxQueryString and maxUrl for a website or web application in the web.config file. You may need to change the maxQueryString and maxUrl lengths to avoid 404.15 error.
How to secure the query string in ASP.NET or MVC websites or intranet applications? List of references which deals with securing query string.
ASP.NET MVC Query String Security Best Practices. Best practices on using Query String in ASP.NET or MVC. Avoid query string too long errors.
How to change the IIS Application Pool recycling duration? By default the application pool is be set to recycle every 29 hours. This can be changed.
Query String Too Long – You may get a “414 – query string too long” error in internet explorer. Here is a solution for the error.