After changing permalinks wordpress throwing 404 error
I have created a site using wordpress and everything was working fine until I changed the permalink. Just after changing permalink, I start getting error 404 for almost all link. After troubleshooting and surfing I came to know that this is a common problem which many people are getting in wordpress installation, so I thought…
Stop multiple login by single user in .NET
It is common feature that a user can use his/her credentials to login in multiple browser and multiple devices simultaneously. But in many cases business owners wants to restrict them. I have implemented the same in one of my site which is running on .NET framework 1.1 First create a field in database to store…