G
Guest
Hi,
a Windows Forms VB.Net application uses a web service method to determine if
the present Windows user account is a member of the admin or power user group
on the server computer (ASP.NET without impersonification, no anonymous user
allowed for the web site in IIS).
That works OK.
If the user is not in one of these groups the authentication fails (that is
also OK). Now I want to popup a window that enables the user to log on to the
server computer as a different user and authenticate then again (like it is
done be Internet Explorer automatically if the user has no access rights for
a specific ressource).
How can this be done in VB.Net?
Thanks for hints in advance.
a Windows Forms VB.Net application uses a web service method to determine if
the present Windows user account is a member of the admin or power user group
on the server computer (ASP.NET without impersonification, no anonymous user
allowed for the web site in IIS).
That works OK.
If the user is not in one of these groups the authentication fails (that is
also OK). Now I want to popup a window that enables the user to log on to the
server computer as a different user and authenticate then again (like it is
done be Internet Explorer automatically if the user has no access rights for
a specific ressource).
How can this be done in VB.Net?
Thanks for hints in advance.