One of the most useful features of ASP.NET forms-based authentication is the ability to use roles when designing a security infrastructure. When used naively, however, it can be very inefficient.
Read the rest of this entry »
This book is meant to show all ASP programmers, new and old, just how powerful ASP.NET now is. Unlike ASP 1.x through 3.x, which worked in Windows 95 through the Personal Web Server tool, you will need at least Windows 2000, all the latest service packs, Internet Explorer 6, IIS 5.x (up to date), and the .NET SDK installed.
As of this writing, the latest version of .NET is Beta 2, which covers the framework,ASP, and its programming languages. Remember, this book is meant to be an introduction to ASP.NET, not VB.NET or C#.
Microsoft’s .NET framework provides developers with the ability to build and deploy applications and services via the Web. These services can facilitate communication between clients and .NET application servers (such as database servers and so forth) through the use of XML queries issued by the client. This environment is attractive to developers because it is a language-neutral environment that can deliver content to end-users regardless of the platform in use.
Read the rest of this entry »
XML Programming: Web Applications and Web Services with JSP and ASP provides a fast-moving introduction to the XML family of technologies for programmers.
Read the rest of this entry »
ASP.NET 3.5 is the latest version of Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution.
This tutorial covering on securing asp.net application, just an outline of step by step that must be taken on securing asp.net application against (primarily) sql injections attack.
Read the rest of this entry »
An overview of ASP 2.0, covering new features, IDE changes, getting started with visual studio 2005, Visual Studio 2005 highlights, binding data to control, New security and a few of VB.Net samples applications.
Read the rest of this entry »
This paper briefly describes several common classes of coding error generally encountered when auditing web applications running on the Active Server Pages (ASP) platform.
Read the rest of this entry »
Are you sick of static HTML pages? Do you want to create dynamic web pages? Do you want to enable your web pages with database access?
Read the rest of this entry »
ASP.NET provides integrated compilation support to build source files into DLLs in just-in-time fashion Read the rest of this entry »