Recent Posts

How to release port 80

less than 1 minute read

Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...

Global variable of ASP.net

1 minute read

Global variables are those variables that can be accessed anywhere in the application. Global variable should always be used with caution. It stores data. Th...