Aldrich Blog

C# | BizTalk

Installing Master Data Management on Windows x64

I've tried to installed it on Windows x64 machine and based on documentation it's pretty straight forward install. But upon running the site I'm getting an error which is W3SVC-WP could not load ISAPI Filters, at first I've no idea what this is, I tried serveral thing like reinstalling IIS, registering asp.net and even reinstalling the MDM and reconfiguring report server. I've been doing this for the next 2 hours then finally it worked, this is the steps I've performed ( see Highlighted part )


1) .NET 2.0/.NET 3.5

2) Install SQL, SSRS
3) Create a user with create db permission
4) Configure SSRS - optional
5) Reinstall IIS 6.0
6) Run Script: C:\Inetpub\AdminScripts cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true
7) Register
ASP.NET in 32Bit : Navigate to c:\Windows\Microsoft.Net\Framework\v2.0.50727  - this is the 32bit version

Run aspnet_regiis.exe -i   to install
asp.net 2.0 32bit
 
8) In Web Service Extension, Permit ASP.NET 2.0 (32 bit)
9) Create Web Site
10) Create MDM App Pool
11) Install MDM and use the new site and app pool.

Legacy Comments


Remote DBA
2009-02-24
re: Installing Master Data Management on Windows x64
MDM is very powerful tool though I also had some problems installing it