SQL Server Setup failed to obtain system account information for the ASPNET Account….
Today, during installation of MS SQL Server 2005 DE on my new work machine i ran into an installation error that stated “SQL Server Setup failed to obtain system account information for the ASPNET Account.To proceed, reinstall the .Net Framework, and then run SQL Server Setup again.”. And it even offer me to reinstall the .Net Framework and then to retry to install the MS SQl Server.
Please do not follow this message directly if you have installed the .Net Framework. The problem in my case was that I have installed the framework on the machine but ASP.Net wasn’t installed. In other words you just need to run aspnet_regiis.exe with a switch –i. Then you can run iisreset in order to be sure that all changes have taken an effect. It will install the runtime and all other things and you can continue with the installation.
Enjoy your installation of MS SQL Server 2005 DE.
August 15th, 2009 at 3:19 pm
ho hoh THAKYOU