Hi,
I watched some videos and made a simple app with authentication enabled, but there a re some problems.
1. The login form is always showing as a web page. I'd like ot get a modal dialog and set in web.config the Authentication Mode to "Dialog" but nothing happens (yes I increased the privateversion counter). How I can make a popup dialog for login?
2. I would like display the mainform to the anonymous users and have a button on the form to display a login dialog and authenticate the users. But the default behaviour allways shows the login form first and after the successfull authentication displaying the mainform.
Is there any trick to get the other way as i described?
Thanks
Regards
Sandor