I did CRM Web application and Login page works good. I just want to learn how can i authenticate my page. I need your advices.
For example, My startup page is "localhost/Login.aspx" and user can login and redirect to "localhost/default.aspx"
However, user also can access "localhost/default.aspx" page without login page. User can access everywhere using by links.
How can i authenticate this ? How can i provide when user write "localhost/otherpage", web app must say ,"first user must be logon."