jump to navigation

SQL Server Setup failed to obtain system account information for the ASPNET account. June 14, 2009

Posted by frater in Administration, All, Software Development.
trackback

On the topic of Sql Server 2005 installations, A seperate issue that may occur is the following error message:

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.

This is generally caused by installing IIS and not configuring asp .net, particularly if you install IIS after already having installed Visual Studio at an earlier date.

Fix this by registering asp .net with IIS. To do this open a command prompt and go to the following directory:
C:\windows\Microsoft.NET\Framework\v2.0.60727\

This is assuming you’re using .Net 2.0 or higher (3.0, 3.5). Even if you’re using the 3.x series and Visual Studio 2008, you still need to go to the v2.0 directory for this operation – this is because the 3.x series are not a replacement for the 2.x series, but rather extensions. (3.x is a superset of 2.x and there have been no breaking changes to 2.x functionality).

If you want to understand this further, there is an interesting post about it here: http://blogs.msdn.com/vijaysk/archive/2008/03/20/running-asp-net-3-5-on-iis.aspx

For now though, run the following command: aspnet_regiis.exe -i

This will register asp.net with iis and hopefully solve this issue.

Comments»

1. joel - July 2, 2009

Alright! Nice post. Thanks frater.

2. eric - July 31, 2009

This worked great! Thanks

3. Harry - July 31, 2009

Thanx pal..it worked!

4. BOY - August 15, 2009

THAKYOU NAAA++

5. Jinesh Shah - August 20, 2009

Ok..
Thank you.
Its working….!!!!

6. fiachehr - October 24, 2009

thanx thanx

7. Kiran - November 3, 2009

This fixes my issue. thanks

8. Lori - November 25, 2009

Perfect, thanks!

9. Maddy - November 25, 2009

Thanks Buddy,
Great help u done…

10. nag satish - November 30, 2009

Thanks alot frater.

11. Fabrizio Batista - December 2, 2009

thanks, worked correctly