ASP.NET Security

Articles, News, and Resources about ASP.NET Security

Archive for October, 2007

Very Simple Shopping Cart

It should be made in VB ASP.NET only It’s a kind of shopping cart very simple, nothing of the complexitty of regular shopping carts on the web. Products to sell: images/files to download. Customers types: 2. One type are schools wich …
Read the original: Very Simple Shopping Cart

Read Full Post »

ASP.NET built in Security Controls

Security controls for Web Applications, really cool, and slick- so far. Good tutorial: Securing Your Application.
More here: ASP.NET built in Security Controls

Read Full Post »

I’ve long been concerned that developers are adding AJAX functionality to their web sites without fully considering the security ramifications. In fact, I believe some of the high-level tools for AJAX-enabling sites actually encourage …
Read the original: WebMethods Behind ASP.NET Pages are Web Services Too

Read Full Post »

4-Tier Architecture in ASP.NET with C#

using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; …
See the original post here: 4-Tier Architecture in ASP.NET with C#

Read Full Post »

Mitigating XSS Attacks in ASP.NET Apps

However, I find several cases where the application team deviates from having this directive set to true for some business reasons. For eg. there is a rich text box in the web page which must allow any kind of input data. …
See the original post here: Mitigating XSS Attacks in ASP.NET Apps

Read Full Post »

Now, even though we have the Active Directory managing our users and groups, we still have to program what those groups can do in our application. The following example shows how to setup your WEB (ASP.Net) application to check if the …
Read the original: Using Active Directory to manage your web application security

Read Full Post »

To maintain consistency with the location of databases in a typical ASP.NET 2.0 web application, save this database in C:\NewMembershipProvider\App_Data\. Give it the name Members.mdb. Create a new table in the Members.mdb database and …
See original here: Writing A Custom Membership Provider for your ASP.NET 2.0 Web Site

Read Full Post »

VB.NET Interview Questions #5

What criteria would you use to determine if a particular program should be written as a web based ASP.NET application or …
See the rest here: VB.NET Interview Questions #5

Read Full Post »

Web Server in Windows Server 2008

With this model, ASP.NET is no longer employed with our Web server as a standalone application framework. It serves by now being a platform for extending the IIS Web server, facilitating ASP.NET components to turn into constituents of …
Continued here: Web Server in Windows Server 2008

Read Full Post »

ASP.NET Web Application Security; Chapter 1 - Managing Users; Chapter 2 - Authenticating and Authorizing Users; Chapter 3 - Managing Sessions; Chapter 4 - Encrypting Private Data; Chapter 5 - Filtering User Input; Chapter 6 - Accessing …
Read the original here: Hacking The Code - Asp.net web application Security

Read Full Post »

The book offers detailed information on every major area of ASP.NET security you’ll encounter when developing Web applications. You’ll see how ASP.NET 2.0 version contains many new built-in security functions compared to ASP. …
View original here: Professional ASP.NET 2.0 Security, Membership, and Role Management …

Read Full Post »