Ask a Question related to ASP.NET General, Design and Development.
-
Joseph D. DeJohn #1
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
-
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... -
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... -
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... -
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... -
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... -
Saravana #2
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...database.> 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> Does anyone know how to do this?
>
>
Saravana Guest
-
Yangtsi River #3
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...database.> 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> Does anyone know how to do this?
>
>
Yangtsi River Guest
-
Joseph D. DeJohn #4
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
-
Benjie Fallar #5
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...database."> "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 SQLnothing>
> 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> about this account or where it fits into the whole security scheme of
> things. Any help would be much appreciated.
>
>
Benjie Fallar Guest



Reply With Quote

