Dear Friends
I have developed a sample a web application with login control. I used the authentication method for authentication and authorisation by ASP.net configuration tool. I have placed a master page in my application that contains home page , secure page and login page link buttons. After i logged in into Secure Page in my application through login page, after that when i try to access the home page by clicking the homepage link button, i am not able to navigate to the Home Page. But Before logging into the Secure Page, i am able to access all the pages. I have placed the secure page inside the folder secure in my application. Can any one tell me how to rectify this error?
I have shown the error below:
Error:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Auth/Secure/Home.aspx
Thanks and Regards,
GokulNath Nithy.