Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Authentication problem

Reply
Thread Tools

Authentication problem

 
 
nicksertis@gmail.com
Guest
Posts: n/a
 
      03-21-2006
Hi All,

I am writing an ASP.NET site that needs to know the user's details. Not
such a problem when the user is logged in as I can use Windows
Authentication to get their username. The problem comes because this
app can be run _before_ they login to windows, meaning that they have
no Windows credentials being passed. In this case a default user
account should be used just to give them access (albeit non-validated).

I was hoping to be able to create a separate page for this situation.
This page would allow anonymous authentication, and all it would do is
create a default set of credentials before redirecting to the actual
site.

I initially thought that turning anonymous authentication on in IIS
would still pass credentials if you were logged in but this doesn't
seem to be the case (if you know this to be incorrect, please tell me
as I could be setting it up wrong).

Is there a way in .NET to set the user credentials before redirecting
to another page in the same project?

Many Thanks,
Nick

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed Authentication, Status "Unsupported Authentication Algorithm" Rafael Cisco 1 11-26-2004 03:57 PM
Basic Authentication v. Integrated Windows Authentication w/ Delegation Mark ASP .Net 0 01-20-2004 03:13 PM
ASP.Net Forms authentication with basic authentication popup Brett Porter ASP .Net 2 01-20-2004 02:17 PM
Moving from Baisc Authentication to Forms Authentication raj mandadi ASP .Net 0 12-22-2003 12:16 AM
Forms Authentication, external authentication server, & rerouting to orig. req. URL Andrew Connell ASP .Net 1 10-21-2003 05:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57