|
Home > Archive > Commerce Server Setup > February 2004 > ASPNET Account on Windows XP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASPNET Account on Windows XP
|
|
| newsgroup user 2004-02-07, 9:38 am |
| Before I try something really dumb, I wanted to get an opinion or two as to whether this will work.
I am getting the highly discussed "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection." message. I am running Commerce Server 2002 Developer Edition from a Windows XP Professional box (laptop) and connecting to a S
QL Server instance on a Windows Server 2003 box. If I understand this correctly, this is message occurs because my local ASPNET account does not have access to my SQL Server. Here's some specifics about my environment.
- The SQL Server is in a domain; my laptop is in a workgroup. (I have tried adding the machine to the domain, this did not make a difference. I would prefer not to have it in the domain because I normally will not have access to the domain from my laptop)
| |
| Maria Quian [MSFT] 2004-02-21, 10:34 am |
| Thank you for using Microsoft Newsgroups.
I am assuming you are using Windows Authentication.
Using Anonymous Accounts and Windows Authentication
It is strongly recommended that you configure your Commerce Server
installation to use Windows Authentication.
To use Windows Authentication, you must do the following:
Create a user account on the Active Directory domain so anonymous users can
access SQL Server. This is the run-time user account.
Change the IUSR_<computer> account in IIS to the run-time user account
created in Step 1.
Assign the run-time user account permissions to SQL Server. For a detailed
list of the permissions that must be granted to the run-time user account,
see Securing Your Databases.
Also review the steps to secure the site in the product documentation
Commerce Server 2002 > Securing Your Site > Using Windows Authentication >
Deploying Commerce Server Using Windows Authentication.
Maria Quian
Microsoft Technical Support
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|