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

  1. #1

    Default ASPNET user account

    It says web applications run using the ASPNET user account. The SQL
    database administrator will have to set up this account and grant it
    permissions before your Web application will have access to a SQL database.
    Does anyone know how to do this?


    Joseph D. DeJohn Guest

  2. Similar Questions and Discussions

    1. ASPNET account locking out
      We have in the last few months been having an issue with the ASPNET account on our production web server locking out. It's been sporadic, on...
    2. Using LogonUser API in ASP.net with an account other than ASPNet account
      I am trying to use the LogonUser API function from ASP.Net. This works fine on my machine which is Windows XP but fails with error code 1314 on...
    3. ASPNET Account
      I needed to go to my user accounts when I discovered this aspnet machine account.I didn't know where it came from so I deleted the account. Now I...
    4. ASPNET Account not created
      I am running Windows XP Pro, I have IIS installed and I am developing an asp.net application (VS2002). I didn't have an ASPNET account (system came...
    5. The password for the ASPNET account
      this set the account aspnet_wp.exe will run under, and thus the default account for all asp.net pages. you have three options 1) use the local...
  3. #2

    Default Re: ASPNET user account

    Check out this article
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;317012[/url]

    --
    Saravana
    Microsoft India Community Star,
    MCAD,SE,SD,DBA.


    "Joseph D. DeJohn" <joeddejohn@hotmail.com> wrote in message
    news:#hNuPyDQDHA.1072@TK2MSFTNGP10.phx.gbl...
    > It says web applications run using the ASPNET user account. The SQL
    > database administrator will have to set up this account and grant it
    > permissions before your Web application will have access to a SQL
    database.
    > Does anyone know how to do this?
    >
    >

    Saravana Guest

  4. #3

    Default Re: ASPNET user account

    I dont' think so.

    after installing the .net framework on my 2000 server, i found no change in
    the user and persmmission.

    the visitor to your aspx application is the same as those HTML visitors.



    "Joseph D. DeJohn" <joeddejohn@hotmail.com> дÈëÏûÏ¢ÐÂÎÅ
    :#hNuPyDQDHA.1072@TK2MSFTNGP10.phx.gbl...
    > It says web applications run using the ASPNET user account. The SQL
    > database administrator will have to set up this account and grant it
    > permissions before your Web application will have access to a SQL
    database.
    > Does anyone know how to do this?
    >
    >

    Yangtsi River Guest

  5. #4

    Default ASPNET user account

    "It says that Web applications run using the ASPNET user account. The
    SQL database administrator will have to set up this account and grant it
    permissions before your Web application will have access to a SQL database."

    My question is: Is this account already setup? IF it is, are there any
    special settings that I need to set in order for it to work? I know nothing
    about this account or where it fits into the whole security scheme of
    things. Any help would be much appreciated.


    Joseph D. DeJohn Guest

  6. #5

    Default Re: ASPNET user account

    just tell your DB admin to add the ASPNET account to the database you want
    to access via ASP.NET web forms.

    Alternatively, you can open web.config and use impersonation via <identity>
    tag

    "Joseph D. DeJohn" <joeddejohn@hotmail.com> wrote in message
    news:eYiTv8zQDHA.2832@TK2MSFTNGP10.phx.gbl...
    > "It says that Web applications run using the ASPNET user account. The
    > SQL database administrator will have to set up this account and grant it
    > permissions before your Web application will have access to a SQL
    database."
    >
    > My question is: Is this account already setup? IF it is, are there any
    > special settings that I need to set in order for it to work? I know
    nothing
    > about this account or where it fits into the whole security scheme of
    > things. Any help would be much appreciated.
    >
    >

    Benjie Fallar 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