Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > ASP.Net > Authentication
Search:
What's New - What's Hot

HOW TO: Secure an ASP.NET Application Using Client-Side Certificates (Q315588)        
Total Hits: 409  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

For highly secure Web applications, such as Internet banking sites, you may want to implement a more secure solution for user authentication than the user name and password combination. You can use client-side digital certificates to verify the identity of the user. In addition, you can map client-side digital certificates to Windows accounts on the server if necessary....

INFO: Permissions to Connect to a Remote Access Database from ASP.NET (Q307901)        
Total Hits: 274  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When users browse to an ASP.NET Web site, they request that some code run on the server. All processes run within the security context of a specific account. By default, IIS uses the system account. The system account has full access to the IIS server computer but is not allowed to access shared folders on other computers (which are sometimes called NTFS resources). Therefore, you must configure the IIS computer so that it uses an account other than the system account. The IIS Server Configurati...

How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET        
Total Hits: 24  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to implement forms-based authentication by using a database to store the users....

How to enable SMTP Authentication using System.Web.Mail        
Total Hits: 17  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to send e-mails from a .NET application through an SMTP server that requires authentication....

How to enable SMTP Authentication using System.Web.Mail        
Total Hits: 25  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

Exchange Server requires, by default, authenticated users to send mail messages via SMTP. If you are developing a .NET application you will find that System.Web.Mail does not contain an API that allows you to provide credentials for connecting to an SMTP server. System.Web.Mail internally calls Microsoft® Collaboration Data Objects CDOSYS. SMTP Authentication is possible by defining configuration settings using the Configuration object associated to the Message CDO object....

How to call a Web service by using a client certificate for authentication in an ASP.NET Web application        
Total Hits: 55  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

Frequently, Web services must authenticate applications that call the Web services. The Web services must perform authentications of calling applications before the Web services can perform authorizations. One authentication technique is to require applications that call the Web service to present a client certificate.

When an ASP.NET Web application tries to call a Web service that uses certificate authentication, you may receive an "access denied" error message. When a console applicati...

HOW TO: Authenticate Against the Active Directory by Using Forms Authentication and Visual C# .NET (Q316748)        
Total Hits: 3035  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article demonstrates how an ASP.NET application can use Forms authentication to permit users to authenticate against the Active Directory by using the Lightweight Directory Access Protocol (LDAP). After the user is authenticated and redirected, you can use the Application_AuthenticateRequest method of the Global.asax file to store a GenericPrincipal object in the HttpContext.User property that flows throughout the request....

INFO: ASP.NET Roadmap (Q305140)        
Total Hits: 238  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides a roadmap to learning and mastering ASP.NET. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to help you learn about a Microsoft product or technology....

HOW TO: Implement Forms-Based Authentication in Your ASP.NET Application Using C# .NET (Q301240)        
Total Hits: 535  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to implement forms-based authentication by using a database to store the users....

Q301240 - HOW TO: Use Forms Authentication to Secure an ASP .NET Application        
Total Hits: 2425  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates the simplest way to create an ASP .NET application that implements forms authentication....

How To Implement Role-Based Security with Forms-Based Authentication in Your ASP.NET Application by Using Visual Basic .NET        
Total Hits: 32  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to implement role-based security in an ASP.NET application that implements forms-based authentication using Visual Basic .NET....

CryptographicException When You Request Multithreaded Digest Authentication Posts (Q319014)        
Total Hits: 193  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing....

HOW TO: Implement Role-Based Security with Forms-Based Authentication in Your ASP.NET Application Using C# .NET (Q311495)        
Total Hits: 849  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to implement role-based security in an ASP.NET application that implements forms-based authentication using Visual C# .NET...

INFO: ASP.NET HTTP Modules and HTTP Handlers Overview (Q307985)        
Total Hits: 203  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

HTTP modules and HTTP handlers are an integral part of the ASP.NET architecture. While a request is being processed, each request is processed by multiple HTTP modules (for example, the authentication module and the session module) and is then processed by a single HTTP handler. After the handler has processed the request, the request flows back through the HTTP modules....

How to authenticate against the Active Directory by using Forms authentication and Visual C# .NET        
Total Hits: 26  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article demonstrates how an ASP.NET application can use Forms authentication to permit users to authenticate against the Active Directory by using the Lightweight Directory Access Protocol (LDAP). After the user is authenticated and redirected, you can use the Application_AuthenticateRequest method of the Global.asax file to store a GenericPrincipal object in the HttpContext.User property that flows throughout the request....

Retrieving middle rows from a table        
Total Hits: 60  |  Today: 0 Author: Vivekanand Kilaparthi       Rating:  
Read Reviews | Write Review |              Your Rating: 

For retrieving the middle rows of a table irrespective of its columns needs to write a procedure which will take 3 parameters.

First parameter: The first parameter is the query of the particular table with respective column names (if needed or if u know the column details) otherwise u can give the * instead of column names with respective where condition in it, the parameter is of data type TEXT....

HOW TO: Control Authorization Permissions in an ASP.NET Application (Q316871)        
Total Hits: 653  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

Use this step-by-step guide to apply the < location > tag to the Web.config file to configure access to a specific file and folder....

HOW TO: Create Keys with Visual Basic .NET for Use in Forms Authentication (Q313091)        
Total Hits: 267  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to create keys to use for encryption, decryption, and validation of Forms authentication cookie data. You can use the keys that you create in this article for the validationKey and the decryptionKey attributes of the < machineKey > section in the < system.web > element in the Machine.config and the Web.config files....



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net