Hi there While trying to run ASP.NET 2003, it generate these error messages :
Server Error in '/AspNetDropDownList' Application. -------------------------------------------------------------------------------- Login failed for user 'KUAHFAMILY\ASPNET'. -------------------------------------------------------------------------------- System.Data.OleDb.OleDbException: Login failed for user 'KUAHFAMILY\ASPNET'
On investigaton, I found the under the IIS Environment, and Under FTP SITE sub folder FTP Sites Properties KUAHFAMILY\ASPNET is in the panel FTP Site Operators. I tried to remove it but the REMOVED button was disabled.
I am very confused about what you are trying to achieve. If you are asking how to remove that user from the "FTP Site Operators" group, then you should ask on an IIS forum. This is a SQL Server forum, where we are unlikely to be able to help with IIS questions...
If your question is about resolving the Login Failed message so that the user KUAHFAMILY\ASPNET can connect to a SQL Server instance, can you please give us the full Login Failed message from the SQL Server ERRORLOG file, at %programFiles%\Microsoft SQL Server\!INSTANCEID!\MSSQL\Log\ERRORLOG (replacing !INSTANCEID! with the correct value for your instance)?This post is provided 'as is' and confers no express or implied warranties or rights.
Proposed as answer byDan BenediktsonFriday, August 28, 2009 4:50 PM