Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Dealing with errors and tracing in ASP.NET - ASP.NET tutorial


In this article we discuss dealing with errors. We'll work with debugging issues, tracing, and custom error generation.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Running ASP.Net on Windows Server 2003
Running ASP.Net on Windows Server 2003
Read this tutorial if you're getting a 404 error while deploying an ASP.Net application on Windows Server 2003.
Category: ASP.NET tutorials - Difficulty:
Active Directory in Generated Applications: Simple Authentication
Active Directory in Generated Applications: Simple Authentication
Iron Speed Designer generates database and reporting applications for .NET in minutes, straight from your database. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy-to-customize and ready-to-deploy. If you need an app built today, use Iron Speed Designer! Simply point to an existing database and let the Iron Speed Designer wizards build a sophisticated, database-driven application that’s ready to deploy. In just minutes, Iron Speed Designer generates your application’s Web pages, user interface code and data access logic. Say ‘good bye’ to hand-coding ASPX pages and SQL statements. Iron Speed Designer eliminates routine infrastructure programming, freeing you to focus on your business logic. You can customize every aspect of your application, from its visual style to the underlying code. Applications have a straightforward class hierarchy that makes it easy to extend and preserve your code modifications. You enjoy unrestricted access to 100% of the code, and there are no run-time license fees or special server software requirements for applications built with Iron Speed Designer.
Category: ASP.NET tutorials - Difficulty:
Working with GDI+ in ASP.NET
Working with GDI+ in ASP.NET
GDI+ (Graphics Device Interface) is the new interface for drawing Windows graphics. It is used frequently in Windows Applications but the nice thing is that they are also available in ASP.NET Web Applications.
Category: ASP.NET tutorials - Difficulty:
Using AJAX in your ASP.NET web applications
Using AJAX in your ASP.NET web applications
A simple demonstration of how to use the ASP.NET AJAX framework in your ASP.NET web pages. What we want to achieve here is some sort of interaction between the web page and the server without having to post-back the entire web page.
Category: ASP.NET tutorials - Difficulty:
Generating Forms Authentication Compatible Passwords (SHA1)
Generating Forms Authentication Compatible Passwords (SHA1)
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
Category: ASP.NET tutorials - Difficulty: