|
|
|
start date: Mon, 20 Aug 2007 07:40:02 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
david
|
|
2
Norman Yuan
|
|
3
Steve
|
|
4
david
|
|
5
david
|
|
6
Norman Yuan
|
|
7
Juan T. Llibre
|
|
8
david
|
|
9
Juan T. Llibre
|
|
10
Norman Yuan
|
|
11
Juan T. Llibre
|
ASPNET account for windows 2000 server
I am trying to setup ASPNET account for .NET application to access database
(SQL Server 2000) by
aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
After running it, I got a successful installed information. But I can not
find this account in Active Directory.
The authentication uses Active Directory.
David
Date:Mon, 20 Aug 2007 07:40:02 -0700
Author:
|
Re: ASPNET account for windows 2000 server
ASPNET account is an account local to the IIS server where your APS.NET
application runs.
"david" wrote in message
news:5794DF88-0979-4088-BB0E-A22EED328DF5@microsoft.com...
>I am trying to setup ASPNET account for .NET application to access database
> (SQL Server 2000) by
> aspnet_regiis -i in the directory
> C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>
> After running it, I got a successful installed information. But I can not
> find this account in Active Directory.
>
> The authentication uses Active Directory.
>
> David
Date:Mon, 20 Aug 2007 07:57:27 -0700
Author:
|
Re: ASPNET account for windows 2000 server
The ASPNET account is added to the local user database, not Active
Directory. You'll need to manually add it yourself if you want it to
have AD credentials, although you might be better off using
impersonation, since you have Windows Authentication enabled. Better
security, in my opinion.
Steve C.
MCAD,MCSE,MCP+I,CNE,CNA,CCNA
david wrote:
> I am trying to setup ASPNET account for .NET application to access database
> (SQL Server 2000) by
> aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>
> After running it, I got a successful installed information. But I can not
> find this account in Active Directory.
>
> The authentication uses Active Directory.
>
> David
Date:Mon, 20 Aug 2007 11:00:11 -0400
Author:
|
Re: ASPNET account for windows 2000 servers
All user accounts in my server in Active Directory User and Computers.
My system is small business 2000 server.
David
"Steve" wrote:
> The ASPNET account is added to the local user database, not Active
> Directory. You'll need to manually add it yourself if you want it to
> have AD credentials, although you might be better off using
> impersonation, since you have Windows Authentication enabled. Better
> security, in my opinion.
>
>
> Steve C.
> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>
>
> david wrote:
> > I am trying to setup ASPNET account for .NET application to access database
> > (SQL Server 2000) by
> > aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
> >
> > After running it, I got a successful installed information. But I can not
> > find this account in Active Directory.
> >
> > The authentication uses Active Directory.
> >
> > David
>
Date:Mon, 20 Aug 2007 08:26:05 -0700
Author:
|
Re: ASPNET account for windows 2000 server
About the local Users and Groups in my server:
I go to My Computer, and Manage and click on Local Users and Groups. I have
the following message:
The computer is a domain controller. This snap-in cannot be used on a domain
controller. Domain accounts are managed with the Active Directory Users and
Computers snap-in.
Dabin
"Steve" wrote:
> The ASPNET account is added to the local user database, not Active
> Directory. You'll need to manually add it yourself if you want it to
> have AD credentials, although you might be better off using
> impersonation, since you have Windows Authentication enabled. Better
> security, in my opinion.
>
>
> Steve C.
> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>
>
> david wrote:
> > I am trying to setup ASPNET account for .NET application to access database
> > (SQL Server 2000) by
> > aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
> >
> > After running it, I got a successful installed information. But I can not
> > find this account in Active Directory.
> >
> > The authentication uses Active Directory.
> >
> > David
>
Date:Mon, 20 Aug 2007 08:32:03 -0700
Author:
|
Re: ASPNET account for windows 2000 servers
If your server is also domain controller, then there would be no local user
account. If you have to run your ASP.NET application on this server, you
need to some special configuration. Search MS Knowledge Base, there are a
few articles on running IIS/ASP.NET apps on domain controller. such as:
http://support.microsoft.com/kb/315158
and
http://msdn2.microsoft.com/en-us/library/aa579070.aspx
"david" wrote in message
news:00DB9B6A-CF7D-4550-8205-8782610DF158@microsoft.com...
> All user accounts in my server in Active Directory User and Computers.
>
> My system is small business 2000 server.
>
> David
>
> "Steve" wrote:
>
>> The ASPNET account is added to the local user database, not Active
>> Directory. You'll need to manually add it yourself if you want it to
>> have AD credentials, although you might be better off using
>> impersonation, since you have Windows Authentication enabled. Better
>> security, in my opinion.
>>
>>
>> Steve C.
>> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>>
>>
>> david wrote:
>> > I am trying to setup ASPNET account for .NET application to access
>> > database
>> > (SQL Server 2000) by
>> > aspnet_regiis -i in the directory
>> > C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>> >
>> > After running it, I got a successful installed information. But I can
>> > not
>> > find this account in Active Directory.
>> >
>> > The authentication uses Active Directory.
>> >
>> > David
>>
Date:Mon, 20 Aug 2007 08:36:04 -0700
Author:
|
Re: ASPNET account for windows 2000 servers
re:
!> All user accounts in my server in Active Directory User and Computers.
The local accounts aren't added to Active Directory.
You can add it manually, or take the advice to impersonate.
I'd impersonate any existing AD account, and give it
the necessary directory permissions, if I were you.
Here's a guideline for doing this for the .Net Framework 1.1 :
http://msdn2.microsoft.com/en-us/library/kwzs111e(vs.71).aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"david" wrote in message news:00DB9B6A-CF7D-4550-8205-8782610DF158@microsoft.com...
> All user accounts in my server in Active Directory User and Computers.
>
> My system is small business 2000 server.
>
> David
>
> "Steve" wrote:
>
>> The ASPNET account is added to the local user database, not Active
>> Directory. You'll need to manually add it yourself if you want it to
>> have AD credentials, although you might be better off using
>> impersonation, since you have Windows Authentication enabled. Better
>> security, in my opinion.
>>
>>
>> Steve C.
>> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>>
>>
>> david wrote:
>> > I am trying to setup ASPNET account for .NET application to access database
>> > (SQL Server 2000) by
>> > aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>> >
>> > After running it, I got a successful installed information. But I can not
>> > find this account in Active Directory.
>> >
>> > The authentication uses Active Directory.
>> >
>> > David
>>
Date:Mon, 20 Aug 2007 11:51:39 -0400
Author:
|
Re: ASPNET account for windows 2000 servers
Thank you, Norman and Steve.
I will read them and then reply to you.
David
"Norman Yuan" wrote:
> If your server is also domain controller, then there would be no local user
> account. If you have to run your ASP.NET application on this server, you
> need to some special configuration. Search MS Knowledge Base, there are a
> few articles on running IIS/ASP.NET apps on domain controller. such as:
>
> http://support.microsoft.com/kb/315158
>
> and
>
> http://msdn2.microsoft.com/en-us/library/aa579070.aspx
>
>
>
>
>
> "david" wrote in message
> news:00DB9B6A-CF7D-4550-8205-8782610DF158@microsoft.com...
> > All user accounts in my server in Active Directory User and Computers.
> >
> > My system is small business 2000 server.
> >
> > David
> >
> > "Steve" wrote:
> >
> >> The ASPNET account is added to the local user database, not Active
> >> Directory. You'll need to manually add it yourself if you want it to
> >> have AD credentials, although you might be better off using
> >> impersonation, since you have Windows Authentication enabled. Better
> >> security, in my opinion.
> >>
> >>
> >> Steve C.
> >> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
> >>
> >>
> >> david wrote:
> >> > I am trying to setup ASPNET account for .NET application to access
> >> > database
> >> > (SQL Server 2000) by
> >> > aspnet_regiis -i in the directory
> >> > C:\WINNT\Microsoft.NET\Framework\v1.1.4322
> >> >
> >> > After running it, I got a successful installed information. But I can
> >> > not
> >> > find this account in Active Directory.
> >> >
> >> > The authentication uses Active Directory.
> >> >
> >> > David
> >>
>
>
Date:Mon, 20 Aug 2007 08:52:00 -0700
Author:
|
Re: ASPNET account for windows 2000 servers
re:
!> If your server is also domain controller
!> If you have to run your ASP.NET application on this server
!> running IIS/ASP.NET apps on domain controller
Definitely not recommended.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"Norman Yuan" wrote in message news:%23F%23Jb$z4HHA.1204@TK2MSFTNGP03.phx.gbl...
> If your server is also domain controller, then there would be no local user account. If you have to run your ASP.NET
> application on this server, you need to some special configuration. Search MS Knowledge Base, there are a few articles
> on running IIS/ASP.NET apps on domain controller. such as:
>
> http://support.microsoft.com/kb/315158
>
> and
>
> http://msdn2.microsoft.com/en-us/library/aa579070.aspx
>
>
>
>
>
> "david" wrote in message news:00DB9B6A-CF7D-4550-8205-8782610DF158@microsoft.com...
>> All user accounts in my server in Active Directory User and Computers.
>>
>> My system is small business 2000 server.
>>
>> David
>>
>> "Steve" wrote:
>>
>>> The ASPNET account is added to the local user database, not Active
>>> Directory. You'll need to manually add it yourself if you want it to
>>> have AD credentials, although you might be better off using
>>> impersonation, since you have Windows Authentication enabled. Better
>>> security, in my opinion.
>>>
>>>
>>> Steve C.
>>> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>>>
>>>
>>> david wrote:
>>> > I am trying to setup ASPNET account for .NET application to access database
>>> > (SQL Server 2000) by
>>> > aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>>> >
>>> > After running it, I got a successful installed information. But I can not
>>> > find this account in Active Directory.
>>> >
>>> > The authentication uses Active Directory.
>>> >
>>> > David
>>>
>
Date:Mon, 20 Aug 2007 13:15:01 -0400
Author:
|
Re: ASPNET account for windows 2000 servers
For many small offices, they may not have the luxury to have another
computer to run web apps. A server may have to do everythihng: domain
controller, file/print server, and even exchange, IIS and SQL Server... all
on single server. That is why the OP mentions "Small business server".
"Juan T. Llibre" wrote in message
news:OE3cj204HHA.1484@TK2MSFTNGP06.phx.gbl...
> re:
> !> If your server is also domain controller
> !> If you have to run your ASP.NET application on this server
> !> running IIS/ASP.NET apps on domain controller
>
> Definitely not recommended.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaol : http://asp.net.do/foros/
> ======================================
> "Norman Yuan" wrote in message
> news:%23F%23Jb$z4HHA.1204@TK2MSFTNGP03.phx.gbl...
>> If your server is also domain controller, then there would be no local
>> user account. If you have to run your ASP.NET application on this server,
>> you need to some special configuration. Search MS Knowledge Base, there
>> are a few articles on running IIS/ASP.NET apps on domain controller. such
>> as:
>>
>> http://support.microsoft.com/kb/315158
>>
>> and
>>
>> http://msdn2.microsoft.com/en-us/library/aa579070.aspx
>>
>>
>>
>>
>>
>> "david" wrote in message
>> news:00DB9B6A-CF7D-4550-8205-8782610DF158@microsoft.com...
>>> All user accounts in my server in Active Directory User and Computers.
>>>
>>> My system is small business 2000 server.
>>>
>>> David
>>>
>>> "Steve" wrote:
>>>
>>>> The ASPNET account is added to the local user database, not Active
>>>> Directory. You'll need to manually add it yourself if you want it to
>>>> have AD credentials, although you might be better off using
>>>> impersonation, since you have Windows Authentication enabled. Better
>>>> security, in my opinion.
>>>>
>>>>
>>>> Steve C.
>>>> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>>>>
>>>>
>>>> david wrote:
>>>> > I am trying to setup ASPNET account for .NET application to access
>>>> > database
>>>> > (SQL Server 2000) by
>>>> > aspnet_regiis -i in the directory
>>>> > C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>>>> >
>>>> > After running it, I got a successful installed information. But I can
>>>> > not
>>>> > find this account in Active Directory.
>>>> >
>>>> > The authentication uses Active Directory.
>>>> >
>>>> > David
>>>>
>>
>
>
Date:Mon, 20 Aug 2007 10:57:36 -0700
Author:
|
Re: ASPNET account for windows 2000 servers
re:
!> For many small offices, they may not have the luxury to have another computer to run web apps.
I know that. It's still not *recommended*.
The problem is that a security breach would compromise the whole domain.
The way to go about it is to create a custom account to run ASP.NET,
and give that account only the security rights it needs to run ASP.NET
so that a security breach edoesn't compromise the domain, but only the
system areas where the ASP.NET account has permissions to.
That's why I suggested, earlier, that :
!> I'd impersonate any existing AD account, and give it
!> the necessary directory permissions, if I were you.
!> Here's a guideline for doing this for the .Net Framework 1.1 :
!> http://msdn2.microsoft.com/en-us/library/kwzs111e(vs.71).aspx
An ad-hoc account, created especially for that purpose, would work just as well.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"Norman Yuan" wrote in message news:%23W3AaO14HHA.5724@TK2MSFTNGP05.phx.gbl...
> For many small offices, they may not have the luxury to have another computer to run web apps. A server may have to do
> everythihng: domain controller, file/print server, and even exchange, IIS and SQL Server... all on single server. That
> is why the OP mentions "Small business server".
>
>
> "Juan T. Llibre" wrote in message news:OE3cj204HHA.1484@TK2MSFTNGP06.phx.gbl...
>> re:
>> !> If your server is also domain controller
>> !> If you have to run your ASP.NET application on this server
>> !> running IIS/ASP.NET apps on domain controller
>>
>> Definitely not recommended.
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en espaol : http://asp.net.do/foros/
>> ======================================
>> "Norman Yuan" wrote in message news:%23F%23Jb$z4HHA.1204@TK2MSFTNGP03.phx.gbl...
>>> If your server is also domain controller, then there would be no local user account. If you have to run your ASP.NET
>>> application on this server, you need to some special configuration. Search MS Knowledge Base, there are a few
>>> articles on running IIS/ASP.NET apps on domain controller. such as:
>>>
>>> http://support.microsoft.com/kb/315158
>>>
>>> and
>>>
>>> http://msdn2.microsoft.com/en-us/library/aa579070.aspx
>>>
>>>
>>>
>>>
>>>
>>> "david" wrote in message
>>> news:00DB9B6A-CF7D-4550-8205-8782610DF158@microsoft.com...
>>>> All user accounts in my server in Active Directory User and Computers.
>>>>
>>>> My system is small business 2000 server.
>>>>
>>>> David
>>>>
>>>> "Steve" wrote:
>>>>
>>>>> The ASPNET account is added to the local user database, not Active
>>>>> Directory. You'll need to manually add it yourself if you want it to
>>>>> have AD credentials, although you might be better off using
>>>>> impersonation, since you have Windows Authentication enabled. Better
>>>>> security, in my opinion.
>>>>>
>>>>>
>>>>> Steve C.
>>>>> MCAD,MCSE,MCP+I,CNE,CNA,CCNA
>>>>>
>>>>>
>>>>> david wrote:
>>>>> > I am trying to setup ASPNET account for .NET application to access database
>>>>> > (SQL Server 2000) by
>>>>> > aspnet_regiis -i in the directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322
>>>>> >
>>>>> > After running it, I got a successful installed information. But I can not
>>>>> > find this account in Active Directory.
>>>>> >
>>>>> > The authentication uses Active Directory.
>>>>> >
>>>>> > David
Date:Mon, 20 Aug 2007 14:42:45 -0400
Author:
|
|
|