Ask a Question related to ASP.NET Security, Design and Development.
-
MPea25 #1
customized login: authenticate and redirect
unusual restriction: we can't present Basic Authentication dialog to a new client (who has mapped that dialog's "Enter Network Password" caption exclusively to an internal app). Client wants to reach a legacy ASP site using Basic Auth. and SSL.
Under the same IIS, we made an Anonymous Auth. virt.dir. (called Logon with only Default.aspx) to present a custom login page (2 textboxes and submit button).
We just want to authenticate anonymous user's entered credentials programmatically, somehow cache the credentials and redirect to the sister virtual directory (on same IIS) while not provoking the Basic Auth. dialog.
We can easily authenticate, such as with LogonUser API.
Googling reveals many with similar need, and some claims to have succeeded; but only posted code is the many who have failed :^)
thank you!
---
Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: [url]http://www.dotnetjunkies.com/newsgroups/[/url]
MPea25 Guest
-
Login Redirect
Hi, all I have this login script that calls on itself to authenticate the username and the password. It redisplays the login page if there is an... -
Using Window Login credentials to authenticate
Hi, Instead of prompting for a username and password, how can allow access to a coldfusion site based on there windows login credentials??? ... -
login redirect doesn't work
Hello, I'm working on a asp.net/C# project, but I haven't got a lot of experience with programming with C# and the dotnet framework. I've build... -
Password + login from the AND Basic-Authenticate form
Please tell me can users login with the html-page form and Basic-authentication? I so, how? -
User Login to Redirect using PHP
I've read many posts about redirecting a user by specifying the directin url in the database, but have had very little luck. I'm using Dreamweaver's...



Reply With Quote

