Configuring security for a site in Windows 2003

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Configuring security for a site in Windows 2003

    Hi.

    I am developing my first web site using asp.net and IIS 6 and have some
    doubts about security. My site will be available on the internet and my
    users won't use windows integrated security. The authentication process
    relies on a database and forms authentication. But I also wants to
    restrict unauthorized access from people inside my department, to the
    folders of the application, and I think that NTFS security can be the
    way to go. My question is, how exactly should I configure NTFS security
    to allow only me and another programmer to write to this folder? Will it
    avoid that my internet users writes to the folders too? At this moment,
    I see that several accounts (network services, guest, administrators...)
    have access to the folders. Is it ok?

    Thanks for your time and sorry for the basic questions.

    Chris Leffer

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Chris Leffer Guest

  2. Similar Questions and Discussions

    1. Application Event Log security issue on Windows 2003
      Hi, Does anyone know how to get this to work? Application Event Log does not work with (C++ COM) components that I call from ASP pages on...
    2. Advanced Security Error 14 Windows 2003
      All, I currently am building a new ColdFusion 5.0 Server box running on Windows 2003 w/SP1. the server is running fine and pages are rendering,...
    3. Security/Permission issue with OWC 11.0 on a Windows 2003 server
      Hi all, I've got what I think is a security/permission issue related to using the OWC 11 components on a Windows 2003 server. My web app has a...
    4. ASP.NET Crystal security issue windows server 2003
      Hi, The crystal reports viewer for asp.net doesn't work in windows server 2003 when the server is a domain controller. All I get is red exes...
    5. file.exists and security on windows 2003 server
      Hello, We have moved our ASP.NET web application from Windows 2000 server to windows 2003 server. However, the file.exists method that checks...
  3. #2

    Default Re: Configuring security for a site in Windows 2003

    Chris,
    Look over this article until you get it, this is how you will want to do it as far as your asp.net application is concerned. NTFS permissiosn is your last line of defence and should be configured as additional security, but hopefully your asp.net application will behave well enough that people can only do what you configure them to do, regardless of NTFS permissions.

    [url]http://aspnet.4guysfromrolla.com/articles/082703-1.aspx[/url]

    --Michael


    "Chris Leffer" <chrisl@wank.com> wrote in message news:%23Ync$ruhEHA.2812@tk2msftngp13.phx.gbl...
    > Hi.
    >
    > I am developing my first web site using asp.net and IIS 6 and have some
    > doubts about security. My site will be available on the internet and my
    > users won't use windows integrated security. The authentication process
    > relies on a database and forms authentication. But I also wants to
    > restrict unauthorized access from people inside my department, to the
    > folders of the application, and I think that NTFS security can be the
    > way to go. My question is, how exactly should I configure NTFS security
    > to allow only me and another programmer to write to this folder? Will it
    > avoid that my internet users writes to the folders too? At this moment,
    > I see that several accounts (network services, guest, administrators...)
    > have access to the folders. Is it ok?
    >
    > Thanks for your time and sorry for the basic questions.
    >
    > Chris Leffer
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!
    Raterus Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139