Murali Medisetti's (We)blog

Tuesday, February 03, 2004

Mixing Forms and Windows Security in ASP.NET .:new

Examine a solution that combines Forms and Windows Authentication, enabling ASP.NET security for both internal and external users.

---------------------------------------------------------------

Building a Custom Registration and Login Control .:new

Why wait for ASP.NET Whidbey to add Registration and Authentication controls? Build that functionality into ASP.NET 1.1 with this article.


---------------------------------------------------------------

The Forgotten Controls – HTML Server Controls .:new


Discover the ASP.NET HTML server controls. Learn how they can help you tune the HTML generated for your Web pages, and allow you to alter parts of the page normally not reachable.

---------------------------------------------------------------

Rich Custom Error Handling with ASP.NET .:new


Add your own custom error handling to your ASP.NET Web applications to ease debugging and improve customer satisfaction.

---------------------------------------------------------------
Data Points - Managing Hierarchical Inserts in ASP.NET and ADO.NET .:new

Manage and persist user input before it's committed to the database

---------------------------------------------------------------

Inside WSDL with .NET Attribution .:new

Understanding how a Web Services Definition Language (WSDL) file describes your Web service is the key to understanding how XML Web services work in general. Demystify the Web Service Description Language (WSDL) files that Microsoft ASP.NET generates by examining the seven major elements that compose a WSDL file, and learn techniques for altering the generated WSDL by using the attributes available within the System.Web.Services, System.Web.Services.Protocols, and the System.Xml.Serialization namespaces.

---------------------------------------------------------------

Turn Your Log Files into Searchable Data Using Regex and the XML Classes .:new

Discover how to use the built-in regular expression functionality in the .NET Framework to convert delimited log files into XML for later processing.

---------------------------------------------------------------


One Site, Many Faces .:new


Examine a technique for building and maintaining a site that presents a variety of output formats (XML, HTML, RSS) from a single source.