In this post, I will show how I fixed the error An authentication error has occurred. The function requested is not supported. while connecting with RDP. Earlier this RDP was working fine. But after I did windows update, it stopped working. Solution: Step1: Open a PowerShell window as Administrator. Step2: Copy &… read more →
Google announced a huge update to Gmail, adding new features such as high-priority notifications, confidential mode, and better offline support. When you’re composing a new message or a reply, you can insert anyone’s email address in the body by entering the @ symbol, followed by their name. For example, @mukesh will bring… read more →
Gmail is undergoing a redesign and adding a lot of new features. Please check how you can get it. Google just announced a huge update to Gmail, adding new features such as high-priority notifications, confidential mode, and better offline support. Not all features will be available at launch. Those immediately available include… read more →
This is a complex problem most people may face. I was working on a dynamic ad generation tool and I have to make an ad script. So that ad script was containing iframe. I was able to render that iframe successfully, but the requirement was passing a dynamic parameter to iframe and… read more →
Hi, I was having the same issue while implementing the multiple dropzones on the same page. So after pulling my hairs for a couple of hours, I found the solution for this issue. You have to add this line after the dropzone js file <script src=”~/lib/dropzone/dist/dropzone.js”> <script type=”text/javascript”> // Immediately after the… read more →
Hi, I was facing the same issue where I have to use more than 20 columns in my jquery datatable. So I found it’s due to query string length is increasing. To fix it, I increased the size of query string web.config. <system.webServer> <security> <requestFiltering> <requestLimits maxQueryString=”32768″/> </requestFiltering> </security> </system.webServer> It fixed… read more →
In this post, I will show how did I fix the issue of adding Swagger in the .net core. I was trying to install the Swagger in my first .net core project. I did it very easily in ASP.Net MVC very easily but getting issues with .net core. I installed the NuGet… read more →
In this blog post, I will show a simple fix for the error HTTP 404 Not Found for the font files e.g. woff, woff2, otf etc. used in ASP.NET or MVC or Azure. I was creating a dynamic ad and in that ad I have to show custom font-family. I added the… read more →
In this article, I will share some of the most useful tools on the internet that you may not know about. As a software engineer or programmer, I have used a lot of different tools and thought to share with others as it may increase your productivity and knowledge. 1. rollbar.com –… read more →
In this article, I will share some of the most useful websites on the internet that you may not know about. As a software engineer, I have used a lot of different websites and thought to share with others as it may increase your productivity. 1. hastbin.com – A web-based service for… read more →