File downloading with COM and ASP

Publisher: Code Project Date added: 05 November, 2007
License: Freeware

File downloading with COM and ASP is an ASP article for the webmasters that summarizes the procedures for sending download files to your clients through the COM components. The author has given some guidelines for protecting your website files from h

Advertisements
   

Description:

File downloading with COM and ASP is an ASP article for the webmasters that summarizes the procedures for sending download files to your clients through the COM components. The author has given some guidelines for protecting your website files from hackers along with the IResponse interface for sending the files directly to the client browser. You will also come to know how to use the FileTransfer object of ASP in downloading files.

Related Scripts

Downloading Files with VBScript and ASP is a tutorial for the webmasters in developing and implementing downloads systems on their websites. You can learn to download files with extensions like *.asp, *.txt, *.html, *.htm etc., The author has given a

From this article ASP learners would be able to enrich their programming knowledge on file uploads through COM components. The author has given ASP codings for uploading files online and to retrieve the data from the files through the IRequest interf

If you're thinking of powering your next Web site with the latest in Microsoft Internet technologies, and you program in Visual Basic (VB), then Professional MTS and MSMQ with VB and ASP is for you. This fast-paced tutorial gives you a crash course i

Users can learn about creating .dll file using Visual Basic and ASP. The author says that if users want any component they have to look some files with the extension of .dll (Dynamic Link Library), so here the author guides users to create .dll with

Write file easy with ASP is an online ASP article in which the author has given codings for creating text files using ASP. The author has explained in brief about adding and deleting text from a file, to create and manage new files for ASP projects e

File Upload with ASP.NET is a tutorial in which author details about the procedure to build a HTML form which helps in uploading a file. The author describes the procedure for uploading the files to the server, method of storing the uploaded file in

ATL COM under ASP is an useful tutorial for the ASP developers to learn about the component that works with ATL and MFC. Here author explains about step by step methods involved in generating components using visual C++. This article will be helpful

COM for ASP Programmers is an ASP article in which author elaborates about the procedure involved in utilizing the COM objects and creating COM objects with the help of examples. In this tutorial programmers can learn about COM objects, it functional

.NET's interoperability with COM is the main theme discussed in this tutorial. The author describes how COM is good enough for component development. The difference between .NET and COM components are also discussed in this article.

Working with Cookies in ASP.NET is an article for the users who are new to the workingspot of cookies. This article covers the topics like working of cookie, writing and reading cookie, checking through cookie collection, debugging, testing for the

Protect your downloadable content by storing Protect your downloadable content by storing the files outside your webroot. This is an easy solution to online subscription content protection.

File Encryption is an useful article for the File Encryption is an useful article for the users to learn the method of encrypting the web application by using symmetric algorithm technique. The author discuuses about various classes that is offered by the .NET framework inorder to include it in