|
How can I get free Certificate for SSL enabled site
|
Total Hit (2600) |
If you need to setup SSL in IIS but don't want to pay for cert signing
now, please visit:
«a href='http://www.cmsweb.com/ca/personal-sign-form.php3'»http://www.cmsweb.com/ca/personal-sign-form.php3«/a»«a target=_blank title='New Window' href='http://www.cmsweb.com/ca/personal-sign-form.php3'» «i
....Read More |
Rating
|
|
|
|
|
Login using the Web.config file ASP.NET
|
Total Hit (1102) |
The web.config file can be used to restrict access to resources within a directory forcing the user to login for authentication. This is useful in that they can be restricted from access by directory rather than validating the user through a session variable on every page. This FAQ is based on a pr
....Read More |
Rating
|
|
|
|
|
|
|
How To: Call a Web Service Using SSL
|
Total Hit (1137) |
SSL can be used to guarantee the integrity and confidentiality of the messages passed to and from a Web service. This How To shows you how to use SSL with Web services.
|
Rating
|
|
|
How To: Set Up SSL on a Web Server
|
Total Hit (1173) |
A Web server must be configured for SSL in order to support https connections from client applications. This How To shows you how to configure SSL on a Web Server. (
|
Rating
|
|
|
How To: Set Up Client Certificates
|
Total Hit (1182) |
IIS supports client certificate authentication. This How To shows you how to configure a Web application to require client certificates. It also shows you how to install a certificate on a client computer and use it when calling the Web application.
|
Rating
|
|
|
|
How To: Use SSL to Secure Communication with SQL Server 2000
|
Total Hit (1207) |
It is often vital for applications to be able to secure the data passed to and from a SQL Server database server. With SQL Server 2000, you can use SSL to create an encrypted channel. This How To shows you how to install a certificate on the database server, configure SQL Server for SSL and to verif
....Read More |
Rating
|
|
|
|
|
Securing image URLs in a website
|
Total Hit (1108) |
How to hide image URLs on a website to avoid illegal access, using a custom HttpHandler and encryption.
|
Rating
|
|
|
|
Data Sanitization - Reducing Security Holes in an ASP Web Site
|
Total Hit (4548) |
ASP is a great Web development technology that allows for rapid development of data-driven Web sites. However, problems can arise, however, when developers "go live" with code that contains potential security holes due to rushing out poor code, or not knowing the exploits that exist. In this article
....Read More |
Rating
|
|
|
|
|
|
|
|
Securing an ASP.Net application
|
Total Hit (5444) |
this article develops a reasonably secure login facility utilizing the inbuilt features of ASP.Net (forms based authentication). Also presented is an introduction to related security features and issues, in particular mentioning how security could be further improved by consideration of technologies
....Read More |
Rating
|
|
|
Check Windows Identity?
|
Total Hit (981) |
When you use ASP.NET Windows authentication, ASP.NET attaches a WindowsPrincipal object to the current request. This object is used by URL authorization. The application can also use it programatically to determine whether a requesting identity is in a given role.
....Read More |
Rating
|
|
|
Apply forms-based authentication?
|
Total Hit (1084) |
Forms-based authentication is an ASP.NET authentication service that enables applications to provide their own logon UI and do their own credential verification. ASP.NET authenticates users, redirecting unauthenticated users to the logon page, and performing all the necessary cookie management. This
....Read More |
Rating
|
|
|
Grant or deny permission to a user or role?
|
Total Hit (1031) |
ASP.NET is used to control client access to URL resources. It is configurable for the HTTP method used to make the request (GET or POST) and can be configured to allow or deny access to groups of users or roles. The following example shows access being granted to a user named John and a role named A
....Read More |
Rating
|
|
|
Using Windows and Forms Authentication Together
|
Total Hit (838) |
ASP.NET provides two main ways to secure your web applications. They are - Windows authentication and Forms authentication. Windows authentication uses windows users names and passwords to authenticate them where as Forms authentication typically uses user ids and passwords stored in some database.
....Read More |
Rating
|
|
|
Implementing Role Based Security in ASP.NET
|
Total Hit (936) |
In many applications in addition to authenticating users you need to authorize them based on their roles. In this article we will see how to use Windows built in as well as custom roles to authorize users of your application.
This article will cover folloing topics
«LI»What are Principals, Rol
....Read More |
Rating
|
|
|