Permissions for asp.net development

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lubomir

    Permissions for asp.net development

    Hi,

    I am trying to start with ASP.NET programming. After installing IIS 5.1 I
    noticed couple of new accounts: IUSR_*, IWAM_* and ASPNET.

    I would like to ask the following:

    1/ Why I need these accounts; how can I use them?
    2/ How should I set permissions for the folder c:\Inetpub and for its
    subfolders?

    Thank you,

    Lubomir


  • Jason Brown [MSFT]

    #2
    Re: Permissions for asp.net development

    1. Both accounts are used by IIS automatically for access to various system
    resources including source files, CGI engines and COM components - you don't
    use them yourself, try not to fool round with them unless you've researched
    what you're trying to do and know what you're doing
    2. that depends on what you want to do. usually the defaults are OK for
    experimenting with, then tweak them as you learn.


    --
    Jason Brown
    Microsoft GTSC, IIS

    This posting is provided "AS IS" with no warranties, and confers no
    rights.


    "Lubomir" <Lubomir@discus sions.microsoft .com> wrote in message
    news:4E7CFD5F-8193-4099-8E61-CE40C2897178@mi crosoft.com...[color=blue]
    > Hi,
    >
    > I am trying to start with ASP.NET programming. After installing IIS 5.1 I
    > noticed couple of new accounts: IUSR_*, IWAM_* and ASPNET.
    >
    > I would like to ask the following:
    >
    > 1/ Why I need these accounts; how can I use them?
    > 2/ How should I set permissions for the folder c:\Inetpub and for its
    > subfolders?
    >
    > Thank you,
    >
    > Lubomir
    >
    >[/color]


    Comment

    Working...