HI WELCOME TO KANSIRIS

Web.config redirects with rewrite rules - https, www, and more

Leave a Comment
 Rewrite rules are a powerful feature in IIS. Common tasks like redirecting www to non-www (or the other way around), implementing canonical URLs, redirecting to HTTPS, and similar tasks are documented right there in your Web.config file. In this post, you will learn about the syntax of rewrite rules and how to implement the mentioned common tasks, and much more.When needing to redirect one URL to another, a lot of different.

Python Django + Microsoft SQL Server CRUD API tutorial

Leave a Comment
 In this post we will see how to create CRUD APIs using Python Django as backend and Microsoft SQL Server for database.Lets install the necessary modules needed for our Django project.First lets install the Django module.>> pip install djangoTo create rest APIs we need to install Django rest framework.>> pip install djangorestframeworkBy default, the Django project comes with a security that blocks requests coming from.