Chapter 3
When trying to run the following command in VS Command window:
aspnet_regsql.exe -E -S .\SqlExpress -d aspnetdb -ed
from page 63 of Chapter 3, I get the following error:
Command "aspnet regsql.exe" is not valid.
Am I doing something wrong or is there a step that I have missed.
FYI: I have recently install VS 2005 along with SQLExpress.
|