Hi,
I have created a login web page with C#. I am validating the username and password successfully. After logging in welcome page is displayed. But if you are changing the url in address bar with welcome.aspx, without logging in, the welcome page is opening. It should not be opened. I think i have to change web.config authentication mode to forms. But its not working.
Can any body send web.config code for this issue.
I have created a login web page with C#. I am validating the username and password successfully. After logging in welcome page is displayed. But if you are changing the url in address bar with welcome.aspx, without logging in, the welcome page is opening. It should not be opened. I think i have to change web.config authentication mode to forms. But its not working.
Can any body send web.config code for this issue.
Comment