How to connect more than one Bluetooth speakers to Echo Dot?
Connect more than one Bluetooth speakers to Echo Dot or other Echo devices to listen music or other types of audio seamlessly in multiple rooms at your home. Amazon is dominating voice-controlled...
View ArticleAccess to the path is denied (Solved)
“Access to the path is denied” error is one of the most common issues ASP.NET developers come across while working with network resources in their applications. There is no straightforward solution to...
View Article“The following Web projects must be converted to the new Web Site format”...
Converting your web project to a newer version of Visual Studio may result in this error when you try to open it after the migration: “The following Web projects must be converted to the new Web Site...
View ArticleAlexa blinks yellow light ring. What does it mean?
Amazon’s voice assistant Alexa blinks yellow light ring when she needs your attention! In other words, there is something she wants to tell you. Note: The ring may look green in the pictures but it is...
View ArticleCreate and edit webpack configuration file automatically
If you are working with a variety of packages, resources, and styling extensions, an easy way to create and edit webpack configuration file (webpack.config.js) might be just the tool you have been...
View ArticleHow to redirect HTTP requests to HTTPS by using IIS URL Rewrite
One way to ensure that your visitors access to your website via secure connection is to redirect HTTP requests to HTTPS by using IIS URL Rewrite module. You will find step-by-step instructions to...
View ArticleThere was a problem starting C:\\Windows\System32\LogiLDA.dll (Solved)
If you are using some Logitech accessories, you may come across this issue after you restart your computer: “There was a problem starting C:\Windows\System32\LogiLDA.dll“. “LogiLDA” in the error...
View ArticleHow to list all Windows updates easily
There are several ways to list all Windows updates using PowerShell. I will share 3 of them in this post. Microsoft releases Windows updates on the second Tuesday of each month. It is called Patch...
View ArticleTLS fatal error code 20. The Windows SChannel error state is 960 (Solved)
You may see “SChannel error state is 960” in Event Viewer when your web server fails to establish secure communication with clients. Users receive certification errors while you see the event log...
View ArticleSchannel – The internal error state is 10013 (Solved)
You may run into “Schannel – The internal error state is 10013” message if your website fails establishing TLS connection. That is to say, here is the error message you will see in Event Viewer: Info...
View ArticleDCOM 10016 Local Activation permission for the COM Server (Solved)
After installing Windows SharePoint Services in your server, you may see “DCOM 10016 Local Activation permission” error in Event Viewer. In addition, you may come across “10017” errors as well. Here...
View ArticleHTTP 400 Bad Request (Request header too long) (Solved)
IIS sends “HTTP 400 Bad Request – Request header too long” error page when the header size in the HTTP request is bigger than the limit set in the web server. A common scenario in which this error...
View ArticleHTTP 503 Service Unavailable (Application pool has been disabled)
When IIS application pools don’t have correct configuration or permissions, they may unexpectedly stop which causes the website to give “HTTP 503 – Service Unavailable” error. Event ID 5059 clearly...
View ArticlePrevent settings to be overridden by web.config (HTTP Error 500.19)
Two attributes come handy when you need to enforce settings in your hosting environment: overrideModeDefault and allowDefinition. Trying to override settings when these attributes are used may cause...
View ArticleConfigure IIS to ignore web.config files in application subfolders
You may want to consolidate your application’s settings in one web.config file. However, the web.config files in subfolders can override the settings of the parent folder. In order to prevent it, you...
View ArticleIIS is logging 200 instead of 404 status code
When you try to access a web page that doesn’t exist, browser shows 404 HTTP status code. However, you may see 200 instead of 404 status code in IIS logs. Here is the line from my IIS logs. This is...
View ArticleWindows Authentication is failing for IBM Cognos (Solved)
IBM’s Cognos Business Intelligence software relies on IIS for front-end publishing and authentication. If you are prompted to enter your credentials to access Cognos website or administrator console,...
View ArticleSecure cookie flag
I have noticed that there is a vulnerability which comes up in results of many penetration tests: “The application doesn’t user secure cookie flag”. Penetration testers generally mark this...
View ArticleDisallowed tag present (Google AMP issue)
Google AMP (Accelerated Mobile Pages) helps you to make your website faster and more compatible across different browsers and devices. Most of the time it works silently, however, it may need your...
View ArticleTrying to read configuration data from file ‘\\?\EMPTY’, line number ‘0’...
After installing updates or making changes in your server, your application pools may stop working and throw “HTTP 503 The service is unavailable” error with this description: “Trying to read...
View Article