quickstartv20 installation problem

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.




Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

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

Back
Top