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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Accessing images stored within a firewall??

Accessing images stored within a firewall??

Scheduled Pinned Locked Moved ASP.NET
sysadmindatabasesql-serverwindows-adminhelp
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.
  • G Offline
    G Offline
    Goalie35
    wrote on last edited by
    #1

    We're creating a site for our client and need to allow them to view scanned order form images. These order form images are stored on servers within our corporate network however, for obvious reasons, our clients' intranet site will be stored on a server outside of our network (i.e. outside of our firewall). So we're having problems trying to give permissions to this intranet site to be able to view these images within our company's firewall. Has anyone ever encountered this issue? Also, if it helps, the app is developed in the 1.1 framework and the server storing the images is using Sql Server 2000 and IIS 5.0. Thanks. -Goalie35

    J 1 Reply Last reply
    0
    • G Goalie35

      We're creating a site for our client and need to allow them to view scanned order form images. These order form images are stored on servers within our corporate network however, for obvious reasons, our clients' intranet site will be stored on a server outside of our network (i.e. outside of our firewall). So we're having problems trying to give permissions to this intranet site to be able to view these images within our company's firewall. Has anyone ever encountered this issue? Also, if it helps, the app is developed in the 1.1 framework and the server storing the images is using Sql Server 2000 and IIS 5.0. Thanks. -Goalie35

      J Offline
      J Offline
      Jim Conigliaro
      wrote on last edited by
      #2

      You shouldn't really be trying tp make the images directly accessible outside the firewall. The best way to handle this is to create a distributed architecture in which a machine inside the firewall streams the images to a machine in the DMZ which can then be streamed to the client. A simple web service should be sufficient. On your machine inside the firewall, create a web service that, given an image name/path, reads the file and returns a byte array representing the file data. On the web machine, call this web service and perform a BinaryWrite of the byte array.

      Jim Conigliaro jconigliaro@ieee.org
      http://www.jimconigliaro.com

      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