SQL SERVER 2005安装时不能获得aspnet账户的解决方法

来源:互联网 发布:中国碳交易 数据 编辑:程序博客网 时间:2024/04/30 12:52

http://dotnetfish.blogspot.com/2008/11/sql-server-setup-failed-to-obtain.html

SQL Server Setup failed to obtain system account information for the ASPNET

Trying to setup MSSQL 2005 Developer version in my new machine OSWindows XP Profesional SP3, when come to installation point, errormessage below appear:

"SQLServer Setup failed to obtain system account information for the ASPNETaccount. To proceed, reinstall the .NET framework, and then run SQLServer Setup again"

Under Add/Remove Programs, i have Framework 1.1, 2.0 and 3.0 installed.

What next? After surf around, here is the solution:

Steps:

1. Click on Start -> Run






2. Type in cmd and click OK





3. Command prompt screen will appear. go to"C:/Windows/Microsoft.NET/Framework/v1.1.4322" folder by using command cd C:/Windows/Microsoft.NET/Framework/v1.1.4322 and hit enter. Please refer screen below:




4. Type in aspnet_regiis -i and hit enter.




5. Screen below will be shown and dotnet user installed.




Try to install MSSQL 2005 again. It's work.


Problem solved.

原创粉丝点击