What is ASP Download?


ASP Download is the best article search engine about ASP, ASP Tutorials, ASP scripts, ASP articles, ASP applications, ASP and related information. Articles are including photos, detailed instructions, tips, idea, theory and more. Currently we indexed and managed 1.257 articles! It's unbelievable but true, and we're growing every single day.

You can search for articles or you can browse ASP categories to find an answer and more information about ASP related information, whatever you looking for related with ASP.

Welcome the world biggest ASP Active Server Page website. Welcome to the ASP Download !

Search Inside ASP Articles;


in
You can search inside 1.257 articles, Click here for a random article!


ASP Download;

Web Applications

Ad Management, Bulletin Board & Forum, Graphics, Guest Book, Business & Enterprise, ...

Programing

C#, Java, Perl, Phyton, C++ / C, ...

Security

Spyware, Adware, Network, Web Application Security, Cryptography,

Components

Browser Utilities, Miscellaneous, Bulletin Board Systems, Multimedia, Calendar & Time, ...

Web Programming

JavaScript, HTML, ASP, PHP, JSP, ...

ASP Web Hosting

SMTP / POP3, ASP.NET Web Hosting, Co-located Racks, Hosting Resources, Reseller Hosting, ...

Software & Server

Application Servers, Graphics & Charts, ASP Code Editors, Performance, ASP Servers, ...

Tutorials & Code Snips

Application Making, My First Script, Automation & Bots, Network Functions, Browser Utilities, ...

ASP.NET

.NET Framework, Tutorials, User Management,

Recent Articles !

  1. Telerik announces RadControls Q3 2007
    Telerik, a leading vendor of UI components for .NET development, has announced the release of RadControls Q3 2007, which includes updates for all product lines for web and desktop presentation layer development.

  2. Authentication and Authorization
    ASP.NET works in conjunction with IIS to support authentication, using Basic, Digest, and Windows authentication. ASP.NET supports the Microsoft Passport authentication service, which provides single sign-on services and support for user profile services. ASP.NET also provides a robust service for applications that want to use forms-based authentication. Forms-based authentication uses cookies to authenticate users and allows the application to do its own credential verification.

  3. Storing Passwords - done right!
    In very many - not to say almost all - Web applications user data is administered, from Web forum to Web shop. These user data encompass login information of the users which contain the password besides the user name - and this in plain text. A security leak par excellence. Why is storing the user name and password in plain text a security leak? Well, imagine a cracker gaining system access through eventual OS or server software errors, and being able to read the user database. As he now knows the user name and password of any arbitrary user he can now log on as a 'real' user and do whatever he wants with the permissions for that user - from ordering in the Web shop to character assassination on the forum. And you are the operator... How can this security risk be eliminated? Why should we roam far when a proven method for safe storage of passwords exists since decades: under UNIX, user passwords are stored as so called 'salted hashes'.

  4. Creating a Single Sign-on for ASP.NET Application and Legacy ASP Application (Part II)
    A hack into the .NET authentication classes to extract a component that can be called by legacy asp applications to generate the same authentication token used in asp.net applications.

  5. Creating a Single Sign-on across ASP.NET Application and Legacy ASP Application
    Encryption and hashing are used in this project to solve a common problem faced by many programmers, which is to create a single sign-on across multiple applications, which might be a mix of legacy ASP applications and ASP.NET applications.