I have a Silverlight Business Application, and I have the login Window as first window. After that, the application loads the MainPage.xaml, but when there is something on URL, the application loads the page from the URL… How can I ignore the URL???, because I need that my application goes always to MainPage after login…
Share
Did you try to redirect after a successful login?