Recent Posts

ASP.NET membership step by step

8 minute read

ASP.NET provides build in control to validate and store user credential. So, membership helps to manage user authentication and authorization in website. The...

How to register .NET framework in IIS

less than 1 minute read

If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net applicat...

Generate image On the fly using ASP.NET

1 minute read

Generating image on the fly is not difficult in asp.net. Here I have created national flag of Bangladesh on the fly and displayed this as JPEG image format i...