Hi,
I've another installation problem. I'm wondering if anyone knows how to get around this. I get this error message after creating the SQL-Server database and trying to configure the connection string to SQL-Server database.
Error Message:
"Could not add ASPNET account to database
Windows NT user or group 'LAWEB02DEV\ASPNET' not found. Check the name again.
The login 'LAWEB02DEV\ASPNET' does not exist."
where "LAWEB02DEV" is my web server machine name. Is it necessary to create a new user account named "ASPNET" for this?
My web server is running Windows 2000 Server with SP4, IIS 5, and .NET Framework 1.1
My SQL-Server is on a separated machine, which does not have trusted security setup between the SQL-Server and the web server.
Thank you!