|
|
|
|
|
Total Hits: 409 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 274 | Today: 0
|
Author: MSDN
|
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...
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article demonstrates how to implement forms-based authentication by using a database to store the users....
|
|
|
|
Total Hits: 17 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article describes how to send e-mails from a .NET application through an SMTP server that requires authentication....
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 55 | Today: 0
|
Author: Microsoft
|
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...
|
|
|
|
Total Hits: 3035 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 238 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 535 | Today: 0
|
Author: MSDN
|
Rating:
|
|

This article demonstrates how to implement forms-based authentication by using a database to store the users....
|
|
|
|
Total Hits: 2425 | Today: 0
|
|
Rating:
|
|

This article demonstrates the simplest way to create an ASP .NET application that implements forms authentication....
|
|
|
|
Total Hits: 32 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article describes how to implement role-based security in an ASP.NET application that implements forms-based authentication using Visual Basic .NET....
|
|
|
|
Total Hits: 193 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 849 | Today: 0
|
Author: MSDN
|
Rating:
|
|

This article describes how to implement role-based security in an ASP.NET application that implements forms-based authentication using Visual C# .NET...
|
|
|
|
Total Hits: 203 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 26 | Today: 0
|
Author: Microsoft
|
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....
|
|
|
|
Total Hits: 60 | Today: 0
|
Author: Vivekanand Kilaparthi
|
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....
|
|
|
|
Total Hits: 653 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
Total Hits: 267 | Today: 0
|
Author: MSDN
|
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....
|
|
|
|
|
|