This morning, when installing SQL Server2005, the following error occurs: "the SQL Server installer cannot obtain the system account information of the ASPNET account ....... I checked the information on the Internet, but they didn't have enough details. I tried it for half a day and finally got it done.
Steps:
1. Run cmd
2. Go to C: \ Documents ents and Settings \ Administrator> cd c: \ windows \ microsoft.net \ framework \ v2
In the. 0.50727 folder, run aspnet_regiis-u to uninstall ASP. NET.
3. Run aspnet_regiis-I to install ASP. NET.
The running result is as follows:
Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C: \ Documents ents and Settings \ Administrator> cd c: \ windows \ microsoft.net \ framework \ v2
. 0.50727
C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727> aspnet_regiis-u
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 installation program log file C :\
DOCUME ~ 1 \ ADMINI ~ 1 \ LOCALS ~ 1 \ Temp \ ASPNETSetup_00003.log
C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727> aspnet_regiis-I
Start installing ASP. NET (2.0.50727 ).
.................................
ASP. NET (2.0.50727) installation is complete.
C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727>