Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Professional
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 24th, 2006, 09:11 AM
Authorized User
 
Join Date: Jan 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default sending streaming audio files to client browser

i want to send streaming audio files to the client browser from server for playing purpose but i don't want that audio file to be stored in clients Temporary Internet Files.is there any way i can do that.please help me

 
Old March 28th, 2006, 12:29 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

in your page load event do this:
Response.Cache.SetCacheability(HttpCacheability.No Cache)

This keeps your page from being cached. (BTW, if you have files that you don't want other people to steal, dont put them on the web. NOTHING is full proof and if someone wants something bad enough, they will get it eventually. A good example of this is Image sites that used to use the "Disable Right Click" feature and there where how many ways around that! Just some food for thought.)

"The one language all programmers understand is profanity."





Similar Threads
Thread Thread Starter Forum Replies Last Post
audio video streaming in asp.net nirmalbarsainyan ASP.NET 1.0 and 1.1 Professional 5 April 4th, 2007 09:21 AM
audio video streaming in asp.net nirmalbarsainyan ASP.NET 1.x and 2.0 Application Design 0 March 21st, 2007 05:10 AM
Sending data to the audio-output device BrianWren VB How-To 2 January 11th, 2007 06:46 PM
sending files to client mhuman1 ASP.NET 1.0 and 1.1 Basics 1 August 26th, 2004 11:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.