Protecting Web Site Download Files

Learn how to put files on your Web site and protect them so that only certain users can access them.

How to Add Events with Custom Arguments to ASP.NET User Controls

Learn how to pass custom event arguments between your user controls and the web pages that host them.

Subscribing Customers to an AWeber List with an ASP.NET Application

This article shows you how to send subscribe requests to AWeber directly from your ASP.NET application. This technique is useful when you already have the customer’s name and email address and don’t want a separate subscribe form.

Configuring ASP.NET for Large File Uploads

If your application needs to support large file uploads, you can override the default maximum request length for a specific page or the entire site using the maxRequestLength configuration property.

Posting to an Off-Site Page in DotNetNuke

Getting an AWeber subscribe form to work in DotNetNuke requires a little ingenuity.

Resizing Uploaded Images in ASP.NET

How to keep uploaded photos and images under control when you can’t assume the user has the knowledge or tools to manipulate them.

Sending Multi-Part Emails from ASP.NET

Make your recipients and the spam cops happy by sending multi-part plain text and HTML email messages.

Creating Custom Configuration Sections in ASP.NET

Use the ASP.NET configuration system to add complex configuration structures to Web.config.

How to Redirect Folder Requests with ASP.NET

Give your visitors a simple mnemonic URL that takes them to a specific location on your site without creating IIS virtual directories.

Write Your Own .NET RSS Feed in C#

Program an RSS feed for your Web site using C# and the .NET framework.