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. System.UnauthorizedAccessException: Access to the path Denied

System.UnauthorizedAccessException: Access to the path Denied

Scheduled Pinned Locked Moved ASP.NET
help
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.
  • S Offline
    S Offline
    Sophia Rekhi
    wrote on last edited by
    #1

    hi all, i am trying to save an image into table, but it is not working. and an exception is raised. here i give u code in which the error occurs. error line is 40. Line 38: con.Open() Line 39: da.Fill(ds, "Pub_info") Line 40: Dim fs As New FileStream"C:\image\sample.jpeg",FileMode.OpenOrCreate, FileAccess.Read) Line 41: Dim MyData(fs.Length) As Byte Line 42: fs.Read(MyData, 0, fs.Length) pls help me.

    S 1 Reply Last reply
    0
    • S Sophia Rekhi

      hi all, i am trying to save an image into table, but it is not working. and an exception is raised. here i give u code in which the error occurs. error line is 40. Line 38: con.Open() Line 39: da.Fill(ds, "Pub_info") Line 40: Dim fs As New FileStream"C:\image\sample.jpeg",FileMode.OpenOrCreate, FileAccess.Read) Line 41: Dim MyData(fs.Length) As Byte Line 42: fs.Read(MyData, 0, fs.Length) pls help me.

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      Its security issue Add ASP.NET/Debugger and Make the folder availbale to your application

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

      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