Results 1 to 7 of 7

Thread: xml and security

  1. #1

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    xml and security

    I know to create a "relativly" secure database but how do i implement any kind of data security on the web with xml? i am using xml to store data that will later be migrated to a db when my site is on more firm ground but i want the data to be secure.

    thanks
    Magiaus

    If I helped give me some points.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you could;
    a) encrypt the data
    and/or
    b) remove anonymous and Everyone access to the file
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    i am not familiar with

    using nt user accounts outside of an intranet. would i do something like have a special account setupy like xml_user and when people log in they gain access to that account? or am i off base?
    Magiaus

    If I helped give me some points.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    basically you just make it o the xml file cannot be accessed by downloading through IE. You make it not accesable except to the network so hat only your application on the same computer can access it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Lively Member ac11965's Avatar
    Join Date
    May 2000
    Location
    East London, South Africa
    Posts
    69
    here's something similar...

    my users also want their web application to be avaliable offline.
    so i also thought of using xml for the offline version (the orginal on sql)

    but i can't run my web app without a server...
    would i have to create another application just in vb?

    but then you sit with two applications to maintain...

    any ideas?

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you cannot run asp/aspx without a webserver..It is not like html which is able to be viewed in a webbrowser from a local drive. Something has to process the aspx code
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    Lively Member ac11965's Avatar
    Join Date
    May 2000
    Location
    East London, South Africa
    Posts
    69
    yes i know!
    but what can i do about it?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width