Error: The length of the string exceeds the value set on the maxJsonLength property
Ajax scenarios are meant only for small to medium server side calls not for getting tons of data, and if you are getting a lot...
Redirect On-Premise SharePoint Url’s to SharePoint Online Site with IIS URL Rewrite Module
The Microsoft URL Rewrite Module 2.0 for IIS 7 and above enables IIS administrators to create powerful customized rules to map request URLs to friendly...
Error: Cannot read configuration file because it exceeds the maximum file size
Default maximum file size for web.config file is 250KB. If the size of the web.config file exceeds 250 KB, web site throws an error. Microsoft...
INetCache Folder Under System32 Increases
\System32\Config\SystemProfile\AppData\Local\Microsoft\Windows\INetCache\IE\ folder includes Temporary Internet files. The situation could have raised due to multiple browser instances initated at a time as the mentioned folder stores...
Using PowerShell to Install a DLL into the GAC
If you want to install a DLL into the Global Assembly Cache (GAC) you have several ways to do it. One of them is using...