Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Help Needed !!! URGENT

Help Needed !!! URGENT

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhardware
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vishalmishra
    wrote on last edited by
    #1

    i m developing a media on demand system, which is an ASP.NET Web Application.. 1) how to use login n logout in a multiuser environment ? i think we need to implement cookies, but dunno how to use them.. ? 2) in our web application, the client can play media(audio/video) files on his web page. on the server side, i ve embedded the windows media player on the VB.NET interface... and passing the URL of the media files dynamically to the windows media player... but if the client has Download Accelerator Plus, when he selects the file to play, the DAP(Download Accelerator Plus) pops up and start downloading these media files... how to disable this DAP from downloading the files on the client's system ? please help me... i need it badly

    C 1 Reply Last reply
    0
    • V vishalmishra

      i m developing a media on demand system, which is an ASP.NET Web Application.. 1) how to use login n logout in a multiuser environment ? i think we need to implement cookies, but dunno how to use them.. ? 2) in our web application, the client can play media(audio/video) files on his web page. on the server side, i ve embedded the windows media player on the VB.NET interface... and passing the URL of the media files dynamically to the windows media player... but if the client has Download Accelerator Plus, when he selects the file to play, the DAP(Download Accelerator Plus) pops up and start downloading these media files... how to disable this DAP from downloading the files on the client's system ? please help me... i need it badly

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      vishalmishra wrote: i think we need to implement cookies, but dunno how to use them.. ? You don't need this, but if you did, google would solve the problem in seconds. vishalmishra wrote: how to use login n logout in a multiuser environment ? i What you really need is session state ( hint: google ). vishalmishra wrote: but if the client has Download Accelerator Plus, when he selects the file to play, the DAP(Download Accelerator Plus) pops up and start downloading these media files... how to disable this DAP from downloading the files on the client's system ? Get the user to do the follow: control panel/add/remove programs/Download Accelerator Plus/Remove. You can't control what happens on the client end with code on the server side, nor can you change if the client has another program associated with the media files you're sending. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups