E
Eric
I'm using ASP.net Authentication and Authorization (Sql provider against
standard aspnetdb) in my VB.net Windows App to handle users, roles, etc.
This works great.
Within my win app, using the .net web browser control, I want to launch a
url (in our intranet, ASP.Net hosted in IIS6, Win Srv 2003 R2), but I don't
want the user to have to go through the forms login process again, since
they've already been authenticated by my win app.
Is their a way to pass the user's credentials from the win app to the web
app? Perhaps in some sort of encrypted query string? Is their a method
similar to using windows security with web services, such as:
myProxy.Credentials = System.Net.CredentialCache.DefaultCredentials ?
Thanks!
standard aspnetdb) in my VB.net Windows App to handle users, roles, etc.
This works great.
Within my win app, using the .net web browser control, I want to launch a
url (in our intranet, ASP.Net hosted in IIS6, Win Srv 2003 R2), but I don't
want the user to have to go through the forms login process again, since
they've already been authenticated by my win app.
Is their a way to pass the user's credentials from the win app to the web
app? Perhaps in some sort of encrypted query string? Is their a method
similar to using windows security with web services, such as:
myProxy.Credentials = System.Net.CredentialCache.DefaultCredentials ?
Thanks!