Browsing category

IIS Administration

Block Website Access from Public IP

Creating an access block rule The third rule that we will create is used to block all requests made to a Web site if those requests do not have the host header set. This type of rule is useful when you want to prevent hacking attempts that are made by issuing HTTP requests against the […]

How to enable error in IIS Server?

How to enable error in IIS Server for debugging the issue in code? 1) Enable IIS detailed errors IIS introduces a new custom errors feature, which by default hides the error responses issued by the server to remote clients, replacing them with a basic error message.  This is critical for security of your site, as […]

ASP Dot Net Framework

ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with .NET. ASP.NET is cross platform and runs on Windows, Linux, macOS, and Docker Download .NET Framework Install the latest version of dotnet from below link as per your application compatibility. https://dotnet.microsoft.com/en-us/download/dotnet/ Note: Before installing the dotnet latest […]

Installation of IIS

To install IIS and ASP.NET modules on Windows Server using the UI In the Add Roles and Features Wizard, on the Before you begin page, click Next. On the Select installation type page, select Role-based or feature-based installation, and click Next. On the Select destination server page, select Select a server from the server pool, select your server, and click Next. On the Select server roles page, select Web […]