473,651 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\Micros oft.NET\Framewo rk\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
Aug 20 '07 #1
10 2091
ASPNET account is an account local to the IIS server where your APS.NET
application runs.
"david" <da***@discussi ons.microsoft.c omwrote in message
news:57******** *************** ***********@mic rosoft.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\Micros oft.NET\Framewo rk\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
Aug 20 '07 #2
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\Micros oft.NET\Framewo rk\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
Aug 20 '07 #3
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\Micros oft.NET\Framewo rk\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
Aug 20 '07 #4
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\Micros oft.NET\Framewo rk\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
Aug 20 '07 #5
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" <da***@discussi ons.microsoft.c omwrote in message
news:00******** *************** ***********@mic rosoft.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
impersonatio n, 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\Micros oft.NET\Framewo rk\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
Aug 20 '07 #6
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/lib...1e(vs.71).aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"david" <da***@discussi ons.microsoft.c omwrote in message news:00******** *************** ***********@mic rosoft.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
impersonatio n, 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\Micros oft.NET\Framewo rk\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

Aug 20 '07 #7
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" <da***@discussi ons.microsoft.c omwrote in message
news:00******** *************** ***********@mic rosoft.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\Micros oft.NET\Framewo rk\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

Aug 20 '07 #8
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 español : http://asp.net.do/foros/
=============== =============== ========
"Norman Yuan" <No*******@NoEm ail.fakewrote in message news:%2******** **********@TK2M SFTNGP03.phx.gb l...
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" <da***@discussi ons.microsoft.c omwrote in message news:00******** *************** ***********@mic rosoft.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_regii s -i in the directory C:\WINNT\Micros oft.NET\Framewo rk\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

Aug 20 '07 #9
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" <no***********@ nowhere.comwrot e in message
news:OE******** ******@TK2MSFTN GP06.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 español : http://asp.net.do/foros/
=============== =============== ========
"Norman Yuan" <No*******@NoEm ail.fakewrote in message
news:%2******** **********@TK2M SFTNGP03.phx.gb l...
>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" <da***@discussi ons.microsoft.c omwrote in message
news:00******* *************** ************@mi crosoft.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
impersonatio n, since you have Windows Authentication enabled. Better
security, in my opinion.
Steve C.
MCAD,MCSE,MC P+I,CNE,CNA,CCN A
david wrote:
I am trying to setup ASPNET account for .NET application to access
database
(SQL Server 2000) by
aspnet_regi is -i in the directory
C:\WINNT\Micr osoft.NET\Frame work\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

Aug 20 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4965
by: Rui Oliveira | last post by:
How can I reinstall ASP in windows 2000 Server? Is possible reinstall it, without reinstall IIS? Thanks & Regards, Rui Oliveira
2
393
by: Dave | last post by:
I have developed a VB.net application that transfers a SOAP wrapped message to another server securely(using SSL and sever/client certificates). When I run this app from a Windows 2000 Professional box everything works as expected, the secure channel is established and the message is sent properly. When I use the exact same app on the Windows 2000 Server(running IIS) box the app does not work properly. I have used a packet sniffer to...
1
2167
by: Rich Miller | last post by:
Previously posted on the VB newsgroup with no replies, so any ideas appreciated. I have written a service application in VB (VS.Net 2003). On start, the service creates an object that instantiates a System.IO.FileSystemWatcher like so (the _watcher is declared at the class level as Private and no WithEvents): ' construct the file watcher _watcher = New FileSystemWatcher _watcher.Path = WatchPath _watcher.NotifyFilter =...
2
1173
by: Graham Carr | last post by:
Hi, My client has the need to upgrade to Windows 2000 Server from NT4 but are concerned about whether there existing custom code (ASP,VB6,MTS, etc) will work correctly once migrated. Does anyone know where I might be able to find information relating to what functionality has been deprecated in Windows 2000 Server since NT4 (I know CDONTS is one of them).
19
2723
by: Mark C. | last post by:
The company I work for has been running Access 2000 on a Windows NT server with Opportunistic Locking turned off on the server without issue for almost a year. We have just switched to a Windows 2000 file server with service pack 3 installed and are now experiencing at least 2 corruptions a day. The registry setting for Opportunistic Locking that was on the Windows NT server does not exist on the Windows 2000 server so we can not make the...
7
1497
by: Wayne Taylor | last post by:
Hello All I have built an ASP.NET web application using VS2003 and v1.1 of the framework. On my development system, Windows XP SP1a, all works well. When I transfer the application to Windows 2000 Server (v1.1 of the framework) the application breaks. I am using "Deploying a Web Solution" walkthrough from VS on-line help to install the app onto the 2k server and that seems to work fine on both the
6
1387
by: SusieQ | last post by:
Is it possible to have asp.net on a windows 2000 server and still retain compatibility with clients who don't want to use it? I installed Aspnet on my Windows 2000 server and it killed all my ODBC (MSAccess) connections. As soon as I uninstalled it I was able to connect again. Is there something I need to do in order to use Aspnet on W2K and not clobber the connections?
0
1213
by: Rich Miller | last post by:
Any ideas appreciated. I have written a service application in VB (VS.Net 2003). On start, the service creates an object that instantiates a System.IO.FileSystemWatcher like so (the _watcher is declared at the class level as Private and no WithEvents): ' construct the file watcher _watcher = New FileSystemWatcher _watcher.Path = WatchPath _watcher.NotifyFilter = (NotifyFilters.FileName Or NotifyFilters.Size Or...
0
2996
by: emu | last post by:
Hi All, I have an unmanaged C++ application that references a mixed mode image DLL (mixed managed and unmanaged). Under .NET 1.1 we could trust the dll (the mixed mode dll) by running the following command line: caspol.exe -polchgprompt off -machine -addgroup 1 -url "file://<UNC path to dll>\mixedMode.dll" FullTrust ame "GroupName" -polchgprompt on
4
1952
by: Hrsoft | last post by:
Dear Friends My developer environmment has a Windows 2000 SP4 Server, and I can´t to update to 2003 or 2008, for reasons of... money. But, I need to install in this 2000 Server SP4 the ASP.NET framework. How versions can I install? Can I install ASP.NET 2.0? And ASP.NET 3.5? This is the desired framework
0
8792
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8694
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8457
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8571
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7294
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6157
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4280
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2696
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.