If you need to access legacy websites designed for earlier versions of Internet Explorer, such as those using VBScript client (as opposed to JavaScript), you may encounter issues with the website rendering or functionality in modern browsers, including Microsoft Edge. However, there is a solution in Microsoft Edge that can help resolve these issues. By using Internet Explorer compatibility … [Read more...]
SSIS Best Practice with Naming Conventions
In 2006, Jamie Thomson originally came up with naming conventions for SSIS tasks and data flow components which makes packages and logs more readable and easier to find. Koen Verbeeck and AndrĂ© Kamman extended the existing list with almost 40 tasks/components since then. This list should be used just as a reference if you want to use standard naming convention in SSIS. The point is … [Read more...]
How to Install a Certificate on Windows Server
Steps to Install a Certificate on a Window Server Right-click on Windows button at the bottom left corner and select Run. Type in mmc and click OK. On the new Console window menu, click on file and select Add/Remove Snap-in... or press Ctrl+M. Select Certificates and click on Add > button. Select Computer account and click Next. Click on Local computer and click Finish. You should … [Read more...]
How to Serve AVIF Image on IIS
How do you take advantage of serving AVIF image from IIS server? For simplicity sake, since the setup is very similar to serving WebP format, I'm going to use the same screenshot illustrations from that post. The problem with using IIS Server is by default IIS does not recognize AVIF as an image type so it cannot correctly render it on the page even if the browser can support it. Using a … [Read more...]
How to Force HTTPS in IIS
This is a short tutorial on how to force an HTTPS connection to your website in IIS. The way we do it is by adding a URL Rewrite rule that will redirect any unsecured incoming traffic to HTTPS. Steps The first step you need to check is if you have URL Rewrite module installed. If you don't have it installed, you can download it from the link at the bottom of this post. You can either use … [Read more...]
- 1
- 2
- 3
- …
- 12
- Next Page »