quickstartv20 installation problem

G

Guest

I try to install quickstartv20 on Win2003 PDC.
After I run "ConfigSamples.exe -sql_instance:MSSQLSERVER"

I've got following error

[Fail] Could not add QuickStart user to SQL Server: Windows NT user or group
'WIN2003\ASPNET' not found. Check the name again.
[Fail] Config_QUICKSTARTDB_Install: Quickstart Database and User
Registration (failed): Windows NT user or group 'WIN2003\ASPNET' not found.
Check the name again.


And it's true.

Do I need to add ASPNET manually? Or something else goes wrong.
 
J

Juan T. Llibre

The ASPNET account is not installed in W2K3 Domain Controllers for security
reasons, so it coudn't possibly be found as a SQL Server login in a SQL Server
set up for integrated Windows security.

For instructions on how to create a custom account which
you can use to run ASP.NET on a Domain Controller, see :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000009.asp

This part of the procedure is critical :
aspnet_regiis -ga MachineName\AccountName

And, remember to add whichever account you create to use as the ASP.NET
account to your SQL Server logins before running configsamples again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,999
Messages
2,570,243
Members
46,836
Latest member
login dogas

Latest Threads

Top