Hi everybody I am new here. I am making forum and there i want login page first before view yhe forum and i am making this project in asp.net with c# so can anyone tell me how can i do this and one thing mor i am working with master page so also explain how can i make this in master page Thanks in advance
Put a check in every page whether the user is logged in or not, if not then redirect to the login page.