Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

IIS

Articles related to Microsoft Internet Information Services (IIS).

Disabling TLS 1.0 And SSL 3.0 Affects SQL Server 2014/2012

Aug 18, 2018Nov 25, 2017 by Beaulin Twinkle
Disabling TLS 1.0 And SSL 3.0 Affects SQL Server

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.

Categories IIS, SQL Server, Web Security Tags Security, SQL Server 2012, SQL Server 2014, SSL, TLS Leave a comment

Redirect HTTP To HTTPS With web.config

Aug 18, 2018Oct 14, 2017 by Beaulin Twinkle
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?

Categories IIS, Web Security Tags ASP.NET, IIS 7, IIS 7.5, IIS 8, IIS 8.5, IIS10, Web Site 2 Comments

HTTP Error 404.13 – Not Found: deny a request that exceeds the request content length

Aug 18, 2018Oct 14, 2017 by Beaulin Twinkle
HTTP Error 404.13

Solution for HTTP Error 404.13 – Not Found: The request filtering module is configured to deny a request that exceeds the request content length.

Categories .Net, IIS Tags ASP.NET, IIS 7, IIS 7.5, IIS10 Leave a comment

IIS: Changing maxQueryString and maxUrl

Jul 31, 2019Aug 15, 2013 by Beaulin Twinkle
Changing-maxquerystring-and-maxurl-01

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.

Categories IIS, Internet & Web Dev. Tags IIS 7, IIS 7.5, Web Site 5 Comments

IIS Error: Unable to read the value for the given section: AppSettings

Aug 18, 2018Jul 2, 2013 by Beaulin Twinkle
IIS Error Unable to read the value for the given section AppSettings

Exception: No connection could be made because the target machine actively refused it. Unable to read the value for the given section.

Categories .Net, IIS Tags ASP.NET, Firewall, IIS 7, MVC, Web Site Leave a comment

Best Practice: ASP.NET MVC Query String

Aug 18, 2018Jun 24, 2013 by Beaulin Twinkle
My Tec Bits

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.

Categories .Net, IIS Tags ASP.NET, IIS 6, IIS 7, IIS 7.5, MVC Leave a comment

Fix for “unable to load client print control” Error

Jan 27, 2021Jun 12, 2013 by Beaulin Twinkle
My-Tec-Bits

Steps to fix the error “unable to load client print control” received during printing reports SQL Reporting Services reports.

Categories IIS, Internet Explorer, SQL Server Tags Reporting Services, SQL Server 2005, SSRS 1 Comment

Change the IIS Application Pool Recycling Duration

Jul 31, 2019Jun 10, 2013 by Beaulin Twinkle
IIS-Application-Pool-Recycle-2

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.

Categories IIS Tags IIS 6, IIS 7, IIS 7.5 1 Comment

ASP.NET Caching with SqlCacheDependency

Jan 7, 2019Aug 14, 2012 by Beaulin Twinkle
Bootstrap3 with ASP.NET MVC5 and EF6 18

ASP.NET caching technology has various technique for specific caching requirements. SqlCacheDependency class is one among them.

Categories .Net, IIS, SQL Server Tags ASP.NET, Performance Leave a comment

Solution for Query String Too Long Error

Aug 18, 2018May 27, 2012 by Beaulin Twinkle
My-Tec-Bits

Query String Too Long – You may get a “414 – query string too long” error in internet explorer. Here is a solution for the error.

Categories IIS, Internet & Web Dev. Tags ASP.NET, IIS 6, IIS 7, IIS 7.5, MVC, Web Site 2 Comments

Article Categories

  • Android (2)
  • Apple (22)
    • macOS (22)
  • Internet & Web Dev. (152)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (83)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (4)
  • Microsoft (318)
    • .Net (69)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (225)
    • Windows (24)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (6)
  • Reviews (10)

Recent Articles

  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code Jun 21, 2024
  • Generating random number in C#  Jun 6, 2024
  • How to calculate running total in SQL Server? Apr 27, 2024
  • How to import XML data into SQL Server using SELECT query? Apr 10, 2024
  • How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one? Mar 13, 2024
  • Separating letters and numbers from strings in SQL Server Mar 6, 2024
  • How to call or run another application from python code? Feb 15, 2024
  • How to store images in SQL Server? Jan 17, 2024
  • Error: A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property. Jan 8, 2024
  • Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM Jan 4, 2024

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • Joining Tables from Databases on Different SQL Servers
  • SQL Server: Search and Find Table by Name
  • T-SQL query to find deadlocks in SQL Server
  • How to exit from single-user mode in SQL Server database?
  • How to group by datetime column without considering time?
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2025 My Tec Bits. All Rights Reserved.