How to Change Your Windows RDP Port

Reasons to Change the RDP Port Are you looking to bolster the security of your Windows machine and enhance your remote desktop experience? One effective way to achieve this is by changing the default Remote Desktop Protocol (RDP) port. By

Read more

Access on-premise Exchange user calendar events using C#

To access on-premise Exchange user calendar events using C#, you can use the Exchange Web Services (EWS) Managed API. Below are the steps and a sample code snippet to get you started: Here’s a sample C# code snippet to illustrate

Read more

Change Time Zone in Windows 10, 11 or Server

If you are looking to change time zone settings on Windows 10, 11 or Windows Server 2019 onwards, you are in the right place. Follow the steps below to change time zone settings. Step 1 Click on start and type

Read more

How to host a website in IIS?

In this blog, we are going to show you how to host a website in IIS on Microsoft Windows Server. For demo purposes, I have created folder called DemoSite in C:\inetpub\wwwroot . This is the default folder for IIS access.

Read more

How to Install IIS on Microsoft Windows Server?

Internet Information Services (IIS) is a web server from Microsoft that runs on Microsoft Windows to host any application or websites. If you are interested in knowing more about IIS server, click here to find more in Microsoft site. In

Read more