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.
Author |
Topic |
styne
Starting Member
1 Post |
Posted - 2010-03-01 : 23:02:13
|
When I try and install SQL Server Express 2005 on Windows 7 64-bit I get the following warning:Failed to find the ASP.Net Version Registration with Microsoft Internet Information Services (IIS)There are a few posts out there that talk about running IIS in the Wow64 subsystem and also installing ASP.NET 1.1 and 2.0 side by side but these all refer to IIS 6 and the situation where IIS is explitily required by the installtion, however I am running IIS 7 and IIS is not required explicitly by the installer.I tried using "aspnet_regiis.exe -i" (both 32-bit and 64-bit versions) but that didn't seem to help.The .NET Framework's I have installed are:v1.0.3705 (32-bit)v1.1.4322 (32-bit)v2.0.50727 (64-bit)v3.0 (64-bit)v3.5 (64-bit) |
|
|
|
|