Disabling TLS 1.0 And SSL 3.0 Affects SQL Server 2014/2012
Solution for SQL Server 2014/2012 won’t start on disabling SSL 3.0 and TLS 1.0 protocols. Fix for disabling TLS 1.0 and SSL 3.0 causes SQL Server issues.
Articles related to Microsoft Internet Information Services (IIS).
Solution for SQL Server 2014/2012 won’t start on disabling SSL 3.0 and TLS 1.0 protocols. Fix for disabling TLS 1.0 and SSL 3.0 causes SQL Server issues.
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.
Exception: No connection could be made because the target machine actively refused it. Unable to read the value for the given section.
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.
Steps to fix the error “unable to load client print control” received during printing reports SQL Reporting Services reports.
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.
ASP.NET caching technology has various technique for specific caching requirements. SqlCacheDependency class is one among them.
Query String Too Long – You may get a “414 – query string too long” error in internet explorer. Here is a solution for the error.