Author: atiqjaved | Posted on: 9/14/2009 3:55:00 PM | Views : 807

Hi there,
I have created a login system using the asp.net configuration feature in Visual Web Developer 2008. The situation is that when a user is trying to access a restricted page e.g. addNews.aspx without being logged in - it correctly takes them to the login page (login.aspx). However, the problem is that once they have logged in it takes them to the default destinationUrl e.g. default.aspx and not addNews.aspx which was the initial page they were trying to access.

Can someone give steps that need to be taken or the code that needs to be added to allow this....I am new to asp.net and web development....Any help would be greatly appreciated


Thanks

...

Go to the complete details ...