.NET news » ASP.NET ASP.NET Rss Feed

Passing Information Securely Between ASP and ASP.NET

Many classic ASP applications exist side-by-side with newer ASP.NET applications, sometimes leading to a need to transfer or share information between the two. This article shows one method of transferring such information securely.
10 Mar 2006, 15:09:50   Source: Passing Information Securely Between ASP and ASP.NET   Tags: ASP.NET Security

Install and Run Your ASP.NET Applications on Systems Without IIS

Learn how to install and run your ASP.NET applications on systems without IIS in three easy steps.
28 Feb 2006, 22:18:30   Source: Install and Run Your ASP.NET Applications on Systems...   Tags: ASP.NET Internet

ASP.NET 2.0 Localization - using Visual Studio 2005

This article provides a step-by-step introduction on Localization in ASP.NET 2.0 using the Visual Studio 2005.

Encrypting Configuration Information in ASP.NET 2.0 Applications

When creating ASP.NET 2.0 applications, developers commonly store sensitive configuration information in the Web.config file. The cannonical example is database connection strings, but other sensitive information included in the Web.config file can include SMTP server connection information and user credentials, among others. While ASP.NET is configured, by default, to reject all HTTP requests to resources with the .config extension, the sensitive information in Web.config can be compromised if a hacker obtains access to your web server's file system. For example, perhaps you forgot to disallow anonymous FTP access to your website, thereby allowing a hacker to simply FTP in and download your Web.config file. Eep.

Fortunately ASP.NET 2.0 helps mitigate this problem by allowing selective portions of the Web.config file to be encrypted, such as the section, or some custom config section used by your application. Configuration sections can be easily encrypted using code or aspnet_regiis.exe, a command-line program. Once encrypted, the Web.config settings are safe from prying eyes. Furthermore, when retrieving encrypted congifuration settings programmatically in your ASP.NET pages, ASP.NET will automatically decrypt the encrypted sections its reading. In short, once the configuration information in encrypted, you don't need to write any further code or take any further action to use that encrypted data in your application.

In this article we'll see how to programmatically encrypt and decrypt portions of the configuration settings and look at using the aspnet_regiis.exe command-line program. We'll then evaluate the encryption options ASP.NET 2.0 offers. There's also a short discussion on how to encrypt configuration information in ASP.NET version 1.x.

14 Feb 2006, 18:00:00   Source: Encrypting Configuration Information in ASP.NET 2.0...   Tags: ASP.NET Security

Looking at Themes and Skins

In this screencast available here we take a look at one of the new features of ASP 2.0 called Themes and Skins. A theme is a collection of property settings that allow a Web page to define a common look and for pages and controls. Themes are made up of elements: skins, Cascading Style Sheets (CSS), images and other defined resources.
View Looking at Themes and Skins
6 Feb 2006, 05:36:00   Source: Looking at Themes and Skins   Tags: ASP.NET GUI

New features for web developers in ASP.NET 2.0

ASP.NET 2.0 brings enhanced performance and many new features that make the web developer's life easier. Alex Homer takes you through what's new.
3 Feb 2006, 06:25:00   Source: New features for web developers in ASP.NET 2.0   Tags: ASP.NET

A Low-level Look at ASP.NET Architecture

Many developers are familiar only with the high-level .NET frameworks like Web Forms and Web services that sit at the very top level of the ASP.NET hierarchy. This article discusses the lower-level aspects of ASP.NET and explains how requests move from Web Server to the ASP.NET runtime and then through the ASP.NET HTTP pipeline to process requests.
6 Jan 2006, 06:24:42   Source: A Low-level Look at ASP.NET Architecture   Tags: ASP.NET

Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0

Online Article: Top-Ten Annotations and Remarks about the Wonderful and Powerful New Set of Features in ASP.NET 2.0

You'll still write a good deal of code in ASP.NET 2.0.Don't completely trust those who say that ASP.NET 2.0 cuts 70% of the amount of code you're called to write. You'll end up writing more or less the same quantity of code, but you'll write code of different quality. You'll have more components and less boilerplate code to tie together pages and controls. Features like the provider model, data source controls, and master pages make coding easier and equally effective. But since there's no magic behind, you have to learn the implications of each feature you employ. In the end, ASP.NET 2.0 comes with code behind, not magic behind.

3 Jan 2006, 02:00:00   Source: Online Article: Top-Ten Annotations and Remarks about the...   Tags: ASP.NET

How To : Create a Dynamic Time Table in ASP.NET

There will be many times where you will need to have a time table in your applications. This articles discusses on the same.
27 Dec 2005, 10:47:52   Source: How To : Create a Dynamic Time Table in ASP.NET   Tags: ASP.NET Examples

Karamasoft UltimateSpell

UltimateSpell is an ASP.NET control to spell check editable content on your web pages. * AJAX Enabled - Spell check very long text without compromising on speed. Sends small blocks of text to server using AJAX techniques without refreshing the page. * Auto Find - Drag-and-drop the control onto your page, and you're done. It automatically finds and spell checks all editable controls. * Cache Dictionary - Automatically caches dictionaries for fast interaction and data retrieval. * Lots of Dictionaries - Currently 34 dictionaries available on our website. If not enough you can use your own dictionary as well. * Show Options - Change the spelling options either on the server-side, or on the client-side inside the spell check dialog box at runtime.
21 Dec 2005, 07:13:53   Source: Karamasoft UltimateSpell   Tags: Components ASP.NET Ajax