The SQL Server installer cannot obtain the system account information of the ASPNET account.
The SQL Server installer cannot obtain the system account information of the ASPNET account.
Question about installing SQL Server2005:
"The SQL Server installer cannot obtain the system account information of the ASPNET account"
Solution:
Use the aspnet_regiis utility to uninstall and reinstall it.
Specific operations:
1. Go to CMD:
C: \ windows \ microsoft.net \ framework \ v2.0.50727 folder, run aspnet_regiis-u to uninstall
Run aspnet_regiis-I to reinstall the service.
2. C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727> aspnet_regiis-u
CMD:
Start uninstalling ASP. NET (2.0.50727 );
ASP. NET (2.0.50727) has been uninstalled.
The installer detects some errors during the operation. For more information, see the installer
DOCUME ~ 1 \ ADMINI ~ 1 \ LOCALS ~ 1 \ Temp \ ASPNETSetup_00000.log
3. C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727> aspnet_regiis-I
CMD:
Start installing ASP. NET (2.0.50727 );
ASP. NET (2.0.50727) installed
There is also an error record:
Solution:
You can pause the installation at this time. Do not click STOP, ignore, or cancel.
Follow these steps:
1. Delete the keys in the registry:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ MSDTC
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ MSDTC
HKEY_CLASSES_ROOT \ CID
2. Run cmd to stop the MSDTC Service: net stop msdtc.
3. Run cmd to uninstall the MSDTC Service: msdtc-uninstall
4. Run cmd to reinstall the MSDTC Service: msdtc-install
Click "retry" to continue the installation.