Ask a Question related to ASP.NET Security, Design and Development.
-
Andreas Schurz #1
ASP remote authentication / surpress login dialog
Hello everybody,
I need to setup a mechanism (preferred in ASP .net) to
open an URL on a different user level protected virtual
server (or even on a real different server).
My program knows the username, password and domain
information needed to authenticate to this URL.
Question:
Is it possible to post / parse those values to the
different URL so that the windows login dialog (user,
password, domain) won't open and the authentication is
done somehow internally. The problem is that I cannot
manipulate the target application so I have to get around
this.
It is possible to post username and passwort via URL such
as [url]http://user:password@blabla.com[/url] which works fine but
for some servers I need to pass the domain as well because
only domain users are allowed to access the directory.
Is there a way to implement this behaviour in ASP?
Many thanks for your help in advance.
Regards, Andreas
Andreas Schurz Guest
-
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last... -
IIS sends login dialog for already authenticated users.
Hi, I am using ASP.NET windows authentication in one of the applications. My application is deployed on one of the 2003 servers. This server is... -
Form Authentication with Remote Login.aspx
I know this is an old question, but searching all over the internet plus several MS security conferences, still haven't got a straight anwser. ... -
ASP.Net Windows Authentication problem = Login dialog keeps popping up
I'm using Windows Authentication in my C# ASP.Net intranet application. I have a "Delete" column in a DataGrid which I only want displayed if the... -
Suppress login dialog when impersonation on?
Does anyone know how I can suppress the "Enter Network Password" dialog when attempting to enumerate directories and/or files in ASP.NET? I want...



Reply With Quote

