So I had this issue while setup SSL certificate on the IIS Server. Web deploy was working fine before but I was installing SSL certificate and by mistake I deleted WMSVC certificate. I wasn’t aware about this if that will break my web deploy. After a few days I realized that might… read more →
So in this post, I will show how we can disable the auto-fill of RadAutoCompleteBox when tab key pressed. This is the best example if you want to auto-fill when the user selects an item from the auto fill or press enter. When press tab it should skip the auto fill and… read more →
I have seen a lot of good developer still use command prompt for all git work. I’m am one of them. There is a lot of git commands available but a few which most people don’t use. So we can do git tags to make things clean and easy visible last work… read more →
This is the stupidest thing problem happened to me. I was trying to make a backup of the database but wasn’t able to do that. So I thought it may be permission issue. By mistake I clicked db_denydatareader and db_denydatawriter permission checked for the user. Then I lost the security option under… read more →
Hi, I was facing this issue while deploy my website to windows server IIS using MSWebDeploy. I love deploy websites using MS WebDeploy as it’s very easy to configure and one click push to server. But I got this problem this time. I did research and got a lot of weird ways… read more →
I was working on WPF application and while install/uninstall I was getting this warning. It was causing a lot of trouble for my customers. I spent almost 2-3 days to fix this issue and made almost 30 builds. After a lot of efforts, I was able to fix this issue. The issue… read more →
Google is introducing a new feature for its Android devices that would allow users to access web services with a constant Internet connection. The new update of Chrome will be launched for Android users from India and nearly more than 100 other countries like Indonesia, and Brazil. It will allow users from… read more →
In this post I will explain how I fixed the error We couldn’t retrieve the data model for this report. Please try again later. . I was working on the Power BI report and able to create a successful table in Power BI desktop. But When I published report to the Power… read more →
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 →