Ask a Question related to ASP.NET Security, Design and Development.
-
HG #1
Integrated security and form based login
Hi group.
I am in the middle of defining the overall system architecture for a new
project, and I am facing some security issues. It is an intranet web
application accessed through web clients (ASP.NET)
This is what I want:
Use integrated security, which will automatically login the user to the web
app, if the user is logged in on the client.
In case the user is not logged in or the web app is accessed from a remote
client security should fall back to form based security, requesting a login.
Is it possible...and how do I do it?
Thanx in advance..
Best regards
Henrik
HG Guest
-
Using Form based Authenication and still getting redirected back to the login page
Hello Everyone, I am running on a Windows2000 Advanced Server and asp.net 1.1 I have a login form for a site that I am working on and when I try... -
Integrated security in ASP.net
Hi - I'm developing an Intranet app with ASP.NET/VB.NET and want to use integrated security to access the pages. I don't need the users to log in to... -
OWA and Form based login page
Hi, I am having a windows 2003 ADS with exchange 2003. I do have OWA running on the same box. I would like to create a form based login page... -
Integrated Security
Hi I have come across this type of code at many places. New SqlConnection("Data Source=(local);Initial Catalog=XYZ;Integrated Security=SSPI;")... -
Form-based security and Application_AuthenticateRequest - help?!
Hi there, Getting into ASP.Net finally, looks good but I'm having a bit of trouble here. I'm protecting my web site via form-based security (I... -
pkontos@nospam.na.linedata.com #2
Re: Integrated security and form based login
Hi Henrik,
Take a look at this article:
[url]http://msdn.microsoft.com/asp.net/using/understanding/security/default.aspx?pull=/library/en-us/dnaspp/html/MixedSecurity.asp[/url]
It sounds very similar to what you're trying to implement.
PK
pkontos@nospam.na.linedata.com Guest
-
HG #3
Re: Integrated security and form based login
> Take a look at this article:
[url]http://msdn.microsoft.com/asp.net/using/understanding/security/default.aspx?pull=/library/en-us/dnaspp/html/MixedSecurity.asp[/url]>
>> It sounds very similar to what you're trying to implement.
>
> PK
Thanx. I'll dive into that one.
HG Guest



Reply With Quote

