473,385 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Which is best authentication method?

Let me know the best authentication method and why ? I am asking in ASP.NET using C#.

1. Windows Builtin authentication
2. Passport base authentication
3. Form Based Authentication
4. Default (IIS) Authentication
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 02/03/2004
Nov 18 '05 #1
3 3669
hi,
actually it depends upon ur need
if u r making app for local intranet
then normally we go for windows method where w eknow users.

passport is less used as it involves u to avail the sevices from MS

i feel form method is normally used which lets us to redirect user s from secured pages
to login and back to original page,

also we can use USERS AND ROLES with it
using system.security


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
"Ashish Kanoongo" <as*****@armoursoftware.com> wrote in message news:uK**************@TK2MSFTNGP10.phx.gbl...
Let me know the best authentication method and why ? I am asking in ASP.NET using C#.

1. Windows Builtin authentication
2. Passport base authentication
3. Form Based Authentication
4. Default (IIS) Authentication
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 02/03/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
Nov 18 '05 #2
Amit

I am creating a web based application and user authentication will occur at diferent pages within application, I think you are right incase of form base authentication. But how do we manage user and roles. Are you talking about ADS users ?

Ashish

".NET Follower" <am*************@SoftHome.net> wrote in message news:e8**************@TK2MSFTNGP12.phx.gbl...
hi,
actually it depends upon ur need
if u r making app for local intranet
then normally we go for windows method where w eknow users.

passport is less used as it involves u to avail the sevices from MS

i feel form method is normally used which lets us to redirect user s from secured pages
to login and back to original page,

also we can use USERS AND ROLES with it
using system.security


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
"Ashish Kanoongo" <as*****@armoursoftware.com> wrote in message news:uK**************@TK2MSFTNGP10.phx.gbl...
Let me know the best authentication method and why ? I am asking in ASP.NET using C#.

1. Windows Builtin authentication
2. Passport base authentication
3. Form Based Authentication
4. Default (IIS) Authentication
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 02/03/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
Nov 18 '05 #3
hi,
i hope this site will help u

http://msdn.microsoft.com/library/en...asp?frame=true

--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
"Ashish Kanoongo" <as*****@armoursoftware.com> wrote in message news:%2****************@TK2MSFTNGP09.phx.gbl...
Amit

I am creating a web based application and user authentication will occur at diferent pages within application, I think you are right incase of form base authentication. But how do we manage user and roles. Are you talking about ADS users ?

Ashish

".NET Follower" <am*************@SoftHome.net> wrote in message news:e8**************@TK2MSFTNGP12.phx.gbl...
hi,
actually it depends upon ur need
if u r making app for local intranet
then normally we go for windows method where w eknow users.

passport is less used as it involves u to avail the sevices from MS

i feel form method is normally used which lets us to redirect user s from secured pages
to login and back to original page,

also we can use USERS AND ROLES with it
using system.security


--
Thanks and Regards,

Amit Agarwal
Software Programmer(.NET)
"Ashish Kanoongo" <as*****@armoursoftware.com> wrote in message news:uK**************@TK2MSFTNGP10.phx.gbl...
Let me know the best authentication method and why ? I am asking in ASP.NET using C#.

1. Windows Builtin authentication
2. Passport base authentication
3. Form Based Authentication
4. Default (IIS) Authentication
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 02/03/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: trapeze.jsg | last post by:
Hi. I am trying to get through to Microsoft MapPoint Services using ZSI for soap handling. I can generate the service classes and also the soap-requests generated by the service classes seem to...
1
by: Naeem Sarfraz | last post by:
I've installed VisualStudio.net 2002. When I create a web project and try to access it I get an authentication box asking me for a username & password, this isn't supposed to happen right? I...
3
by: Raquel | last post by:
I am confused between Authentication at Instance Vs Authentication at Database. Instance authentication is specified at Instance creation time (db2icrt) and is stored in db mgr. cfg. file while...
2
by: Svein Erik Storkaas | last post by:
I am about to add security to a web project for the first time, and i'm wondering what the easiest, yet a good way to do this? The page is just for personal use, so it does not need to be "ultra"...
4
by: Bennett Haselton | last post by:
If I add this to my web.config file: <authentication mode="Forms"> <forms name=".ASPXUSERDEMO" loginUrl="login.aspx" protection="All" timeout="60" /> </authentication> I can configure the...
1
by: Stelios Skiathitis | last post by:
In ASP.NET I want to create a form for authenticating a user to enter in a local intranet site. I want the user to have the option of selecting two different authentication modes. The first using...
4
by: Patrick.O.Ige | last post by:
If i want to generate a menu structure depending on who is logged in in an intranet system(using windows authentication) is it better to use the GROUPS in Active Directory or to move the Active...
6
by: JM | last post by:
I have never used a (content management system) CMS before but I need one for my internship as a webdeveloper. Requirements: runs on Apache, linux or unix, MySQL and PHP (maybe Windows server...
8
by: Siv | last post by:
Hi, What is the best way to get the field names of a table in SQL server where you only have Windows Authentication access to a database. Previously I have used the SQLDMO object to get this, but...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.