SQL Server 2005 Developer Edition English Version Setup on Windows 7
In the recent project, our customer required to use MS SQL Server 2005 English Version as the database backend. I try to install it on my machine which is Windows 7.
Follow the setup wizard, and on the "System Configuration Check" screen , there is a waring says "ASP.Net Version Registration Requirement", click the "Message" link you will see the detail: "Failed to find the ASP.Net Version Registration with Microsoft Internet Information Services (IIS)." If you select to ignore this waring and continue, you will find Reporting Services is greyed out on the next screen, that's to say the Reporting Services will not be installed.
By google I find a way to work around it.
1) Run the Windows Command Prompt as Administrator.
2) Run the following script.
For install 32 bit Reporting Services on Windows 7 run this script before the Reporting Services installation:
cscript %SystemDrive%inetpubAdminScriptsadsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
For install 64 bit Reporting Services on Windows 7 run this script before the Reporting Services installation:
cscript %SystemDrive%inetpubAdminScriptsadsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 0
Notice: In order to run this script, make sure you setup IIS properly. "IIS 6 Scripting Tools" and "IIS Management Sripts and Tools" must be selected.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13651903/viewspace-1034493/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQL Server 2005 Express Edition 概述SQLServerExpress
- Team Foundation Server 2005 (Chs) Setup Step by StepServer
- WebSphere Integration Developer Version 7 中的新特性WebDeveloper
- MobaSSH SSH server for Windows - Download Home EditionServerWindows
- 在WINDOWS SERVER 2003 WEB EDITION上使用SQL SERVER 2000客戶端WindowsServerWebSQL客戶端
- SQL server 2005 expressSQLServerExpress
- 64位Windows7下PL/SQL Developer無法連線WindowsSQLDeveloper
- customized English word breaker for sql server 2008ZedSQLServer
- Sql Server 2005函式SQLServer函式
- SQL SERVER 2005 配置-saSQLServer
- 【Oracle】Windows安裝pl/sql developerOracleWindowsSQLDeveloper
- SQL SERVER2005建Link ServerSQLServer
- Windows server2003 + sql server2005 叢集配置安裝WindowsServerSQL
- Sql Server 2005新增T-sql特性SQLServer
- WebSphere Process Server Version 7 中的新增功能WebServer
- XML Support in Microsoft SQL Server 2005XMLROSSQLServer
- PowerShell連線 SQL Server 2005SQLServer
- Monitoring Tempdb in SQL Server 2005SQLServer
- 微軟SQL Server 2005速成版微軟SQLServer
- SQL Server2005快捷鍵SQLServer
- SQL SERVER 2005映象實驗SQLServer
- SQL Server 2005 Service Broker 初探SQLServer
- SQL Server 2005:清空plan cacheSQLServer
- SQL Server 2005中修改 Server Collation的方法SQLServer
- windows7 Java連線2005SQL相關問題WindowsJavaSQL
- setup and test samba serverSambaServer
- sql server 2005資料庫快照SQLServer資料庫
- 配置SQL Server 2005伺服器SQLServer伺服器
- SQL SERVER 2005表分割槽功能SQLServer
- SQL Server 2005動態管理物件SQLServer物件
- 實戰 SQL Server 2005 映象配置SQLServer
- Sql server 2005中output用法解析SQLServer
- Sql Server 2005 日誌壓縮SQLServer
- SQL SERVER 2005 日誌收縮SQLServer
- sql server 2005使用點滴(1)SQLServer
- SQL Server 2005 Cluster 叢集部署SQLServer
- SQL Server 2005鎖的問題SQLServer
- pl sql developer instance windows X64SQLDeveloperWindows