File permission

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bala2it4u
    New Member
    • Jun 2007
    • 30

    File permission

    In Asp.net application presently i am giving full purmission for users under security tag of file properties, but

    people say it is not safe to give full permission to file access

    If that is right then how to give file permission for writting access and why it is not safe
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Basically the internet is not safe don't put all your secrets on there. There are however differing levels of security for all your other information depending the level of priority you decide to assign.

    Most breaches are nuisance value like people being able to query your db to taking over your homepage. Security is a large topic, suggest you research it.

    Comment

    • bala2it4u
      New Member
      • Jun 2007
      • 30

      #3
      Originally posted by kenobewan
      Basically the internet is not safe don't put all your secrets on there. There are however differing levels of security for all your other information depending the level of priority you decide to assign.

      Most breaches are nuisance value like people being able to query your db to taking over your homepage. Security is a large topic, suggest you research it.
      You are rite, tell me only one thing ,I want a folder to be accessed or modified by a url link for example using a editor tool i edited the page and save the page .how to give permission to it

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        Suggest you review application level security before focusing on folder permissions. HTH.

        Comment

        Working...