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資料庫快照SQLServer資料庫
- 已安裝 SQL Server 2005 Express 工具。若要繼續,請刪除 SQL Server 2005 Express 工具SQLServerExpress
- SQL Server 2005效能調整一(zt)SQLServer
- SQL Server 2005效能調整二(zt)SQLServer
- sql server 2005 資料修改的內部原理SQLServer
- Sql Server Linux(Redhat) Distributed Availability Group Setup — step by stepSQLServerLinuxRedhatAI
- 因為修改windows管理員密碼導致sql server 2005不能啟動處理Windows密碼SQLServer
- SQL Server 2005詳細安裝過程及配置SQLServer
- 如何建立和還原SQL Server 2005資料庫?SQLServer資料庫
- SQL Server2005使用CTE實現遞迴QCSQLServer遞迴
- Developer 帶有名為 SQL Server Compact 免費的 SQL 資料庫DeveloperSQLServer資料庫
- SQL Server 2005的複製儲存過程選項BYSQLServer儲存過程
- Q&A:在SQL Server 2005中編寫儲存過程RVSQLServer儲存過程
- Windows 下 Laravel 7.0 連線 sql serverWindowsLaravelSQLServer
- [翻譯]SQL Server 2005 Analysis Services效能指南 Part 1 - 理解查詢構架SQLServer
- SQL Server 2000/2005/2008刪除或壓縮資料庫日誌的方法SQLServer資料庫
- Windows 系統 SQL Server 配置使用安全模式WindowsSQLServer模式
- 如何將SQL Server 2000備份的資料庫檔案還原(升級)為SQL Server 2005或更高版本的資料庫?SQLServer資料庫
- Microsoft SQL Server 2005中查詢優化器使用的統計資訊二(zt)ROSSQLServer優化
- Microsoft SQL Server 2005中查詢優化器使用的統計資訊一(zt)ROSSQLServer優化
- Microsoft SQL Server 2005中查詢優化器使用的統計資訊三(zt)ROSSQLServer優化
- 9780078022159 Database System Concepts, 7th EditionDatabase
- Connect SQL Server from Linux Client using Windows Authentication and troubleshoot stepsSQLServerLinuxclientWindows
- plsql developer工具生成sql monitor reportSQLDeveloper
- Windows Server和SQL Server客戶繼續選擇Azure的三個原因WindowsServerSQL
- sql serverSQLServer
- SQL 獲取SQL Server中日期最近7天之間的所有日期SQLServer
- win10安裝sql2005教程圖解_win10專業版怎麼安裝sql2005Win10SQL圖解
- Moebius for SQL ServerSQLServer
- sql server 使用SQLServer
- SQL Server教程SQLServer
- Windows server 2003環境下,安裝Oracle的時候,雙擊Setup沒有任何的反應WindowsServerOracle
- SQL2005、2008、2000 清空刪除日誌SQL
- 使用Oracle SQL Developer匯入Excel資料OracleSQLDeveloperExcel
- pl/sql developer的一個小問題SQLDeveloper
- windows系統下PHP7.X(7.2/7.3)安裝sql server資料庫擴充套件的方式方法WindowsPHPSQLServer資料庫套件
- SQL SERVER優化SQLServer優化
- Nodejs 操作 Sql ServerNodeJSSQLServer
- SQL Server 別名(as)SQLServer