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. Protect XML from outside access in asp.net

Protect XML from outside access in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netxmltutorial
3 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.
  • P Offline
    P Offline
    Prasanta_Prince
    wrote on last edited by
    #1

    How to Protect XML from outside access in asp.net. I have use

    But it doesn`t work online.

    A 1 Reply Last reply
    0
    • P Prasanta_Prince

      How to Protect XML from outside access in asp.net. I have use

      But it doesn`t work online.

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #2

      I'm pretty sure that's a setting you should be setting on the folder containing the XML file on the web server. Alternatively, you can embed the XML file in your application's DLL, which will make it inaccessible to the client side. Or you could store it in a database.

      [Managing Your JavaScript Library in ASP.NET]

      P 1 Reply Last reply
      0
      • A AspDotNetDev

        I'm pretty sure that's a setting you should be setting on the folder containing the XML file on the web server. Alternatively, you can embed the XML file in your application's DLL, which will make it inaccessible to the client side. Or you could store it in a database.

        [Managing Your JavaScript Library in ASP.NET]

        P Offline
        P Offline
        Prasanta_Prince
        wrote on last edited by
        #3

        I have xml in root folder. I just want to stop viewing xml file from outside.

        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