Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SQL2005Dev edition32bit to windows7

Author  Topic 

vna_mhars
Starting Member

37 Posts

Posted - 2010-10-19 : 03:33:31
Hi,

I have installed SQL2005 Dev Edition 32bit in Windows7 Home edition (64 Bit). I already installed everything except the error saying that ASP.NET requirement.
I already changed the settings in inetmgr, set the DefaultAppPool(Enable 32-Bit Application = TRUE) and I have also checked all the checkbox in IIS. I also download and installed the SQL2005SP3.
But still when I run the setup of SQL Server2005devEdition installer, it says " ASP.Net Version Registration Requirement (Failed to find the ASP.Net Version Registration with Microsoft Internet Information Services(IIS))"

Anyone can help me to resolve this issue?

Thanks and regards

vamodente

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-10-19 : 18:28:33
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
Go to Top of Page

vna_mhars
Starting Member

37 Posts

Posted - 2010-10-19 : 21:50:09
Thanks Russell for your quick reply :

But before I post the topic, I already been downloaded this file and installed it to my machine, but the problem still persisting. I'm using 64bit Laptop with Windows7 Home Premium and I installed SQL2005 Dev Edition 32bit because that's the available installer here. I can use other functionality of the SQL but I'm just thinking that the problem for doing my replication of database is because of the error/warning during my installation like " ASP.Net Version Registration Requirement (Failed to find the ASP.Net Version Registration with Microsoft Internet Information Services(IIS))".

Is there any solution?

Thank you ..

vamodente
Go to Top of Page

vna_mhars
Starting Member

37 Posts

Posted - 2010-10-21 : 04:52:18
Hi,

Is there anyone experience my issue ... I Google it and try to do the opinion/suggestion of other but still persist..


Regards,

vamodente
Go to Top of Page

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-10-21 : 12:58:21
i'm out of ideas, other than installing 64x version
Go to Top of Page

LDawggie
Starting Member

2 Posts

Posted - 2011-05-25 : 12:31:48
Hi,

I've been struggling with this issue as well. I found the solution by enabling 32-bit applications in IIS. To do this, open a command prompt window (cmd.exe) and run this command:


cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1

This should allow you to install SSRS without any issues.

Read more about it here: http://social.msdn.microsoft.com/Forums/en-US/searchserverinstallconfigandadminstration/thread/c4e21838-c089-4592-bb49-a7523e00a733

Hope this helps!

Go to Top of Page
   

- Advertisement -