473,795 Members | 3,006 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Login Failed for user 'DOMAIN\MACHINE ' on Windows 2003 domain

I have a windows 2003 domain with 2 servers - one for sql server 2000 and
another as iis. When my asp.net app connects to the sql server I get the
above error.

I modified the <processmodel > section of the machine config and created a
user "aspnet_a" with a strong password. Gave the aspnet_a rights to log on
as a service etc as in the kb articles. Above the process model section i
noticed that the notes said "Please use administrative UI to configure
things like process identity" I think that is what I am missing----as my app
is still logging on to sqlserver using DOMAIN/MACHINE$. I think it is
ignoring the process model section. I have restarted everything a zillion
times!

HELP HELP HELP
Nov 17 '05 #1
2 3597
I solved that problem.

I found the group IIS_WPG in Active directory Users and Computers ( It is
hidden - to find it click on file and select advanced) and added aspnet_a to
the group then i set iis to use asspnet_a in interface.

I now have a problem which wasn't there before - I cannot debug from
VS.net - It says i am not a member of the debuggers - BUT I AM.

Have very little hair left now

HELP HELP
"Infant Newbie" <ba**@remove.sp am.meshcode.com > wrote in message
news:bo******** **@news.freedom 2surf.net...
I have a windows 2003 domain with 2 servers - one for sql server 2000 and
another as iis. When my asp.net app connects to the sql server I get the
above error.

I modified the <processmodel > section of the machine config and created a
user "aspnet_a" with a strong password. Gave the aspnet_a rights to log on
as a service etc as in the kb articles. Above the process model section i
noticed that the notes said "Please use administrative UI to configure
things like process identity" I think that is what I am missing----as my app is still logging on to sqlserver using DOMAIN/MACHINE$. I think it is
ignoring the process model section. I have restarted everything a zillion
times!

HELP HELP HELP

Nov 17 '05 #2
Still cannot debug on server!
found this in event viewer
IISADMIN service failed to verify anonymous/wam account DOMAIN\aspnet_a .
Some IIS functions can fail for this reason.

An exhaustive search fails to find this error message anywhere!

Any help??

"Infant Newbie" <ba**@remove.sp am.meshcode.com > wrote in message
news:bo******** **@news.freedom 2surf.net...
I have a windows 2003 domain with 2 servers - one for sql server 2000 and
another as iis. When my asp.net app connects to the sql server I get the
above error.

I modified the <processmodel > section of the machine config and created a
user "aspnet_a" with a strong password. Gave the aspnet_a rights to log on
as a service etc as in the kb articles. Above the process model section i
noticed that the notes said "Please use administrative UI to configure
things like process identity" I think that is what I am missing----as my app is still logging on to sqlserver using DOMAIN/MACHINE$. I think it is
ignoring the process model section. I have restarted everything a zillion
times!

HELP HELP HELP

Nov 17 '05 #3

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

Similar topics

5
2391
by: Matthew Louden | last post by:
I wrote ASP.NET application that access SQL Server database. When I run the application, it yields "Login failed for user '<COMPUTER_NAME>\ASPNET'" error message. I then did the following, but still didn't work. Any ideas?? 1. In IIS console, right click the virtual directory 2. click directory security tab 3. click edit button on anonymous access 4. click browse button
2
2070
by: pvl | last post by:
Hi We have the following scenario: 1. SQL server 2000 on Windows 2003 Server 2. Web server 1, running web service 1 on Windows 2003 Server 3. Web server 2, running web service 2 on Windows 2000 Server 4. Client application. 1, 2 & 3 are all on the same Windows 2003 domain.
10
4519
by: et | last post by:
I have an asp.net program that uses a connection string, using integrated security to connect to a sql database. It runs fine on one server, but the other server gives me the error that "Login failed for user "NT AUTHORITY/ANONYMOUS LOGON". Why would this be? There is no reason it should even be trying to login to using NT Authority/Anonymous login. The IIS Server is set to turn off anonymous logins, and use integrated security, and my...
12
6580
by: Michael | last post by:
Please Help me. I've got a .Net 2003 program that attaches to a SQL Server machine and I'm getting the above error when a user tries to log in. The SQL server is setup to use Windows Auth. and I have added the new user to the database and have given the user access to the database for the app. But everytime I try and login using this users ID, I always get the error: Login failed for user Christian.Gaut If I login using my userid and...
1
15219
by: eblackmo | last post by:
I have a test network consisting of four servers running windows 2003 server R2 SP2. I have set up a domain which functioned correctly for about a day and a half until the other servers decided they can no longer connect to the domain controller. Ping resolves the domain controllers name to the correct ip nslookup finds the ip but can not resolve the name. When I attempt to log on to a machine on the domain it takes around twenty minutes...
4
12095
by: eruth | last post by:
There are loads of post on this, but nothing that seems to cover my exact problem ;) I have an ASP.Net 1.1 web application running on my local machine. I want to connect to an SQL 2005 server running on Windows 2003. If I use SQL authentication, all is fine and dandy. If I want to use windows authentication it gives the above error. My SQL server is set to allow both methods (first thing I checked) and is part of the domain (2nd...
0
1111
JustRun
by: JustRun | last post by:
Hi , I use .NET 2.xx for developing an intranet site, The IIS (my application) on Server1 (Domain controller) the SQl server 2000 on Server2. and both servers running through windows 2003. I did the following steps, 1- Create Domain account on the Domain controller (Server1\ASPNET) 2- Made new login on the SQL, and created new user on the database I want to access, then I gave that user permissions to access my stored procedure and...
1
1082
JustRun
by: JustRun | last post by:
Hi , I use .NET 2.xx for developing an intranet site, The IIS (my application) on Server1 (Domain controller) the SQl server 2000 on Server2. and both servers running through windows 2003. I did the following steps, 1- Create Domain account on the Domain controller (Server1\ASPNET) 2- Made new login on the SQL, and created new user on the database I want to access, then I gave that user permissions to access my stored procedure and...
4
3789
by: Brett | last post by:
I have an ASP.NET 2.0 application that uses Forms Authentication. The startup page contains just a login control, and the site works well on an IIS 6 web server. I am now setting the site up on the production web server, which runs Windows 2008 Server and IIS 7. The login page comes up, but when I try to log in, I get the error, "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection." For debugging...
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9522
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10167
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
10003
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...
1
7544
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
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4114
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
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2922
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.